Merge "Fix an issue with C-compatibility due to a missing tag name"
This commit is contained in:
commit
37b0d41faf
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ enum GGLFormatComponentIndex {
|
|||
GGL_INDEX_CR = 2,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct GGLFormat {
|
||||
#ifdef __cplusplus
|
||||
enum {
|
||||
ALPHA = GGL_INDEX_ALPHA,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue