You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
453 B
15 lines
453 B
/// @ref core
|
|
/// @file glm/vec4.hpp
|
|
|
|
#pragma once
|
|
#include "./ext/vector_bool4.hpp"
|
|
#include "./ext/vector_bool4_precision.hpp"
|
|
#include "./ext/vector_float4.hpp"
|
|
#include "./ext/vector_float4_precision.hpp"
|
|
#include "./ext/vector_double4.hpp"
|
|
#include "./ext/vector_double4_precision.hpp"
|
|
#include "./ext/vector_int4.hpp"
|
|
#include "./ext/vector_int4_sized.hpp"
|
|
#include "./ext/vector_uint4.hpp"
|
|
#include "./ext/vector_uint4_sized.hpp"
|
|
|
|
|