fix vertex input attribute description
This commit is contained in:
parent
44204b5677
commit
70ef0e030f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ PTK_ARRAY(VkVertexInputAttributeDescription) m_vertex_attribute_descriptions = P
|
|||
(VkVertexInputAttributeDescription){
|
||||
.location = 3,
|
||||
.binding = 0,
|
||||
.format = VK_FORMAT_R32G32_SINT,
|
||||
.format = VK_FORMAT_R32G32_SFLOAT,
|
||||
.offset = offsetof(Vertex, uv),
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue