Skip to content

Commit

Permalink
rgl: Fix texture_load prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Nov 24, 2015
1 parent d7a5034 commit 62600b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRenderPC_GL/rgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class CRender : public D3DXRenderBase
virtual void level_Load (IReader*);
virtual void level_Unload ();

GLuint texture_load (LPCSTR fname, u32& msize, bool bStaging = false);
GLuint texture_load (LPCSTR fname, u32& msize, GLenum& ret_desc);
virtual HRESULT shader_compile (
LPCSTR name,
DWORD const* pSrcData,
Expand Down

0 comments on commit 62600b4

Please sign in to comment.