mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
vulkan: use push constants for builtin uniforms
when available
This commit is contained in:
@@ -373,6 +373,7 @@ private:
|
||||
uint32_t vulkanApiVersion = VK_VERSION_1_0;
|
||||
VkInstance instance = VK_NULL_HANDLE;
|
||||
VkPhysicalDevice physicalDevice = VK_NULL_HANDLE;
|
||||
bool canUsePushConstants = false;
|
||||
int requestedMsaa = 0;
|
||||
VkDevice device = VK_NULL_HANDLE;
|
||||
OptionalInstanceExtensions optionalInstanceExtensions;
|
||||
|
||||
Reference in New Issue
Block a user