Struct unity_native_plugin_sys::UnityShaderCompilerExtCustomBinaryVariantParams [−][src]
#[repr(C)]pub struct UnityShaderCompilerExtCustomBinaryVariantParams {
pub outputBinaryShader: *mut *mut c_void,
pub inputByteCode: *const c_uchar,
pub inputByteCodeSize: c_uint,
pub programTypeMask: c_uint,
pub platform: UnityShaderCompilerExtCompilerPlatform,
}Fields
outputBinaryShader: *mut *mut c_voidinputByteCode: *const c_ucharinputByteCodeSize: c_uintprogramTypeMask: c_uintplatform: UnityShaderCompilerExtCompilerPlatformTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more