[][src]Module imgui_rs_vulkan_renderer::vulkan

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.

Structs

Texture

Helper struct representing a sampled texture.

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.