Update the texture example
This commit is contained in:
parent
b25338a991
commit
310494380e
BIN
examples/assets/rust.png
Normal file
BIN
examples/assets/rust.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
File diff suppressed because it is too large
Load diff
|
@ -66,7 +66,6 @@ fn main() {
|
|||
color_attachment_count: 1,
|
||||
p_color_attachments: &color_attachment_ref,
|
||||
p_depth_stencil_attachment: &depth_attachment_ref,
|
||||
// TODO: Why is there no wrapper?
|
||||
flags: Default::default(),
|
||||
pipeline_bind_point: vk::PipelineBindPoint::Graphics,
|
||||
input_attachment_count: 0,
|
||||
|
|
Loading…
Reference in a new issue