Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/spirv/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 325 B image not shown  

Quelle  lib.rs   Sprache: unbekannt

 
//! The SPIR-V header.
//!
//! This crate contains Rust definitions of all SPIR-V structs, enums,
//! and constants.
//!
//! The version of this crate is the version of SPIR-V it contains.

#![no_std]
#![allow(non_camel_case_types)]
#![cfg_attr(rustfmt, rustfmt_skip)]

use bitflags::bitflags;

include!("autogen_spirv.rs");

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]