mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Fix further docstring typos
This commit is contained in:
@@ -992,7 +992,7 @@ QWidget.
|
||||
DOCUMENT(R"(Return the shader messages displayed in this viewer.
|
||||
|
||||
:return: The shader messages.
|
||||
:rtype List[renderdoc.ShaderMessage]
|
||||
:rtype: List[renderdoc.ShaderMessage]
|
||||
)");
|
||||
virtual rdcarray<ShaderMessage> GetShaderMessages() = 0;
|
||||
|
||||
@@ -1000,7 +1000,7 @@ QWidget.
|
||||
since the messages were fetched.
|
||||
|
||||
:return: ``True`` if the viewer is out of date.
|
||||
:rtype bool
|
||||
:rtype: bool
|
||||
)");
|
||||
virtual bool IsOutOfDate() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user