Function ctru_sys::DVLB_ParseFile

source ·
pub unsafe extern "C" fn DVLB_ParseFile(
    shbinData: *mut u32_,
    shbinSize: u32_
) -> *mut DVLB_s
Expand description

Parses a shader binary.

§Arguments

  • shbinData - Shader binary data.
  • shbinSize - Shader binary size.

§Returns

The parsed shader binary.