initial work to split into dart_filament and flutter_filament
This commit is contained in:
12
dart_filament/native/include/material/gizmo.S
Normal file
12
dart_filament/native/include/material/gizmo.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global GIZMO_GIZMO_OFFSET;
|
||||
.global GIZMO_GIZMO_SIZE;
|
||||
|
||||
.global GIZMO_PACKAGE
|
||||
.section .rodata
|
||||
GIZMO_PACKAGE:
|
||||
.incbin "gizmo.bin"
|
||||
GIZMO_GIZMO_OFFSET:
|
||||
.int 0
|
||||
GIZMO_GIZMO_SIZE:
|
||||
.int 26876
|
||||
|
||||
Reference in New Issue
Block a user