Support all primitives

This commit is contained in:
Jaby
2023-06-05 22:44:45 +02:00
parent 299ba7a9d6
commit cc77237150
7 changed files with 92 additions and 46 deletions

View File

@@ -1,5 +1,6 @@
#ifndef __JABYENGINE_GPU_PRIMITIVES_HPP__
#define __JABYENGINE_GPU_PRIMITIVES_HPP__
#include "Primitives/primitive_gpu_commands.hpp"
#include "Primitives/primitive_line_types.hpp"
#include "Primitives/primitive_rectangle_types.hpp"
#include "Primitives/primitive_poly_types.hpp"