dx12: D32_FLOAT_S8X24_UINT SRV subresource creation fix
This commit is contained in:
@@ -4555,6 +4555,7 @@ using namespace dx12_internal;
|
||||
break;
|
||||
case Format::D32_FLOAT_S8X24_UINT:
|
||||
srv_desc.Format = DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS;
|
||||
break;
|
||||
default:
|
||||
srv_desc.Format = _ConvertFormat(format);
|
||||
break;
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace wi::version
|
||||
// minor features, major updates, breaking compatibility changes
|
||||
const int minor = 71;
|
||||
// minor bug fixes, alterations, refactors, updates
|
||||
const int revision = 121;
|
||||
const int revision = 122;
|
||||
|
||||
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user