Fix python docstring copy-paste error

This commit is contained in:
baldurk
2018-06-18 19:05:04 +01:00
parent 545d019a62
commit 0795e739f9
+2 -4
View File
@@ -934,10 +934,8 @@ See :meth:`BuildTargetShader`.
)");
virtual const SDFile &GetStructuredFile() = 0;
DOCUMENT(R"(Retrieve the list of root-level drawcalls in the capture.
:return: The list of root-level drawcalls in the capture.
:rtype: ``list`` of :class:`DrawcallDescription`
DOCUMENT(R"(Add fake marker regions to the list of drawcalls in the capture, based on which
textures are bound as outputs.
)");
virtual void AddFakeMarkers() = 0;