gzdoom/src/hwrenderer/data
Christoph Oelckers f166624eb2 - some fixes to the PP shader interface.
The binding point needs to be part of the ShaderUniforms class because Vulkan will need this value to generate the declaration in the shader source.
There's still one issue here: Since OpenGL has no local render state, the buffer must be bound every time it is used. Once the code is better abstracted this should be moved to a higher level class that knows all associated data and how to set it up.
2018-06-12 21:43:35 +02:00
..
flatvertices.cpp - fixed: The vertex height updater was using the index buffer offsets to access the vertex buffer. 2018-05-24 00:01:56 +02:00
flatvertices.h Merge branch 'indexbuffer' 2018-05-22 22:10:21 +02:00
renderqueue.h Made the ScopedViewShifter fully inline 2018-06-12 14:44:58 +02:00
uniformbuffer.h - some fixes to the PP shader interface. 2018-06-12 21:43:35 +02:00