Compare commits

...

1 Commits

Author SHA1 Message Date
7d35ac0e5b Move vertex format to utils. 2023-01-07 06:30:08 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "render_opengles.hpp"
#include "vertex_format_opengles.hpp"
#include "../display/display_glx.hpp"
#include "../utils/vertex_format.hpp"
#include "../utils/cmp_memcpy.hpp"
#include <cstdlib>
#include <cstdio>

View File

@ -16,7 +16,7 @@
#ifndef RK_ENGINE_VERTEX_FORMAT_H
#define RK_ENGINE_VERTEX_FORMAT_H
#include "render_opengles.hpp"
#include "../render.hpp"
#include <limits>
namespace rk_vertex {