Module vulkan

Source
Expand description

Vulkan helpers.

A set of functions used to ease Vulkan resources creations. These are supposed to be internal but are exposed since they might help users create descriptors sets when using the custom textures.

Functionsยง

create_vulkan_descriptor_pool
Create a descriptor pool of sets compatible with the graphics pipeline.
create_vulkan_descriptor_set
Create a descriptor set compatible with the graphics pipeline from a texture.
create_vulkan_descriptor_set_layout
Create a descriptor set layout compatible with the graphics pipeline.