mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add a missing enum docstring
This commit is contained in:
@@ -910,6 +910,10 @@ This is a bitmask, so several values can be present at once.
|
||||
.. data:: Notes
|
||||
|
||||
The general notes field has been changed.
|
||||
|
||||
.. data:: All
|
||||
|
||||
Fixed value with all bits set, indication all modifications have been made.
|
||||
)");
|
||||
enum class CaptureModifications : uint32_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user