GulkanDescriptorSet

GulkanDescriptorSet

Functions

Includes

#include <gulkan.h>

Description

Functions

gulkan_allocate_descritpor_set ()

gboolean
gulkan_allocate_descritpor_set (GulkanDevice *device,
                                VkDescriptorPool pool,
                                VkDescriptorSetLayout *layout,
                                uint32_t count,
                                VkDescriptorSet *set);

gulkan_init_descriptor_pool ()

gboolean
gulkan_init_descriptor_pool (GulkanDevice *device,
                             const VkDescriptorPoolSize *pool_sizes,
                             uint32_t pool_size_count,
                             uint32_t set_count,
                             VkDescriptorPool *pool);

GULKAN_INIT_DECRIPTOR_POOL()

#define             GULKAN_INIT_DECRIPTOR_POOL(a, b, c, d)

Types and Values