mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Add section type for embedded AMD RGP profiles
This commit is contained in:
@@ -803,6 +803,7 @@ std::string DoStringise(const SectionType &el)
|
||||
STRINGISE_ENUM_CLASS_NAMED(Bookmarks, "renderdoc/ui/bookmarks");
|
||||
STRINGISE_ENUM_CLASS_NAMED(Notes, "renderdoc/ui/notes");
|
||||
STRINGISE_ENUM_CLASS_NAMED(ResourceRenames, "renderdoc/ui/resrenames");
|
||||
STRINGISE_ENUM_CLASS_NAMED(AMDRGPProfile, "amd/rgp/profile");
|
||||
}
|
||||
END_ENUM_STRINGISE();
|
||||
}
|
||||
|
||||
@@ -70,6 +70,12 @@ version of RenderDoc that addes a new section type. They should be considered eq
|
||||
above any friendly names specified in the capture itself.
|
||||
|
||||
The name for this section will be "renderdoc/ui/resrenames".
|
||||
|
||||
.. data:: AMDRGPProfile
|
||||
|
||||
This section contains a .rgp profile from AMD's RGP tool, which can be extracted and loaded.
|
||||
|
||||
The name for this section will be "amd/rgp/profile".
|
||||
)");
|
||||
enum class SectionType : uint32_t
|
||||
{
|
||||
@@ -80,6 +86,7 @@ enum class SectionType : uint32_t
|
||||
Bookmarks,
|
||||
Notes,
|
||||
ResourceRenames,
|
||||
AMDRGPProfile,
|
||||
Count,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user