mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-30 23:18:39 +00:00
Use correct value for TEXTURE_WRAP_MIRRORED_REPEAT
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user