mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Vulkan headers must be now manually included.
This commit is contained in:
parent
e380e3f80e
commit
fd84b2e026
@ -29,9 +29,12 @@ using TracyVkCtx = void*;
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#if !defined VK_NULL_HANDLE
|
||||||
|
# error "You must include Vulkan headers before including TracyVulkan.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <vulkan/vulkan.h>
|
|
||||||
#include "Tracy.hpp"
|
#include "Tracy.hpp"
|
||||||
#include "client/TracyProfiler.hpp"
|
#include "client/TracyProfiler.hpp"
|
||||||
#include "client/TracyCallstack.hpp"
|
#include "client/TracyCallstack.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user