Documentation fix incorrect link in VKDescriptorSet::dynamicOffsets

PipeState.GetConstantBuffer -> PipeState.GetConstantBlock
This commit is contained in:
Jake Turner
2026-07-11 14:42:04 +01:00
parent a0caa3399f
commit 4cf6cbd6be
+1 -1
View File
@@ -111,7 +111,7 @@ struct DescriptorSet
of their descriptors.
.. note::
The returned values from :meth:`PipeState.GetConstantBuffer` already have these offsets applied.
The returned values from :meth:`PipeState.GetConstantBlock` already have these offsets applied.
:type: List[VKDynamicOffset]
)");