pub fn create_vulkan_descriptor_set(
    device: &Device,
    set_layout: DescriptorSetLayout,
    descriptor_pool: DescriptorPool,
    image_view: ImageView,
    sampler: Sampler
) -> RendererResult<DescriptorSet>
Expand description

Create a descriptor set compatible with the graphics pipeline from a texture.