add macOS implementation
This commit is contained in:
12
macos/include/material/unlit_opaque.S
Normal file
12
macos/include/material/unlit_opaque.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global UNLIT_OPAQUE_UNLIT_OPAQUE_OFFSET;
|
||||
.global UNLIT_OPAQUE_UNLIT_OPAQUE_SIZE;
|
||||
|
||||
.global UNLIT_OPAQUE_PACKAGE
|
||||
.section .rodata
|
||||
UNLIT_OPAQUE_PACKAGE:
|
||||
.incbin "unlit_opaque.bin"
|
||||
UNLIT_OPAQUE_UNLIT_OPAQUE_OFFSET:
|
||||
.int 0
|
||||
UNLIT_OPAQUE_UNLIT_OPAQUE_SIZE:
|
||||
.int 78806
|
||||
|
||||
Reference in New Issue
Block a user