Skip to content

Commit 62600b4

Browse files
committed
rgl: Fix texture_load prototype.
1 parent d7a5034 commit 62600b4

File tree

1 file changed

+1
-1
lines changed
  • src/Layers/xrRenderPC_GL

1 file changed

+1
-1
lines changed

src/Layers/xrRenderPC_GL/rgl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class CRender : public D3DXRenderBase
284284
virtual void level_Load (IReader*);
285285
virtual void level_Unload ();
286286

287-
GLuint texture_load (LPCSTR fname, u32& msize, bool bStaging = false);
287+
GLuint texture_load (LPCSTR fname, u32& msize, GLenum& ret_desc);
288288
virtual HRESULT shader_compile (
289289
LPCSTR name,
290290
DWORD const* pSrcData,

0 commit comments

Comments
 (0)