Wapper of Tracy GPU collect features. More...
#include <TracyProfilerWrapper.h>
Public Member Functions | |
| TracyGPUContext (VulkanState &state) | |
| Constructor Function. | |
| virtual | ~TracyGPUContext ()=default |
| Destructor Function. | |
| tracy::VkCtx *& | GetContext () |
| Get Context. | |
Static Public Member Functions | |
| static void | CreateInstance (VulkanState &state) |
| Create this Single Instance. | |
| static TracyGPUContext & | Get () |
| Get this Single Instance. | |
Private Attributes | |
| VulkanState & | m_VulkanState |
| VulkanState. | |
| tracy::VkCtx * | m_Context |
| Tracy Vulkan Context. | |
Static Private Attributes | |
| static std::shared_ptr< TracyGPUContext > | m_TracyGPUContext |
| This Single Instance. | |
Wapper of Tracy GPU collect features.
Definition at line 25 of file TracyProfilerWrapper.h.