Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
solverstack
vite
Merge requests
!4
Fix issue
#8
by removing useless header files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix issue
#8
by removing useless header files
issue8/glm_header
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Mathieu Faverge
requested to merge
issue8/glm_header
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2b0bfb35
1 commit,
7 years ago
1 file
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/render/vbo.cpp
+
0
−
4
Options
@@ -46,14 +46,10 @@
#include
<GL/glew.h>
#include
<stdlib.h>
#include
<iostream>
#define GLM_FORCE_RADIANS
#include
<glm/glm.hpp>
#include
<glm/gtx/transform.hpp>
#include
<glm/gtc/type_ptr.hpp>
#include
"vbo.hpp"
#include
"Shader.hpp"
#define ERROR(m) printf("%s", m);
using
namespace
std
;
Loading