This website requires JavaScript.
Explore
Help
Register
Sign In
blankie
/
wlroots
Watch
1
Star
0
Fork
You've already forked wlroots
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
83f8864f0a
wlroots
/
render
/
CMakeLists.txt
7 lines
84 B
CMake
Raw
Normal View
History
Unescape
Escape
Use constant VBO for quad, add matrix stuff
2017-06-08 01:35:07 +00:00
add_library
(
wlr-render
STATIC
m
a
t
r
i
x
.
c
Add wlr_shader to wlr-render
2017-06-08 15:30:38 +00:00
s
h
a
d
e
r
.
c
Add wlr_renderer and move quad rendering there
2017-06-08 16:02:51 +00:00
s
u
r
f
a
c
e
.
c
r
e
n
d
e
r
e
r
.
c
Use constant VBO for quad, add matrix stuff
2017-06-08 01:35:07 +00:00
)