mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user