32_32_F render target format.

This commit is contained in:
Ben Vanik
2015-03-22 15:30:18 -07:00
parent 6486299496
commit 8cfcea2309
3 changed files with 10 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ inline TextureFormat ColorRenderTargetToTextureFormat(
return TextureFormat::k_2_10_10_10_FLOAT;
case xenos::ColorRenderTargetFormat::k_32_FLOAT:
return TextureFormat::k_32_FLOAT;
case xenos::ColorRenderTargetFormat::k_32_32_FLOAT:
return TextureFormat::k_32_32_FLOAT;
default:
assert_unhandled_case(color_format);
return TextureFormat::kUnknown;