diff --git a/samples/image_viewer.cpp b/samples/image_viewer.cpp index d380aae4112..17c5d400bc5 100644 --- a/samples/image_viewer.cpp +++ b/samples/image_viewer.cpp @@ -246,7 +246,7 @@ static void loadImage(App& app, Engine* engine, const Path& filename) { .height(h) .levels(0xff) .format(channels == 3 ? - Texture::InternalFormat::RGB16F : Texture::InternalFormat::RGBA16F) + Texture::InternalFormat::RGB16F : Texture::InternalFormat::RGBA32F) .sampler(Texture::Sampler::SAMPLER_2D) .build(*engine);