feat(gx): add EGxBuffer

This commit is contained in:
fallenoak 2026-02-18 06:14:31 -06:00
parent f8f00b599e
commit 8c518f7e6d
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -54,6 +54,12 @@ enum EGxBlend {
GxBlends_Last = 12 GxBlends_Last = 12
}; };
enum EGxBuffer {
GxBuffers_Color = 0,
GxBuffers_Depth = 1,
GxBuffers_Last,
};
enum EGxColorFormat { enum EGxColorFormat {
GxCF_argb = 0, GxCF_argb = 0,
GxCF_rgba = 1, GxCF_rgba = 1,