mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Merge pull request #926 from code-disaster/fix-bgfx_caps_t
Fixed order of fields in bgfx_caps_t not matching bgfx::Caps
This commit is contained in:
@@ -418,11 +418,11 @@ typedef struct bgfx_caps
|
||||
uint16_t maxViews;
|
||||
uint8_t maxFBAttachments;
|
||||
uint8_t numGPUs;
|
||||
uint16_t vendorId;
|
||||
uint16_t deviceId;
|
||||
bool homogeneousDepth;
|
||||
bool originBottomLeft;
|
||||
|
||||
uint16_t vendorId;
|
||||
uint16_t deviceId;
|
||||
bgfx_caps_gpu_t gpu[4];
|
||||
|
||||
uint16_t formats[BGFX_TEXTURE_FORMAT_COUNT];
|
||||
|
||||
Reference in New Issue
Block a user