initial work to split into dart_filament and flutter_filament
This commit is contained in:
12
flutter_filament/windows/include/material/image.S
Normal file
12
flutter_filament/windows/include/material/image.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global IMAGE_IMAGE_OFFSET;
|
||||
.global IMAGE_IMAGE_SIZE;
|
||||
|
||||
.global IMAGE_PACKAGE
|
||||
.section .rodata
|
||||
IMAGE_PACKAGE:
|
||||
.incbin "image.bin"
|
||||
IMAGE_IMAGE_OFFSET:
|
||||
.int 0
|
||||
IMAGE_IMAGE_SIZE:
|
||||
.int 13622
|
||||
|
||||
Reference in New Issue
Block a user