diff --git a/renderdoc/api/replay/d3d11_pipestate.h b/renderdoc/api/replay/d3d11_pipestate.h index 03bfe73d3..e62a8a42d 100644 --- a/renderdoc/api/replay/d3d11_pipestate.h +++ b/renderdoc/api/replay/d3d11_pipestate.h @@ -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;