Files
vulkan_demo/glm/test/gtc/gtc_matrix_integer.cpp
2025-08-30 22:54:33 +08:00

9 lines
86 B
C++

#include <glm/gtc/matrix_integer.hpp>
int main()
{
int Error = 0;
return Error;
}