mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Generate assets with MQ present (#2485)
This commit is contained in:
parent
877fc2dcca
commit
6cd7066706
208 changed files with 7785 additions and 7127 deletions
|
@ -34,11 +34,4 @@ static const __declspec(align(2)) char sCircleWipeVtx[] = dsCircleWipeVtx;
|
|||
static const char sCircleWipeVtx[] __attribute__((aligned (2))) = dsCircleWipeVtx;
|
||||
#endif
|
||||
|
||||
#define dsCircleDList "__OTR__code/z_fbdemo_circle/sCircleDList"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char sCircleDList[] = dsCircleDList;
|
||||
#else
|
||||
static const char sCircleDList[] __attribute__((aligned (2))) = dsCircleDList;
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue