-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add glTF sampler filters and wrap modes enums
cgltf_sampler defines filter and wrap modes using cgltf_int, which requires referencing the glTF specification to interpret those integers. To resolve this, enumerations representing valid glTF sampler filter and wrap modes are introduced. For backward compatibility, these enumerations retain their original integer values to allow implicit conversion to cgltf_int.
- Loading branch information
1 parent
9bc9ea3
commit a9adbb7
Showing
1 changed file
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters