mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 08:14:12 +00:00
Formatting
This commit is contained in:
parent
54587b1816
commit
fbbe2f7d2d
@ -5,7 +5,7 @@ use spirv_std::{arch, Image};
|
||||
|
||||
#[spirv(fragment)]
|
||||
pub fn main(
|
||||
#[spirv(descriptor_set = 0, binding = 0)] image: &Image!(2D, format=rgba32f, sampled),
|
||||
#[spirv(descriptor_set = 0, binding = 0)] image: &Image!(2D, format = rgba32f, sampled),
|
||||
output: &mut glam::Vec4,
|
||||
) {
|
||||
let texel = image.fetch(glam::IVec2::new(0, 1));
|
||||
|
Loading…
Reference in New Issue
Block a user