Crate spirv_std[][src]

Re-exports

pub extern crate spirv_std_macros as macros;
pub use num_traits;

Modules

SPIR-V Instrinics

Image types

Types for handling memory ordering constraints for concurrent memory access.

Ray-tracing data types

Macros

A macro for creating SPIR-V OpTypeImage types. Always produces a spirv_std::image::Image<...> type.

Constructs an uninitialized ray query variable. Using the syntax let (mut)? <name>. Where name is the name of the ray query variable.

Structs

An opaque reference to settings that describe how to access, filter, or sample an image.