Merge pull request #1290 from FernandoS27/shader-header

Implemented (Partialy) Shader Header
This commit is contained in:
bunnei
2018-09-17 18:53:14 -04:00
committed by GitHub
3 changed files with 111 additions and 24 deletions

View File

@ -14,6 +14,7 @@ add_library(video_core STATIC
engines/maxwell_dma.cpp
engines/maxwell_dma.h
engines/shader_bytecode.h
engines/shader_header.h
gpu.cpp
gpu.h
macro_interpreter.cpp