pub type spinPPMOption = _spinPPMOption;Expand description
Options for saving PPM images. Used in saving PPM images with a call to spinImageSavePpm().
Aliased Type§
#[repr(C)]pub struct spinPPMOption {
pub binaryFile: u8,
pub reserved: [u32; 16],
}Fields§
§binaryFile: u8Whether to save the PPM as a binary file.
reserved: [u32; 16]Reserved for future use.