mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add OpenCL trace support
- Adds the file TracyOpenCL.hpp which contains the API to annotate OpenCL applications - It works in a similar fashion to the Vulkan annotations - Adds an example OpenCL application in examples/OpenCLVectorAdd - Adds "OpenCL Context" to the UI - Manual entry for annotating OpenCL zones
This commit is contained in:
@@ -263,7 +263,8 @@ enum class GpuContextType : uint8_t
|
||||
{
|
||||
Invalid,
|
||||
OpenGl,
|
||||
Vulkan
|
||||
Vulkan,
|
||||
OpenCL
|
||||
};
|
||||
|
||||
struct QueueGpuNewContext
|
||||
|
||||
Reference in New Issue
Block a user