mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Set defaults so non-array views etc have ArraySize = 1
This commit is contained in:
@@ -93,11 +93,11 @@ struct D3D11PipelineState
|
||||
ElementOffset(0),
|
||||
ElementWidth(0),
|
||||
FirstElement(0),
|
||||
NumElements(0),
|
||||
NumElements(1),
|
||||
Flags(0),
|
||||
HighestMip(0),
|
||||
NumMipLevels(0),
|
||||
ArraySize(0),
|
||||
NumMipLevels(1),
|
||||
ArraySize(1),
|
||||
FirstArraySlice(0)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user