88 VkDescriptorSetLayout vk_descriptor_set_layout_ = VK_NULL_HANDLE;
104 void bind_shader_resources(
const VKDevice &device,
112 void bind_texture_resource(
const VKDevice &device,
116 void bind_storage_buffer_resource(
const VKStateManager &state_manager,
119 void bind_uniform_buffer_resource(
const VKStateManager &state_manager,
127 void bind_buffer(VkDescriptorType vk_descriptor_type,
129 VkDeviceSize size_in_bytes,
131 void bind_image(VkDescriptorType vk_descriptor_type,
132 VkSampler vk_sampler,
133 VkImageView vk_image_view,
134 VkImageLayout vk_image_layout,