#ifndef PKE_STATIC_PLANE_HPP #define PKE_STATIC_PLANE_HPP #include #include struct IntrinsicShapePlane { glm::vec2 vert[4]; glm::vec2 uv[4]; uint16_t index[6]; }; extern IntrinsicShapePlane pkeIntrinsicsPlane; #endif /* PKE_STATIC_PLANE_HPP */