diff options
Diffstat (limited to 'tools/gfx/d3d-util.cpp')
| -rw-r--r-- | tools/gfx/d3d-util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/d3d-util.cpp b/tools/gfx/d3d-util.cpp index 19135707b..f479af186 100644 --- a/tools/gfx/d3d-util.cpp +++ b/tools/gfx/d3d-util.cpp @@ -31,6 +31,7 @@ using namespace Slang; case Format::RG_Float32: return DXGI_FORMAT_R32G32_FLOAT; case Format::R_Float32: return DXGI_FORMAT_R32_FLOAT; case Format::RGBA_Unorm_UInt8: return DXGI_FORMAT_R8G8B8A8_UNORM; + case Format::R_UInt16: return DXGI_FORMAT_R16_UINT; case Format::R_UInt32: return DXGI_FORMAT_R32_UINT; case Format::D_Float32: return DXGI_FORMAT_D32_FLOAT; |
