mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
Formatting
This commit is contained in:
parent
faf5c1321b
commit
7e83721978
@ -3,14 +3,14 @@
|
||||
//! This module is intended as a low level abstraction over SPIR-V instructions.
|
||||
//! These functions will typically map to a single instruction, and will perform
|
||||
//! no additional safety checks beyond type-checking.
|
||||
#[cfg(target_arch = "spirv")]
|
||||
use crate::integer::Integer;
|
||||
use crate::{
|
||||
integer::{SignedInteger, UnsignedInteger},
|
||||
scalar::Scalar,
|
||||
vector::Vector,
|
||||
};
|
||||
#[cfg(target_arch = "spirv")]
|
||||
use crate::integer::Integer;
|
||||
#[cfg(target_arch = "spirv")]
|
||||
use core::arch::asm;
|
||||
|
||||
mod atomics;
|
||||
|
Loading…
Reference in New Issue
Block a user