mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
working on command lists
This commit is contained in:
@@ -7,15 +7,13 @@
|
||||
#ifndef PULSE_VULKAN_FENCE_H_
|
||||
#define PULSE_VULKAN_FENCE_H_
|
||||
|
||||
#include <vulkan/vulkan_core.h>
|
||||
|
||||
#include <Pulse.h>
|
||||
#include "VulkanDevice.h"
|
||||
|
||||
PulseFence VulkanCreateFence(PulseDevice device);
|
||||
void VulkanDestroyFence(PulseDevice device, PulseFence fence);
|
||||
bool VulkanIsFenceReady(PulseDevice device, PulseFence fence);
|
||||
bool VulkanWaitForFences(PulseDevice device, PulseFence *const *fences, uint32_t fences_count, bool wait_for_all);
|
||||
bool VulkanWaitForFences(PulseDevice device, const PulseFence* fences, uint32_t fences_count, bool wait_for_all);
|
||||
|
||||
#endif // PULSE_VULKAN_FENCE_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user