fixed a bug it didn't ++self at LoadDescriptorSet data of ShaderResource.cpp
This commit is contained in:
parent
713e76215c
commit
76b431c3f7
@ -95,6 +95,8 @@ VK_NAMESPACE_BEGIN
|
||||
data+=str_len;
|
||||
|
||||
sd->type=CheckDescriptorSetType(sd->name);
|
||||
|
||||
++sd;
|
||||
}
|
||||
|
||||
return data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user