Struct rshader::ShaderSource [] [src]

pub struct ShaderSource {
    pub source: Option<Vec<u8>>,
    pub filenames: Option<Vec<String>>,
}

Fields