KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
VulkanSynchronization.h File Reference

Header file for Vulkan synchronization primitives. More...

#include <vulkan/vulkan.h>
#include "KarmaTypes.h"

Go to the source code of this file.

Classes

class  Karma::FVulkanFenceManager
class  Karma::FVulkanFence
 Represents a Vulkan fence used for synchronization between the CPU and GPU. More...
class  Karma::FVulkanSemaphore

Detailed Description

Header file for Vulkan synchronization primitives.

This file declares functions and types related to synchronization in Vulkan, including fences, semaphores, and barriers.

Author
Ravi Mohan (the_cowboy)
Version
1.0
Date
22 January, 2026