mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 01:04:36 +00:00
Forward declare LockType.
This commit is contained in:
parent
abd44069ae
commit
0df309b45c
@ -523,6 +523,8 @@ struct GpuCtxData
|
|||||||
|
|
||||||
enum { GpuCtxDataSize = sizeof( GpuCtxData ) };
|
enum { GpuCtxDataSize = sizeof( GpuCtxData ) };
|
||||||
|
|
||||||
|
enum class LockType : uint8_t;
|
||||||
|
|
||||||
struct LockMap
|
struct LockMap
|
||||||
{
|
{
|
||||||
struct TimeRange
|
struct TimeRange
|
||||||
|
Loading…
Reference in New Issue
Block a user