Skip to content

Commit 4cf6cbd

Browse files
committed
Documentation fix incorrect link in VKDescriptorSet::dynamicOffsets
PipeState.GetConstantBuffer -> PipeState.GetConstantBlock
1 parent a0caa33 commit 4cf6cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renderdoc/api/replay/vk_pipestate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct DescriptorSet
111111
of their descriptors.
112112
113113
.. note::
114-
The returned values from :meth:`PipeState.GetConstantBuffer` already have these offsets applied.
114+
The returned values from :meth:`PipeState.GetConstantBlock` already have these offsets applied.
115115
116116
:type: List[VKDynamicOffset]
117117
)");

0 commit comments

Comments
 (0)