[][src]Struct spirv_reflect::ffi::SpvReflectShaderModule

#[repr(C)]
pub struct SpvReflectShaderModule { pub generator: SpvReflectGenerator, pub entry_point_name: *const c_char, pub entry_point_id: u32, pub entry_point_count: u32, pub entry_points: *mut SpvReflectEntryPoint, pub source_language: SpvSourceLanguage, pub source_language_version: u32, pub source_file: *const c_char, pub source_source: *const c_char, pub spirv_execution_model: SpvExecutionModel, pub shader_stage: SpvReflectShaderStageFlagBits, pub descriptor_binding_count: u32, pub descriptor_bindings: *mut SpvReflectDescriptorBinding, pub descriptor_set_count: u32, pub descriptor_sets: [SpvReflectDescriptorSet; 64], pub input_variable_count: u32, pub input_variables: *mut SpvReflectInterfaceVariable, pub output_variable_count: u32, pub output_variables: *mut SpvReflectInterfaceVariable, pub push_constant_block_count: u32, pub push_constant_blocks: *mut SpvReflectBlockVariable, pub _internal: *mut SpvReflectShaderModule_Internal, }

@struct SpvReflectShaderModule

Fields

generator: SpvReflectGeneratorentry_point_name: *const c_charentry_point_id: u32entry_point_count: u32entry_points: *mut SpvReflectEntryPointsource_language: SpvSourceLanguagesource_language_version: u32source_file: *const c_charsource_source: *const c_charspirv_execution_model: SpvExecutionModelshader_stage: SpvReflectShaderStageFlagBitsdescriptor_binding_count: u32descriptor_bindings: *mut SpvReflectDescriptorBindingdescriptor_set_count: u32descriptor_sets: [SpvReflectDescriptorSet; 64]input_variable_count: u32input_variables: *mut SpvReflectInterfaceVariableoutput_variable_count: u32output_variables: *mut SpvReflectInterfaceVariablepush_constant_block_count: u32push_constant_blocks: *mut SpvReflectBlockVariable_internal: *mut SpvReflectShaderModule_Internal

Trait Implementations

impl Copy for SpvReflectShaderModule[src]

impl Default for SpvReflectShaderModule[src]

impl Clone for SpvReflectShaderModule[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.