Implemented (Partialy) Shader Header

This commit is contained in:
FernandoS27
2018-09-10 21:00:55 -04:00
parent 1470b85af9
commit e926757c8f
3 changed files with 102 additions and 2 deletions

View File

@ -12,6 +12,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