mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Vulkan: Fix compilation on 32-bit targets
This commit is contained in:
parent
d139659ea2
commit
1286c309e3
17 changed files with 88 additions and 179 deletions
|
@ -40,7 +40,7 @@ private:
|
|||
void Readback(StateTracker* state_tracker);
|
||||
|
||||
VkBuffer m_gpu_buffer = VK_NULL_HANDLE;
|
||||
VkDeviceMemory m_gpu_memory = nullptr;
|
||||
VkDeviceMemory m_gpu_memory = VK_NULL_HANDLE;
|
||||
|
||||
static const size_t NUM_VALUES = 4;
|
||||
static const size_t BUFFER_SIZE = sizeof(u32) * NUM_VALUES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue