瀏覽代碼

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);

Loading…
取消
儲存