Home
last modified time | relevance | path

Searched defs:update_descriptor_sets (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp392 void Device::update_descriptor_sets(const std::vector<VkWriteDescriptorSet> &writes, in update_descriptor_sets() function in vk_testing::Device
Dvktestbinding.h242 void update_descriptor_sets(const std::vector<VkWriteDescriptorSet> &writes) { in update_descriptor_sets() function
/external/rust/crates/ash/src/
Ddevice.rs773 pub unsafe fn update_descriptor_sets( in update_descriptor_sets() method
/external/rust/crates/ash/src/vk/
Dfeatures.rs1542 pub update_descriptor_sets: PFN_vkUpdateDescriptorSets, field
2728 unsafe extern "system" fn update_descriptor_sets( in load() function
4422 pub unsafe fn update_descriptor_sets( in update_descriptor_sets() method