Merge pull request #11 from lukesanantonio/texture-wrap-fix

Use correct value for TEXTURE_WRAP_MIRRORED_REPEAT
This commit is contained in:
Syoyo Fujita 2016-08-20 15:20:09 +09:00 committed by GitHub
commit d112d0969d

View File

@ -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)