maxwell_to_gl: Add module and function for decoding VertexType.

This commit is contained in:
bunnei
2018-03-24 21:09:30 -04:00
parent 3754e0fdfd
commit 4369af6b7e
2 changed files with 41 additions and 0 deletions

View File

@ -31,6 +31,7 @@ add_library(video_core STATIC
renderer_opengl/gl_state.h
renderer_opengl/gl_stream_buffer.cpp
renderer_opengl/gl_stream_buffer.h
renderer_opengl/maxwell_to_gl.h
renderer_opengl/renderer_opengl.cpp
renderer_opengl/renderer_opengl.h
textures/decoders.cpp