mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-18 04:54:15 +01:00
parent
4b199ef60d
commit
31baf3529a
@ -155,6 +155,7 @@ namespace dxvk {
|
||||
D3D11_DEPTH_STENCIL_VIEW_DESC* pDesc) {
|
||||
D3D11_RESOURCE_DIMENSION resourceDim = D3D11_RESOURCE_DIMENSION_UNKNOWN;
|
||||
pResource->GetType(&resourceDim);
|
||||
pDesc->Flags = 0;
|
||||
|
||||
switch (resourceDim) {
|
||||
case D3D11_RESOURCE_DIMENSION_TEXTURE1D: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user