Merge pull request #5814 from laytan/wgpu-27.0.2.0

vendor/wgpu: update to 27.0.2.0
This commit is contained in:
gingerBill
2025-10-22 09:47:23 +01:00
committed by GitHub
7 changed files with 43 additions and 17 deletions
+1 -2
View File
@@ -240,8 +240,6 @@ gb_internal lbProcedure *lb_create_procedure(lbModule *m, Entity *entity, bool i
}
}
}
lb_set_linkage_from_entity_flags(p->module, p->value, entity->flags);
if (p->is_foreign) {
lb_set_wasm_procedure_import_attributes(p->value, entity, p->name);
@@ -284,6 +282,7 @@ gb_internal lbProcedure *lb_create_procedure(lbModule *m, Entity *entity, bool i
LLVMSetLinkage(p->value, LLVMExternalLinkage);
}
lb_set_linkage_from_entity_flags(p->module, p->value, entity->flags);
if (m->debug_builder) { // Debug Information
Type *bt = base_type(p->type);