mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Fix incorrect trailing type declarations
This commit is contained in:
@@ -78,7 +78,6 @@ struct Layout
|
||||
DOCUMENT(R"(The semantic index for this input.
|
||||
|
||||
:type: int
|
||||
str
|
||||
)");
|
||||
uint32_t semanticIndex = 0;
|
||||
|
||||
@@ -91,7 +90,6 @@ str
|
||||
DOCUMENT(R"(The vertex buffer input slot where the data is sourced from.
|
||||
|
||||
:type: int
|
||||
str
|
||||
)");
|
||||
uint32_t inputSlot = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user