Struct unity_native_plugin_sys::UnityShaderCompilerExtCustomSourceVariantParams [−][src]
#[repr(C)]pub struct UnityShaderCompilerExtCustomSourceVariantParams {
pub outputSnippet: *mut c_char,
pub outputKeywords: *mut c_char,
pub inputSnippet: *const c_char,
pub vr: bool,
pub platform: UnityShaderCompilerExtCompilerPlatform,
pub shaderType: UnityShaderCompilerExtShaderType,
}Fields
outputSnippet: *mut c_charoutputKeywords: *mut c_charinputSnippet: *const c_charvr: boolplatform: UnityShaderCompilerExtCompilerPlatformshaderType: UnityShaderCompilerExtShaderTypeTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more