mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 07:56:33 +00:00
Fix typo in documentation of ShaderVariable::members
This commit is contained in:
@@ -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<ShaderVariable> members;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user