mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated spirv-tools.
This commit is contained in:
@@ -1102,6 +1102,10 @@ void LoopUtils::Finalize() {
|
||||
Pass::Status LoopUnroller::Process() {
|
||||
bool changed = false;
|
||||
for (Function& f : *context()->module()) {
|
||||
if (f.IsDeclaration()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
LoopDescriptor* LD = context()->GetLoopDescriptor(&f);
|
||||
for (Loop& loop : *LD) {
|
||||
LoopUtils loop_utils{context(), &loop};
|
||||
|
||||
Reference in New Issue
Block a user