File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ typedef __attribute__((address_space(0x1001))) struct __shady_builtin_sampler2D*
4848typedef __attribute__ ((address_space(0x1002 ))) struct __shady_builtin_sampler3D* sampler3D;
4949typedef __attribute__ ((address_space(0x1003 ))) struct __shady_builtin_sampler3D* samplerCube;
5050
51- typedef __attribute__ ((address_space(0x1100 ))) struct __shady_builtin_image2D * image1D;
52- typedef __attribute__ ((address_space(0x1101 ))) struct __shady_builtin_image2D * image2D;
53- typedef __attribute__ ((address_space(0x1102 ))) struct __shady_builtin_image2D * image3D;
54- typedef __attribute__ ((address_space(0x1103 ))) struct __shady_builtin_image2D * imageCube;
51+ typedef __attribute__ ((address_space(0x1100 ))) struct __shady_builtin_image1D* image1D;
52+ typedef __attribute__ ((address_space(0x1101 ))) struct __shady_builtin_image2D* image2D;
53+ typedef __attribute__ ((address_space(0x1102 ))) struct __shady_builtin_image3D* image3D;
54+ typedef __attribute__ ((address_space(0x1103 ))) struct __shady_builtin_image3D* imageCube;
5555
5656native_vec4 texture1D (const sampler1D, float ) __asm__(" shady::impure_op::spirv.core::87::Invocation" );
5757native_vec4 texture2D (const sampler2D, native_vec2) __asm__(" shady::impure_op::spirv.core::87::Invocation" );
You can’t perform that action at this time.
0 commit comments