Module shader_io_deductions

Module shader_io_deductions 

Source

Enums§

InterStageBuiltIn
A naga::BuiltIn that counts towards a MaxFragmentShaderInputDeduction::InterStageBuiltIn.
MaxFragmentShaderInputDeduction
Max shader I/O variable deductions for vertex shader output. Used by StageError::TooManyUserDefinedFragmentInputs and StageError::FragmentInputLocationTooLarge.
MaxVertexShaderOutputDeduction
Max shader I/O variable deductions for vertex shader output. Used by StageError::TooManyUserDefinedVertexOutputs and StageError::VertexOutputLocationTooLarge.

Functions§

display_deductions_as_optional_list 🔒