clear value
This commit is contained in:
@@ -29,3 +29,15 @@ typedef struct gnColor {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} gnColor;
|
} gnColor;
|
||||||
|
|
||||||
|
typedef struct gnClearValue {
|
||||||
|
union {
|
||||||
|
struct {
|
||||||
|
float r, g, b, a;
|
||||||
|
};
|
||||||
|
|
||||||
|
struct {
|
||||||
|
float red, green, blue, alpha;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
} gnClearValue;
|
||||||
|
Reference in New Issue
Block a user