renderelement2d texture loading

This commit is contained in:
Jorijn van der Graaf 2026-03-10 19:03:39 +01:00
commit 6eb23b88bd
3 changed files with 19 additions and 6 deletions

View file

@ -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,