Fix GetNativePtr on Vulkan

This commit is contained in:
Wojciech Figat
2022-12-14 16:16:43 +01:00
parent 79f4dfcaab
commit 63e7fb85ec
4 changed files with 6 additions and 3 deletions

View File

@@ -459,6 +459,7 @@ class GPUDeviceVulkan : public GPUDevice
private:
CriticalSection _fenceLock;
mutable void* _nativePtr[2];
Dictionary<RenderTargetLayoutVulkan, RenderPassVulkan*> _renderPasses;
Dictionary<FramebufferVulkan::Key, FramebufferVulkan*> _framebuffers;