Fix documentation compile error

This commit is contained in:
baldurk
2020-01-27 21:38:51 +00:00
parent d827e0a2f1
commit d377c4e0cf
+1 -1
View File
@@ -898,7 +898,7 @@ otherwise.
:param ResourceId buffer: The id of the buffer to use for data. If
:data:`ConstantBlock.bufferBacked` is ``False`` this is ignored.
:param int offset: Retrieve buffer contents starting at this byte offset.
:param int length: Retrieve this many bytes after :param:`offset`. May be 0 to fetch the rest of the
:param int length: Retrieve this many bytes after :paramref:`offset`. May be 0 to fetch the rest of the
buffer.
:return: The shader variables with their contents.
:rtype: ``list`` of :class:`ShaderVariable`