From beaff6553752e07005de38b57af159fe11458794 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 9 Sep 2025 21:07:29 +0100 Subject: [PATCH] Fix incorrect trailing type declarations --- renderdoc/api/replay/d3d11_pipestate.h | 2 -- 1 file changed, 2 deletions(-) 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;