cargo fmt

This commit is contained in:
galister
2025-03-12 03:07:35 +09:00
parent bca6376b50
commit a1cc41f541
5 changed files with 180 additions and 88 deletions

View File

@@ -46,11 +46,11 @@ pub mod frag_color {
",
}
}
//layout (location = 1) in float corner_radius;
//out_color = in_color;
// Some equation that determines whether to keep the pixel
// Use Lerp not if
//out_color.a = 0;
//layout (location = 1) in float corner_radius;
//out_color = in_color;
// Some equation that determines whether to keep the pixel
// Use Lerp not if
//out_color.a = 0;
pub mod frag_glyph {
vulkano_shaders::shader! {