Searched refs:pDeviceMemory (Results 1 – 4 of 4) sorted by relevance
68 void Buffer::bind(VkDeviceMemory pDeviceMemory, VkDeviceSize pMemoryOffset) in bind() argument70 memory = Cast(pDeviceMemory)->getOffsetPointer(pMemoryOffset); in bind()
33 void bind(VkDeviceMemory pDeviceMemory, VkDeviceSize pMemoryOffset);
42 void bind(VkDeviceMemory pDeviceMemory, VkDeviceSize pMemoryOffset);
57 void Image::bind(VkDeviceMemory pDeviceMemory, VkDeviceSize pMemoryOffset) in bind() argument59 deviceMemory = Cast(pDeviceMemory); in bind()