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
commit fafc80d72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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