Fix documented return value of GetShaderReflection. Closes #1497

This commit is contained in:
baldurk
2019-08-15 08:30:34 +01:00
parent 3fe356af7d
commit 97afbf88c8
+1 -1
View File
@@ -216,7 +216,7 @@ This returns ``None`` if no shader is bound.
:param ShaderStage stage: The shader stage to fetch.
:return: The reflection data for the given shader.
:rtype: :class:`ShaderBindpointMapping` or ``None``
:rtype: :class:`ShaderReflection` or ``None``
)");
const ShaderReflection *GetShaderReflection(ShaderStage stage) const;