Reviewed some TODO comments

This commit is contained in:
Ray
2021-09-23 00:18:47 +02:00
parent dcd289d931
commit 00a763ea44
7 changed files with 5 additions and 10 deletions

View File

@@ -3028,8 +3028,6 @@ void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
// NOTE: This behaviour could be conditioned by graphic driver...
unsigned int fboId = rlLoadFramebuffer(width, height);
// TODO: Create depth texture/renderbuffer for fbo?
glBindFramebuffer(GL_FRAMEBUFFER, fboId);
glBindTexture(GL_TEXTURE_2D, 0);