another typo
This commit is contained in:
parent
f161f8c56e
commit
16820bdde2
2
vulkan.d
2
vulkan.d
@ -2164,7 +2164,7 @@ Write(Vulkan* vk, DescSet set, ImageView* view, u32 index, DescType type)
|
|||||||
{
|
{
|
||||||
VkDescriptorImageInfo info = {
|
VkDescriptorImageInfo info = {
|
||||||
imageView: view.view,
|
imageView: view.view,
|
||||||
imagelayout: view.layout,
|
imageLayout: view.layout,
|
||||||
};
|
};
|
||||||
|
|
||||||
VkWriteDescriptorSet write = {
|
VkWriteDescriptorSet write = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user