mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-21 15:30:09 +01:00
parent
359e7b8597
commit
29fb6c7f6f
@ -359,6 +359,12 @@ func (cs *compileState) parse(f *ast.File) {
|
|||||||
for _, f := range cs.funcs {
|
for _, f := range cs.funcs {
|
||||||
cs.ir.Funcs = append(cs.ir.Funcs, f.ir)
|
cs.ir.Funcs = append(cs.ir.Funcs, f.ir)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if len(cs.delayedTypeCheks) != 0 {
|
||||||
|
// for _, check := range cs.delayedTypeCheks {
|
||||||
|
// cs.addError(check.Pos(), check.Error())
|
||||||
|
// }
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cs *compileState) parseDecl(b *block, fname string, d ast.Decl) ([]shaderir.Stmt, bool) {
|
func (cs *compileState) parseDecl(b *block, fname string, d ast.Decl) ([]shaderir.Stmt, bool) {
|
||||||
|
Loading…
Reference in New Issue
Block a user