Fiddle with default colors a bit

This commit is contained in:
Richard Feldman 2020-05-27 22:38:47 -04:00
parent 5350818e07
commit be0f76e3e5
2 changed files with 8 additions and 6 deletions

View file

@ -377,7 +377,7 @@ fn run_event_loop() {
}
} else {
PushConstants {
color: [1.0, 1.0, 1.0, 1.0],
color: [0.77254902, 0.658823529, 1.0, 0.5],
pos: [0.06 * index as f32, 0.0],
scale: [0.05, 0.05],
}
@ -486,7 +486,7 @@ fn run_event_loop() {
viewport.rect,
&[ClearValue {
color: ClearColor {
float32: [0.0, 0.0, 0.0, 1.0],
float32: [0.01, 0.01, 0.01, 1.0],
},
}],
SubpassContents::Inline,