Searched defs:vn_device_proc_table (Results 1 – 1 of 1) sorted by relevance
19 struct vn_device_proc_table { struct20 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;21 PFN_vkAllocateDescriptorSets AllocateDescriptorSets;22 PFN_vkAllocateMemory AllocateMemory;23 PFN_vkBeginCommandBuffer BeginCommandBuffer;24 PFN_vkBindBufferMemory BindBufferMemory;25 PFN_vkBindBufferMemory2 BindBufferMemory2;26 PFN_vkBindImageMemory BindImageMemory;27 PFN_vkBindImageMemory2 BindImageMemory2;28 PFN_vkCmdBeginConditionalRenderingEXT CmdBeginConditionalRenderingEXT;[all …]