Renderer: Add support for PixelFormat_RGBA32F

This commit is contained in:
Jérôme Leclercq
2021-05-14 01:57:32 +02:00
parent bbfe06c443
commit 24f7b75654
3 changed files with 3 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ namespace Nz
case PixelFormat_RGB8_SRGB:
case PixelFormat_RGBA8:
case PixelFormat_RGBA8_SRGB:
case PixelFormat_RGBA32F:
{
createImage.format = ToVulkan(pixelFormat);
createImageView.format = createImage.format;