poc window decorations
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user