mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Cleanup.
This commit is contained in:
parent
802cd87768
commit
726a5feea1
1 changed files with 0 additions and 3 deletions
|
@ -80,9 +80,6 @@
|
|||
#define KTX_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG 0x8C02
|
||||
#define KTX_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG 0x8C03
|
||||
|
||||
#define PKM_MAGIC BX_MAKEFOURCC('P', 'K', 'M', 0)
|
||||
#define PKM_HEADER_SIZE 16
|
||||
|
||||
namespace bgfx
|
||||
{
|
||||
void imageSolid(uint32_t _width, uint32_t _height, uint32_t _solid, void* _dst)
|
||||
|
|
Loading…
Reference in a new issue