Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::scene::IsVertexWithTexcoords Concept Reference
#include <
OxygenEngine/scene/vertex.h
>
Concept definition
template
<
typename
T>
concept
oe::scene::IsVertexWithTexcoords
=
requires
(T t)
{
{t.tex_coords_0} -> std::same_as<glm::vec2&>;
{t.tex_coords_1} -> std::same_as<glm::vec2&>;
}
oe::scene::IsVertexWithTexcoords
Definition
vertex.h:50
Detailed Description
Vertex requirement : texture coordinates
oe
scene
IsVertexWithTexcoords
Generated by
1.9.8