mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 10:35:56 +08:00
Use correct value for TEXTURE_WRAP_MIRRORED_REPEAT
This commit is contained in:
parent
5d8c5c832b
commit
904612cd23
@ -78,7 +78,7 @@ namespace tinygltf {
|
||||
|
||||
#define TINYGLTF_TEXTURE_WRAP_RPEAT (10497)
|
||||
#define TINYGLTF_TEXTURE_WRAP_CLAMP_TO_EDGE (33071)
|
||||
#define TINYGLTF_TEXTURE_WRAP_MIRRORED_REPEAT (33071)
|
||||
#define TINYGLTF_TEXTURE_WRAP_MIRRORED_REPEAT (33648)
|
||||
|
||||
// Redeclarations of the above for technique.parameters.
|
||||
#define TINYGLTF_PARAMETER_TYPE_BYTE (5120)
|
||||
|
Loading…
x
Reference in New Issue
Block a user