Fix wrong uv format
This commit is contained in:
parent
136557f196
commit
2de4de02da
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ fn main() {
|
||||||
vk::VertexInputAttributeDescription {
|
vk::VertexInputAttributeDescription {
|
||||||
location: 1,
|
location: 1,
|
||||||
binding: 0,
|
binding: 0,
|
||||||
format: vk::Format::R32g32b32a32Sfloat,
|
format: vk::Format::R32g32Sfloat,
|
||||||
offset: offset_of!(Vertex, uv) as u32,
|
offset: offset_of!(Vertex, uv) as u32,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue