From edeacc18d3c6e774d164d6f11e5d4014413b09d0 Mon Sep 17 00:00:00 2001 From: Stefan Zellmann Date: Mon, 10 Jun 2024 17:46:08 +0200 Subject: [PATCH] oups --- scene/surface/material/sampler/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/surface/material/sampler/common.h b/scene/surface/material/sampler/common.h index a6676ed0..ba7c3945 100644 --- a/scene/surface/material/sampler/common.h +++ b/scene/surface/material/sampler/common.h @@ -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; }