Skip to content

Commit

Permalink
Using std::set
Browse files Browse the repository at this point in the history
  • Loading branch information
lanierd-adsk committed Sep 13, 2024
1 parent 4af679e commit 9e587c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace{
// Support implicit surfaces from USD as well, not only meshes
bool _IsDefaultMaterialCompliantPrimitive(const TfToken& primType)
{
static VtArray<TfToken> const compliantPrimitives = { HdPrimTypeTokens->cone,
static std::set<TfToken> const compliantPrimitives = { HdPrimTypeTokens->cone,
HdPrimTypeTokens->cylinder,
HdPrimTypeTokens->cylinder_1,
HdPrimTypeTokens->cube,
Expand Down

0 comments on commit 9e587c5

Please sign in to comment.