From 97afbf88c834c745a6b5ffd2663ffaf86514815b Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 15 Aug 2019 08:30:34 +0100 Subject: [PATCH] Fix documented return value of GetShaderReflection. Closes #1497 --- renderdoc/api/replay/pipestate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;