From 0c10b20bc6b449d78f50cb8247a7d8a51c57345a Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 14 Dec 2017 18:45:45 +0000 Subject: [PATCH] Fix comment for GetIBuffer --- qrenderdoc/Code/Interface/CommonPipelineState.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qrenderdoc/Code/Interface/CommonPipelineState.h b/qrenderdoc/Code/Interface/CommonPipelineState.h index d942e82a6..585e92ce1 100644 --- a/qrenderdoc/Code/Interface/CommonPipelineState.h +++ b/qrenderdoc/Code/Interface/CommonPipelineState.h @@ -454,9 +454,8 @@ Typically this is ``glsl`` or ``hlsl``. DOCUMENT(R"(Retrieves the current index buffer binding. -:return: A tuple with the buffer object bound to the index buffer slot, and the byte offset to the - start of the index data. -:rtype: ``tuple`` of :class:`~renderdoc.ResourceId` and ``int`` +:return: A :class:`BoundBuffer` with the index buffer details. The stride is always 0. +:rtype: ``BoundBuffer`` )"); BoundBuffer GetIBuffer();