Fixed typos
This commit is contained in:
parent
5539991ca5
commit
78f9881ebf
18 changed files with 28 additions and 28 deletions
|
|
@ -164,7 +164,7 @@ public:
|
|||
std::array<VkDescriptorSetLayoutBinding,2> setLayoutBindings{};
|
||||
|
||||
/*
|
||||
Binding 0: Uniform buffers (used to pass matrices matrices)
|
||||
Binding 0: Uniform buffers (used to pass matrices)
|
||||
*/
|
||||
setLayoutBindings[0].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
|
||||
// Shader binding point
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue