Rename BRDG typo to BDRF (#2028)
This commit is contained in:
parent
e34c0911f9
commit
9882796df0
5 changed files with 5 additions and 5 deletions
|
@ -708,7 +708,7 @@ typedef enum {
|
|||
MATERIAL_MAP_CUBEMAP, // Cubemap material (NOTE: Uses GL_TEXTURE_CUBE_MAP)
|
||||
MATERIAL_MAP_IRRADIANCE, // Irradiance material (NOTE: Uses GL_TEXTURE_CUBE_MAP)
|
||||
MATERIAL_MAP_PREFILTER, // Prefilter material (NOTE: Uses GL_TEXTURE_CUBE_MAP)
|
||||
MATERIAL_MAP_BRDG // Brdg material
|
||||
MATERIAL_MAP_BRDF // Brdf material
|
||||
} MaterialMapIndex;
|
||||
|
||||
#define MATERIAL_MAP_DIFFUSE MATERIAL_MAP_ALBEDO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue