mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Fix docstring references to ShaderSourcePrefix
This commit is contained in:
@@ -1950,7 +1950,7 @@ be added to custom compiled shaders. See
|
||||
:meth:`~renderdoc.ReplayController.GetCustomShaderSourcePrefixes`.
|
||||
|
||||
:return: A list of pairs, listing a prefix for each shader encoding referenced.
|
||||
:rtype: List[Tuple[ShaderEncoding,str]]
|
||||
:rtype: List[renderdoc.ShaderSourcePrefix]
|
||||
)");
|
||||
virtual rdcarray<ShaderSourcePrefix> CustomShaderSourcePrefixes() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user