We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b12176 commit 97d304dCopy full SHA for 97d304d
src/Layers/xrRenderPC_GL/glr_constants.cpp
@@ -16,7 +16,7 @@ IC bool p_sort(ref_constant C1, ref_constant C2)
16
}
17
18
// TODO: OGL: Use constant buffers like DX10.
19
-BOOL R_constant_table::parse(void* _desc, u16 destination)
+BOOL R_constant_table::parse(void* _desc, u32 destination)
20
{
21
GLuint program = *(GLuint*)_desc;
22
0 commit comments