raysan5 hace 5 años
padre
commit
446f9fff00
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/rlgl.h

+ 1 - 0
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
     //------------------------------------------------------------------------------------------