diff options
| author | raysan5 <[email protected]> | 2020-09-27 11:14:49 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-09-27 11:14:49 +0200 |
| commit | 446f9fff00ec877bf7f599b7082d481dabdc33a9 (patch) | |
| tree | 6ecce0ea81c2bf68535e03eef47602173c54ad05 /src/rlgl.h | |
| parent | 4bcddc3b15b394b81cf4bd481ce9c600f6c6d5d8 (diff) | |
| download | raylib-446f9fff00ec877bf7f599b7082d481dabdc33a9.tar.gz raylib-446f9fff00ec877bf7f599b7082d481dabdc33a9.zip | |
Added note
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 //------------------------------------------------------------------------------------------ |
