pub trait DeviceMemory: VkHandle<Handle = VkDeviceMemory> + DeviceChildHandle {
// Provided method
fn commitment_bytes(&self) -> VkDeviceSize { ... }
}Provided Methods§
Sourcefn commitment_bytes(&self) -> VkDeviceSize
fn commitment_bytes(&self) -> VkDeviceSize
Query the current commitment for a DeviceMemory