Struct spirv_cross::hlsl::CompilerOptions[][src]

pub struct CompilerOptions {
    pub shader_model: ShaderModel,
    pub point_size_compat: bool,
    pub point_coord_compat: bool,
    pub vertex: CompilerVertexOptions,
}

HLSL compiler options.

Fields

Support point size builtin but ignore the value.

Support point coordinate builtin but ignore the value.

Trait Implementations

impl Debug for CompilerOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for CompilerOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CompilerOptions
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations