pub fn create_vulkan_descriptor_set_layout(
    device: &Device
) -> RendererResult<DescriptorSetLayout>
Expand description

Create a descriptor set layout compatible with the graphics pipeline.