DrawManager: Fixed Assertion In Workbench

This commit is contained in:
Jeroen Bakker
2019-08-06 16:49:02 +02:00
parent 88a872dd6e
commit edb828d0d7

View File

@@ -45,6 +45,7 @@ static bool drw_texture_format_supports_framebuffer(eGPUTextureFormat format)
case GPU_RG32F:
case GPU_R11F_G11F_B10F:
case GPU_RGBA8:
case GPU_RGBA16:
case GPU_RGBA16F:
case GPU_RGBA32F:
case GPU_DEPTH_COMPONENT16: