1#ifndef CNSDK_LEIA_CORE_INTERLACER_VULKAN_H
2#define CNSDK_LEIA_CORE_INTERLACER_VULKAN_H
22#if defined(LEIA_USE_VULKAN)
59 int32_t maxInFlightFrameCount);
88 int32_t currentFrame);
BEGIN_CAPI_DECL typedef int32_t leia_bool
Definition types.h:10
#define LEIASDK_API
Definition api.h:9
#define LEIA_NODISCARD
Definition defines.h:86
#define END_CAPI_DECL
Definition defines.h:74
#define BEGIN_CAPI_DECL
Definition defines.h:73
LEIASDK_API void leia_interlacer_vulkan_set_source_views(struct leia_interlacer *, VkImage texture, VkImageView textureView, int32_t viewIndex, int layer)
Set Vulkan view texture.
LEIASDK_API void leia_interlacer_vulkan_do_post_process(struct leia_interlacer *, int32_t width, int32_t height, leia_bool blendedInterlace, VkFramebuffer frameBuffer, VkImage colorImage, VkImage depthImage, VkSemaphore imageAvailableSemaphore, VkSemaphore renderFinishedSemaphore, int32_t currentFrame)
Perform Vulkan graphics rendering.
LEIA_NODISCARD LEIASDK_API struct leia_interlacer * leia_interlacer_vulkan_initialize(struct leia_core *, struct leia_interlacer_init_configuration const *, VkDevice device, VkPhysicalDevice physicalDevice, VkFormatInt renderTargetFormat, VkFormatInt depthStencilFormat, int32_t maxInFlightFrameCount)
Initialize interlacer for usage with Vulkan.
struct VkRenderPass_T * VkRenderPass
Definition interlacer.vulkan.h:17
struct VkPhysicalDevice_T * VkPhysicalDevice
Definition interlacer.vulkan.h:11
struct VkImageView_T * VkImageView
Definition interlacer.vulkan.h:14
int32_t VkFormatInt
Definition interlacer.vulkan.h:19
struct VkQueue_T * VkQueue
Definition interlacer.vulkan.h:18
struct VkFramebuffer_T * VkFramebuffer
Definition interlacer.vulkan.h:12
struct VkDevice_T * VkDevice
Definition interlacer.vulkan.h:10
struct VkCommandBuffer_T * VkCommandBuffer
Definition interlacer.vulkan.h:16
struct VkSemaphore_T * VkSemaphore
Definition interlacer.vulkan.h:15
int32_t VkImageLayoutInt
Definition interlacer.vulkan.h:20
struct VkImage_T * VkImage
Definition interlacer.vulkan.h:13
The main entry point into CNSDK C API.
Definition core.h:63
leia_interlacer's initial configuration.
Definition interlacer.h:46
The main entity used for performing interlacing on Leia devices.
Definition interlacer.h:41