mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Add missing trailing newlines in docstrings
This commit is contained in:
@@ -78,7 +78,8 @@ struct Layout
|
||||
DOCUMENT(R"(The semantic index for this input.
|
||||
|
||||
:type: int
|
||||
str)");
|
||||
str
|
||||
)");
|
||||
uint32_t semanticIndex = 0;
|
||||
|
||||
DOCUMENT(R"(The format describing how the input data is interpreted.
|
||||
@@ -90,7 +91,8 @@ str)");
|
||||
DOCUMENT(R"(The vertex buffer input slot where the data is sourced from.
|
||||
|
||||
:type: int
|
||||
str)");
|
||||
str
|
||||
)");
|
||||
uint32_t inputSlot = 0;
|
||||
|
||||
DOCUMENT(R"(The byte offset from the start of the vertex data in the vertex buffer from
|
||||
|
||||
Reference in New Issue
Block a user