We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e36e55d + ac52656 commit ec52d47Copy full SHA for ec52d47
src/Gltf.zig
@@ -45,6 +45,7 @@ pub const ComponentType = types.ComponentType;
45
pub const Target = types.Target;
46
pub const MetallicRoughness = types.MetallicRoughness;
47
pub const AnimationSampler = types.AnimationSampler;
48
+pub const Interpolation = types.Interpolation;
49
pub const Channel = types.Channel;
50
pub const MagFilter = types.MagFilter;
51
pub const MinFilter = types.MinFilter;
0 commit comments