Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
szellmann committed Jun 10, 2024
1 parent 18e950b commit edeacc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/surface/material/sampler/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static bool imageSamplerFormatSupported(ANARIDataType type)
type == ANARI_FLOAT32_VEC4 ||
type == ANARI_UFIXED8 ||
type == ANARI_UFIXED8_VEC3 ||
type == ANARI_UFIXED8_VEC3 ||
type == ANARI_UFIXED8_VEC4 ||
type == ANARI_UFIXED16_VEC4 ||
type == ANARI_UFIXED16_VEC4;
}
Expand Down

0 comments on commit edeacc1

Please sign in to comment.