summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 44bcf381..03f6a0dc 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -3591,6 +3591,7 @@ TextureCubemap GenTexturePrefilter(Shader shader, TextureCubemap cubemap, int si
// Generate mipmaps for the prefiltered HDR texture
glGenerateMipmap(GL_TEXTURE_CUBE_MAP);
+ //rlGenerateMipmaps(Texture2D *texture); // Only GL_TEXTURE_2D
// STEP 2: Draw to framebuffer
//------------------------------------------------------------------------------------------