tried making naming more uniform and implemented most of the opengl managers

This commit is contained in:
ZY4N
2025-03-25 02:22:44 +01:00
parent c609d49f0d
commit 71ea2d9237
155 changed files with 4097 additions and 2434 deletions

View File

@@ -15,7 +15,7 @@ namespace rendering
class point_cloud_batch_renderer
{
public:
using batch_components_type = components::point_cloud_vertex::flags;
using batch_components_type = point_cloud_vertex_components::flags;
using batch_type = point_cloud_batch;
using batch_index_type = ztu::u32;
using batch_id_type = batch_index_type;