mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Merge branch 'master' of https://github.com/robertblaketaylor/tracy
This commit is contained in:
commit
bd4d099aaa
@ -650,7 +650,7 @@ using TracyVkCtx = tracy::VkCtx*;
|
|||||||
#endif
|
#endif
|
||||||
#if defined VK_EXT_host_query_reset
|
#if defined VK_EXT_host_query_reset
|
||||||
#if defined TRACY_VK_USE_SYMBOL_TABLE
|
#if defined TRACY_VK_USE_SYMBOL_TABLE
|
||||||
#define TracyVkContext( instance, physdev, device, instanceProcAddr, deviceProcAddr ) tracy::CreateVkContext( instance, physdev, device, instanceProcAddr, deviceProcAddr );
|
#define TracyVkContext( instance, physdev, device, instanceProcAddr, deviceProcAddr ) tracy::CreateVkContext( instance, physdev, device, instanceProcAddr, deviceProcAddr, true );
|
||||||
#else
|
#else
|
||||||
#define TracyVkContextHostCalibrated( physdev, device, qpreset, gpdctd, gct ) tracy::CreateVkContext( physdev, device, qpreset, gpdctd, gct );
|
#define TracyVkContextHostCalibrated( physdev, device, qpreset, gpdctd, gct ) tracy::CreateVkContext( physdev, device, qpreset, gpdctd, gct );
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user