X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fvulkan%2Fvk.cc;h=261ba74c2b201e36254bbf6407636041f31a040b;hb=6cecb8f16f1863496884ca86790375dbb27138ba;hp=4a232113119c98ccf85a1e253ec3a8b6cb9b69cd;hpb=d90ed8aef9e3547eee75ad793c352ee022d35050;p=demo diff --git a/src/vulkan/vk.cc b/src/vulkan/vk.cc index 4a23211..261ba74 100644 --- a/src/vulkan/vk.cc +++ b/src/vulkan/vk.cc @@ -41,7 +41,6 @@ static VkSemaphore psema; /* static variables */ -static VkDeviceMemory gpu_mem; // to be replaced when I fix the allocator static Vec4 clear_color(1, 0.1, 0.1, 1.0); /* static functions */