index
:
chisel-gl
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chisel
/
backends
/
opengl
/
vbo.h
blob: 786f53ad9ea12d2d88728abe89ec5d6b714a47dd (
plain
)
1
2
3
4
5
6
7
8
#pragma once namespace gfx { struct VBO { VBO(); ~VBO(); } }