Update rlgl.h
This commit is contained in:
parent
2fe68a8a12
commit
68b6c79c3f
1 changed files with 1 additions and 1 deletions
|
@ -1742,7 +1742,7 @@ void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bind framebuffer object (fbo)
|
// Bind framebuffer object (fbo)
|
||||||
void rlBindFramebuffer(unsigned int target, unsigned int framebuffer);
|
void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
|
||||||
{
|
{
|
||||||
#if (defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)) && defined(RLGL_RENDER_TEXTURES_HINT)
|
#if (defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)) && defined(RLGL_RENDER_TEXTURES_HINT)
|
||||||
glBindFramebuffer(target, framebuffer);
|
glBindFramebuffer(target, framebuffer);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue