Update the texture example

This commit is contained in:
maik klein 2016-12-26 01:22:21 +01:00
parent b25338a991
commit 310494380e
3 changed files with 796 additions and 1245 deletions

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

View file

@ -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,