mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-07 13:29:49 -05:00
Add texture, use index buffer, tweak matricies
This commit is contained in:
parent
382f712792
commit
cda12a3eda
5 changed files with 1817 additions and 51 deletions
|
|
@ -1,5 +1,6 @@
|
|||
include_directories(
|
||||
${DRM_INCLUDE_DIRS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
add_executable(simple
|
||||
|
|
@ -13,6 +14,7 @@ target_link_libraries(simple
|
|||
|
||||
add_executable(rotation
|
||||
rotation.c
|
||||
cat.c
|
||||
)
|
||||
|
||||
target_link_libraries(rotation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue