mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 22:45:45 -04:00
GPU: Add base functionality for GL streaming buffers
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
<ClInclude Include="cd_image.h" />
|
||||
<ClInclude Include="fifo_queue.h" />
|
||||
<ClInclude Include="gl_program.h" />
|
||||
<ClInclude Include="gl_stream_buffer.h" />
|
||||
<ClInclude Include="gl_texture.h" />
|
||||
<ClInclude Include="heap_array.h" />
|
||||
<ClInclude Include="jit_code_buffer.h" />
|
||||
@ -53,6 +54,7 @@
|
||||
<ClCompile Include="cd_image_bin.cpp" />
|
||||
<ClCompile Include="cd_image_cue.cpp" />
|
||||
<ClCompile Include="gl_program.cpp" />
|
||||
<ClCompile Include="gl_stream_buffer.cpp" />
|
||||
<ClCompile Include="gl_texture.cpp" />
|
||||
<ClCompile Include="jit_code_buffer.cpp" />
|
||||
<ClCompile Include="state_wrapper.cpp" />
|
||||
|
Reference in New Issue
Block a user