headers from v1.31.5
This commit is contained in:
12
ios/include/material/unlit_opaque.S
Normal file
12
ios/include/material/unlit_opaque.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global UNLIT_OPAQUE_UNLIT_OFFSET;
|
||||
.global UNLIT_OPAQUE_UNLIT_SIZE;
|
||||
|
||||
.global UNLIT_OPAQUE_PACKAGE
|
||||
.section .rodata
|
||||
UNLIT_OPAQUE_PACKAGE:
|
||||
.incbin "unlit_opaque.bin"
|
||||
UNLIT_OPAQUE_UNLIT_OFFSET:
|
||||
.int 0
|
||||
UNLIT_OPAQUE_UNLIT_SIZE:
|
||||
.int 34077
|
||||
|
||||
12
ios/include/material/unlit_opaque.apple.S
Normal file
12
ios/include/material/unlit_opaque.apple.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global _UNLIT_OPAQUE_UNLIT_OFFSET;
|
||||
.global _UNLIT_OPAQUE_UNLIT_SIZE;
|
||||
|
||||
.global _UNLIT_OPAQUE_PACKAGE
|
||||
.section __TEXT,__const
|
||||
_UNLIT_OPAQUE_PACKAGE:
|
||||
.incbin "unlit_opaque.bin"
|
||||
_UNLIT_OPAQUE_UNLIT_OFFSET:
|
||||
.int 0
|
||||
_UNLIT_OPAQUE_UNLIT_SIZE:
|
||||
.int 34077
|
||||
|
||||
BIN
ios/include/material/unlit_opaque.bin
Normal file
BIN
ios/include/material/unlit_opaque.bin
Normal file
Binary file not shown.
1713
ios/include/material/unlit_opaque.c
Normal file
1713
ios/include/material/unlit_opaque.c
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ios/include/material/unlit_opaque.filamat
Normal file
BIN
ios/include/material/unlit_opaque.filamat
Normal file
Binary file not shown.
13
ios/include/material/unlit_opaque.h
Normal file
13
ios/include/material/unlit_opaque.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef UNLIT_OPAQUE_H_
|
||||
#define UNLIT_OPAQUE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C" {
|
||||
extern const uint8_t UNLIT_OPAQUE_PACKAGE[];
|
||||
extern int UNLIT_OPAQUE_UNLIT_OFFSET;
|
||||
extern int UNLIT_OPAQUE_UNLIT_SIZE;
|
||||
}
|
||||
#define UNLIT_OPAQUE_UNLIT_DATA (UNLIT_OPAQUE_PACKAGE + UNLIT_OPAQUE_UNLIT_OFFSET)
|
||||
|
||||
#endif
|
||||
@@ -1,12 +0,0 @@
|
||||
.global UNLITOPAQUE_UNLIT_OPAQUE_OFFSET;
|
||||
.global UNLITOPAQUE_UNLIT_OPAQUE_SIZE;
|
||||
|
||||
.global UNLITOPAQUE_PACKAGE
|
||||
.section .rodata
|
||||
UNLITOPAQUE_PACKAGE:
|
||||
.incbin "unlitopaque.bin"
|
||||
UNLITOPAQUE_UNLIT_OPAQUE_OFFSET:
|
||||
.int 0
|
||||
UNLITOPAQUE_UNLIT_OPAQUE_SIZE:
|
||||
.int 35615
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
.global _UNLITOPAQUE_UNLIT_OPAQUE_OFFSET;
|
||||
.global _UNLITOPAQUE_UNLIT_OPAQUE_SIZE;
|
||||
|
||||
.global _UNLITOPAQUE_PACKAGE
|
||||
.section __TEXT,__const
|
||||
_UNLITOPAQUE_PACKAGE:
|
||||
.incbin "unlitopaque.bin"
|
||||
_UNLITOPAQUE_UNLIT_OPAQUE_OFFSET:
|
||||
.int 0
|
||||
_UNLITOPAQUE_UNLIT_OPAQUE_SIZE:
|
||||
.int 35615
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,13 +0,0 @@
|
||||
#ifndef UNLITOPAQUE_H_
|
||||
#define UNLITOPAQUE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C" {
|
||||
extern const uint8_t UNLITOPAQUE_PACKAGE[];
|
||||
extern int UNLITOPAQUE_UNLIT_OPAQUE_OFFSET;
|
||||
extern int UNLITOPAQUE_UNLIT_OPAQUE_SIZE;
|
||||
}
|
||||
#define UNLITOPAQUE_UNLIT_OPAQUE_DATA (UNLITOPAQUE_PACKAGE + UNLITOPAQUE_UNLIT_OPAQUE_OFFSET)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user