diff --git a/Source/Engine/GraphicsDevice/Vulkan/GPUContextVulkan.h b/Source/Engine/GraphicsDevice/Vulkan/GPUContextVulkan.h index 819a8ed6c..2276b0a3f 100644 --- a/Source/Engine/GraphicsDevice/Vulkan/GPUContextVulkan.h +++ b/Source/Engine/GraphicsDevice/Vulkan/GPUContextVulkan.h @@ -108,7 +108,7 @@ private: #if COMPILE_WITH_PROFILER void* _tracyContext; #endif - Array> _pendingClears; + Array _pendingClears; typedef Array DescriptorPoolArray; Dictionary _descriptorPools;