Skip to content

Commit

Permalink
Expose support for KHR_mesh_quantization
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Oct 19, 2024
1 parent 5c92b50 commit 72ef316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libguc/src/cgltf_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ namespace detail
strcmp(name, "KHR_materials_unlit") == 0 ||
strcmp(name, "KHR_materials_variants") == 0 ||
strcmp(name, "KHR_materials_volume") == 0 ||
strcmp(name, "KHR_mesh_quantization") == 0 ||
strcmp(name, "KHR_texture_transform") == 0;
}

Expand Down

0 comments on commit 72ef316

Please sign in to comment.