mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-22 03:08:24 +00:00
Added note
This commit is contained in:
@@ -3591,6 +3591,7 @@ TextureCubemap GenTexturePrefilter(Shader shader, TextureCubemap cubemap, int si
|
|||||||
|
|
||||||
// Generate mipmaps for the prefiltered HDR texture
|
// Generate mipmaps for the prefiltered HDR texture
|
||||||
glGenerateMipmap(GL_TEXTURE_CUBE_MAP);
|
glGenerateMipmap(GL_TEXTURE_CUBE_MAP);
|
||||||
|
//rlGenerateMipmaps(Texture2D *texture); // Only GL_TEXTURE_2D
|
||||||
|
|
||||||
// STEP 2: Draw to framebuffer
|
// STEP 2: Draw to framebuffer
|
||||||
//------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user