Skip to content

Commit

Permalink
type -> alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Rets authored and Dima Rets committed Jun 16, 2023
1 parent 2457aa5 commit 3a7e902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/prelude.wgsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type float4 = vec4<f32>;
type float3 = vec3<f32>;
type float = f32;
alias float4 = vec4<f32>;
alias float3 = vec3<f32>;
alias float = f32;

const PI: f32 = 3.141592653589793;

0 comments on commit 3a7e902

Please sign in to comment.