pub trait FenceMut: Fence + VkHandleMut { // Provided method fn reset(&mut self) -> Result<()> { ... } }
Implements
Resets a fence object
On failure, this command returns
VK_ERROR_OUT_OF_HOST_MEMORY
VK_ERROR_OUT_OF_DEVICE_MEMORY