mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
fixing descriptor sets, adding buffer compute write test
This commit is contained in:
@@ -104,7 +104,7 @@ static VkInstance VulkanCreateInstance(PulseBackend backend, const char** extens
|
||||
{
|
||||
VkInstance instance = VK_NULL_HANDLE;
|
||||
|
||||
VkApplicationInfo app_info = {};
|
||||
VkApplicationInfo app_info = { 0 };
|
||||
app_info.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO;
|
||||
app_info.pEngineName = "PulseGPU";
|
||||
app_info.engineVersion = PULSE_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user