Function spirv_tools_sys::assembler::text_destroy
source · pub unsafe extern "C" fn text_destroy(text: *mut Text)
Expand description
Frees an allocated text stream. This is a no-op if the text parameter is a null pointer.
pub unsafe extern "C" fn text_destroy(text: *mut Text)
Frees an allocated text stream. This is a no-op if the text parameter is a null pointer.