浏览代码

Update rlgl.h

pull/3661/head
Ray 1年前
父节点
当前提交
68b6c79c3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h 查看文件

@ -1742,7 +1742,7 @@ void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX
}
// Bind framebuffer object (fbo)
void f">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)
glBindFramebuffer(target, framebuffer);

正在加载...
取消
保存