Skip to main content

bind_buffer_memory

Function bind_buffer_memory 

Source
pub unsafe fn bind_buffer_memory(
    device: VkDevice,
    buffer: VkBuffer,
    memory: VkDeviceMemory,
    memory_offset: VkDeviceSize,
) -> VkResult
Expand description

ยงSafety

direct calling ffi functions.