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 d7a5034 commit 62600b4Copy full SHA for 62600b4
src/Layers/xrRenderPC_GL/rgl.h
@@ -284,7 +284,7 @@ class CRender : public D3DXRenderBase
284
virtual void level_Load (IReader*);
285
virtual void level_Unload ();
286
287
- GLuint texture_load (LPCSTR fname, u32& msize, bool bStaging = false);
+ GLuint texture_load (LPCSTR fname, u32& msize, GLenum& ret_desc);
288
virtual HRESULT shader_compile (
289
LPCSTR name,
290
DWORD const* pSrcData,
0 commit comments