Fix inconsistencies in exports D3D12 html state. Closes #3823

This commit is contained in:
baldurk
2026-04-16 14:00:58 +01:00
parent 0b9a36b581
commit 748aeee584
3 changed files with 64 additions and 25 deletions
-11
View File
@@ -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.");