pub unsafe extern "C" fn gspGetBytesPerPixel(
    format: GSPGPU_FramebufferFormat
) -> c_uint
Expand description

Gets the number of bytes per pixel for the specified format.

§Arguments

  • format - See GSPGPU_FramebufferFormat.

§Returns

Bytes per pixel.