From 8c5e8081c59f8b06d44dae1947dcbc9c935030a3 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 15 May 2018 17:49:57 +0100 Subject: [PATCH] Fix typo in documentation of ShaderVariable::members --- renderdoc/api/replay/shader_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/api/replay/shader_types.h b/renderdoc/api/replay/shader_types.h index 198725028..66223d319 100644 --- a/renderdoc/api/replay/shader_types.h +++ b/renderdoc/api/replay/shader_types.h @@ -220,7 +220,7 @@ struct ShaderVariable DOCUMENT("``True`` if this variable is stored in rows in memory. Only relevant for matrices."); bool rowMajor; - DOCUMENT("The members of this variable as a list of :class:`ShaderValue`."); + DOCUMENT("The members of this variable as a list of :class:`ShaderVariable`."); rdcarray members; };