This repository has been archived on 2026-05-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
VulkanExample/dep/include/glm/mat3x4.hpp
2026-04-21 05:29:07 +09:00

9 lines
231 B
C++

/// @ref core
/// @file glm/mat3x4.hpp
#pragma once
#include "./ext/matrix_double3x4.hpp"
#include "./ext/matrix_double3x4_precision.hpp"
#include "./ext/matrix_float3x4.hpp"
#include "./ext/matrix_float3x4_precision.hpp"