소스 검색

Comment tweak...

...while reviewing GetTextureData() functionality on OpenGL ES 2.0
pull/382/head
Ray San 7 년 전
부모
커밋
31c8c86d8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rlgl.c

+ 1
- 1
src/rlgl.c 파일 보기

@ -2202,7 +2202,7 @@ void *rlReadTexturePixels(Texture2D texture)
glBindFramebuffer(GL_FRAMEBUFFER, fbo.id);
glBindTexture(GL_TEXTURE_2D, 0);
// Attach our texture to FBO -> Texture must be RGB
// Attach our texture to FBO -> Texture must be RGBA
// NOTE: Previoust attached texture is automatically detached
glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture.id, 0);

불러오는 중...
취소
저장