Move vertex format to utils.

This commit is contained in:
Roz K 2023-01-07 06:30:08 +01:00
parent 7384a014ff
commit 7d35ac0e5b
Signed by: roz
GPG Key ID: 51FBF4E483E1C822
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 {