Skip to main content

Module shader_io_deductions

Module shader_io_deductions 

Available on crate feature unstable-wgpu-29 only.

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].