add macOS implementation
This commit is contained in:
13
macos/include/material/unlit_opaque.h
Normal file
13
macos/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_OPAQUE_OFFSET;
|
||||
extern int UNLIT_OPAQUE_UNLIT_OPAQUE_SIZE;
|
||||
}
|
||||
#define UNLIT_OPAQUE_UNLIT_OPAQUE_DATA (UNLIT_OPAQUE_PACKAGE + UNLIT_OPAQUE_UNLIT_OPAQUE_OFFSET)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user