HomeSort by relevance Sort by last modified time
    Searched full:allocate_resources (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Meshes.h 49 void allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flags);
Meshes.cpp 457 allocate_resources(vb_size, ib_size, mem_flags);
496 void Meshes::allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flags) function in class:Meshes

Completed in 169 milliseconds