Renderer/[OpenGL|Vulkan]Renderer: Add support for RGBA16F pixelformat

This commit is contained in:
Jérôme Leclercq
2021-12-05 17:01:55 +01:00
parent 4eb96849db
commit 7e4a058d41
3 changed files with 3 additions and 0 deletions

View File

@@ -371,6 +371,7 @@ namespace Nz
case PixelFormat::RGB8_SRGB:
case PixelFormat::RGBA8:
case PixelFormat::RGBA8_SRGB:
case PixelFormat::RGBA16F:
case PixelFormat::RGBA32F:
{
createImage.format = ToVulkan(pixelFormat);