File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ // rustfmt-hard_tabs: true
2+
3+ #[ macro_export]
4+ macro_rules! main {
5+ ( ) => {
6+ #[ spirv( fragment) ]
7+ pub fn main_fs(
8+ mut out_color: :: spirv_std:: storage_class:: Output <Vec4 >,
9+ #[ spirv( descriptor_set = 1 ) ] iChannelResolution: :: spirv_std:: storage_class:: UniformConstant <
10+ [ :: spirv_std:: glam:: Vec3A ; 4 ] ,
11+ >,
12+ ) {
13+ }
14+ } ;
15+ }
Original file line number Diff line number Diff line change 1+ // rustfmt-hard_tabs: true
2+
3+ #[ macro_export]
4+ macro_rules! main {
5+ ( ) => {
6+ #[ spirv( fragment) ]
7+ pub fn main_fs(
8+ mut out_color: :: spirv_std:: storage_class:: Output <Vec4 >,
9+ #[ spirv( descriptor_set = 1 ) ]
10+ iChannelResolution: :: spirv_std:: storage_class:: UniformConstant <
11+ [ :: spirv_std:: glam:: Vec3A ; 4 ] ,
12+ >,
13+ ) {
14+ }
15+ } ;
16+ }
You can’t perform that action at this time.
0 commit comments