renderelement2d texture loading
This commit is contained in:
parent
103a35ee40
commit
6eb23b88bd
3 changed files with 19 additions and 6 deletions
|
|
@ -49,12 +49,6 @@ export namespace Crafter {
|
|||
std::chrono::duration<double> delta;
|
||||
};
|
||||
|
||||
enum class OpaqueType {
|
||||
FullyOpaque, // All pixels have A of 255
|
||||
SemiOpaque, // All pixels have A of 0 or 255 (no blending needed)
|
||||
Transparent // Color blending is used
|
||||
};
|
||||
|
||||
enum class CrafterKeys {
|
||||
// Alphabetic keys
|
||||
A, B, C, D, E, F, G, H, I, J, K, L, M,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue