diff --git a/renderdoc/api/replay/pipestate.h b/renderdoc/api/replay/pipestate.h index 0b88250a6..d884a0dcd 100644 --- a/renderdoc/api/replay/pipestate.h +++ b/renderdoc/api/replay/pipestate.h @@ -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;