aboutsummaryrefslogtreecommitdiff
path: root/src/llr/mesh_impl.h
blob: 96e60dfb5fdf1d689e59849eb8817aa9d6833d8a (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <gfx/llr/mesh.h>

typedef struct Mesh {
  const Geometry* geometry;
  const Material* material;
  ShaderProgram*  shader;
} Mesh;