mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Added 'DarkTheme.png' theme image with encoded colors
This commit is contained in:
parent
4f2472c276
commit
287922693e
11 changed files with 93 additions and 14 deletions
|
@ -146,7 +146,8 @@ enum CullMode : int8
|
|||
enum TextureFlag : int8
|
||||
{
|
||||
TextureFlag_Additive = 1,
|
||||
TextureFlag_NoPremult = 2
|
||||
TextureFlag_NoPremult = 2,
|
||||
TextureFlag_AllowRead = 4,
|
||||
};
|
||||
|
||||
struct VertexDefData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue