poc window decorations

This commit is contained in:
galister
2026-01-03 20:57:14 +09:00
parent 57c450cb45
commit b6c16dff18
12 changed files with 178 additions and 36 deletions

View File

@@ -75,6 +75,7 @@ impl LinePool {
let pass = self.pipeline.create_pass(
[1.0, 1.0],
[0.0, 0.0],
app.gfx_extras.quad_verts.clone(),
0..4,
0..1,

View File

@@ -110,6 +110,7 @@ impl Skybox {
let set1 = pipeline.uniform_buffer_upload(1, vec![1f32])?;
let pass = pipeline.create_pass(
tgt.extent_f32(),
[0.0, 0.0],
app.gfx_extras.quad_verts.clone(),
0..4,
0..1,
@@ -161,6 +162,7 @@ impl Skybox {
.unwrap();
let pass = pipeline.create_pass(
tgt.extent_f32(),
[0.0, 0.0],
app.gfx_extras.quad_verts.clone(),
0..4,
0..1,