#[derive(Error, Debug)] pubenum Error { #[error(transparent)]
FmtError(#[from] core::fmt::Error), #[error("{0}")]
Custom(String), #[error("{0}")]
Unimplemented(String), // TODO: Error used only during development #[error("Unsupported relational function: {0:?}")]
UnsupportedRelationalFunction(crate::RelationalFunction), #[error("Unsupported {kind}: {value}")]
Unsupported { /// What kind of unsupported thing this is: interpolation, builtin, etc.
kind: &'static str,
/// The debug form of the Naga IR value that this backend can't express.
value: String,
},
}
pubconstfn supported_capabilities() -> crate::valid::Capabilities { // WGSL regurgitation supports almost everything, though browser webgpu can't parse most of these. usecrate::valid::Capabilities as Caps;
Caps::all()
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet am 2026-08-21)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.