mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-31 11:51:04 +00:00
Fix inconsistencies in exports D3D12 html state. Closes #3823
This commit is contained in:
@@ -627,17 +627,6 @@ struct OM
|
||||
:type: bool
|
||||
)");
|
||||
bool stencilReadOnly = false;
|
||||
|
||||
DOCUMENT(R"(The sample count used for rendering.
|
||||
|
||||
:type: int
|
||||
)");
|
||||
uint32_t multiSampleCount = 1;
|
||||
DOCUMENT(R"(The MSAA quality level used for rendering.
|
||||
|
||||
:type: int
|
||||
)");
|
||||
uint32_t multiSampleQuality = 0;
|
||||
};
|
||||
|
||||
DOCUMENT("Describes the current state that a sub-resource is in.");
|
||||
|
||||
Reference in New Issue
Block a user