Small fix
This commit is contained in:
parent
45514ac77e
commit
0dba60f9f1
|
@ -208,7 +208,7 @@ namespace SHADE
|
||||||
BindingAndSetHash bsHash = SHVkUtil::GenBindingSetHash(set, binding);
|
BindingAndSetHash bsHash = SHVkUtil::GenBindingSetHash(set, binding);
|
||||||
|
|
||||||
// to index a set
|
// to index a set
|
||||||
uint32_t setIndex = setIndexing[bsHash];
|
uint32_t setIndex = setIndexing[set];
|
||||||
|
|
||||||
// to index a write for a binding
|
// to index a write for a binding
|
||||||
uint32_t writeInfoIndex = updater.writeHashMap[bsHash];
|
uint32_t writeInfoIndex = updater.writeHashMap[bsHash];
|
||||||
|
@ -233,7 +233,7 @@ namespace SHADE
|
||||||
BindingAndSetHash bsHash = SHVkUtil::GenBindingSetHash(set, binding);
|
BindingAndSetHash bsHash = SHVkUtil::GenBindingSetHash(set, binding);
|
||||||
|
|
||||||
// to index a set
|
// to index a set
|
||||||
uint32_t setIndex = setIndexing[bsHash];
|
uint32_t setIndex = setIndexing[set];
|
||||||
|
|
||||||
// to index a write for a binding
|
// to index a write for a binding
|
||||||
uint32_t writeInfoIndex = updater.writeHashMap[bsHash];
|
uint32_t writeInfoIndex = updater.writeHashMap[bsHash];
|
||||||
|
|
Loading…
Reference in New Issue