Module shader_io_deductions
Available on crate feature
unstable-wgpu-29 only.Enumsยง
- Inter
Stage Built In - A
naga::BuiltInthat counts towards aMaxFragmentShaderInputDeduction::InterStageBuiltIn. - MaxFragment
Shader Input Deduction - Max shader I/O variable deductions for vertex shader output. Used by
[
StageError::TooManyUserDefinedFragmentInputs] and [StageError::FragmentInputLocationTooLarge]. - MaxVertex
Shader Output Deduction - Max shader I/O variable deductions for vertex shader output. Used by
[
StageError::TooManyUserDefinedVertexOutputs] and [StageError::VertexOutputLocationTooLarge].