Renderer/[OpenGL|Vulkan]Renderer: Add support for RGBA16F pixelformat
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user