Function spirv_tools_sys::shared::binary_destroy
source · pub unsafe extern "C" fn binary_destroy(binary: *mut Binary)
Expand description
Frees a binary stream from memory. This is a no-op if binary is a null pointer.
pub unsafe extern "C" fn binary_destroy(binary: *mut Binary)
Frees a binary stream from memory. This is a no-op if binary is a null pointer.