mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
BMP loading, show workspace icon files on startup panel
This commit is contained in:
parent
c8394bef26
commit
05cda98c85
11 changed files with 725 additions and 4 deletions
|
@ -156,6 +156,7 @@ enum TextureFlag : int8
|
|||
TextureFlag_Additive = 1,
|
||||
TextureFlag_NoPremult = 2,
|
||||
TextureFlag_AllowRead = 4,
|
||||
TextureFlag_HasTransFollowing = 8
|
||||
};
|
||||
|
||||
struct VertexDefData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue