Add unit tests for GradientTexture1D and GradientTexture2D

Co-authored-by: ArthyChaux <53626057+ArthyChaux@users.noreply.github.com>
This commit is contained in:
Hugo Locurcio 2024-04-10 20:46:20 +02:00
parent 83b916bb00
commit 3469fb06b6
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
2 changed files with 88 additions and 0 deletions

View file

@ -111,6 +111,7 @@
#include "tests/scene/test_curve_2d.h"
#include "tests/scene/test_curve_3d.h"
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_gradient_texture.h"
#include "tests/scene/test_image_texture.h"
#include "tests/scene/test_node.h"
#include "tests/scene/test_node_2d.h"