mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix documented return value of GetShaderReflection. Closes #1497
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user