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.