Expand description
Macros§
- Image
- A macro for creating SPIR-V
OpTypeImage
types. Always produces aspirv_std::image::Image<...>
type. - debug_
printf - Print a formatted string with a newline using the debug printf extension.
- debug_
printfln - Similar to
debug_printf
but appends a newline to the format string.