transparency management added

This commit is contained in:
2023-11-25 10:31:06 +01:00
parent df29e41ac5
commit db91730e13
7 changed files with 37 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/08 02:24:58 by maldavid #+# #+# */
/* Updated: 2023/11/16 14:01:05 by maldavid ### ########.fr */
/* Updated: 2023/11/25 10:01:35 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -66,6 +66,7 @@ namespace mlx
struct TextureRenderData
{
Texture* texture;
std::size_t hash = 0;
int x;
int y;