mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-22 22:23:19 +00:00
Rename enum type
This commit is contained in:
parent
28b9de661d
commit
a728376cdf
@ -386,7 +386,7 @@ typedef unsigned char byte;
|
||||
MAP_IRRADIANCE, // NOTE: Uses GL_TEXTURE_CUBE_MAP
|
||||
MAP_PREFILTER, // NOTE: Uses GL_TEXTURE_CUBE_MAP
|
||||
MAP_BRDF
|
||||
} TexmapIndex;
|
||||
} MaterialMapType;
|
||||
|
||||
#define MAP_DIFFUSE MAP_ALBEDO
|
||||
#define MAP_SPECULAR MAP_METALNESS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user