Add texture, use index buffer, tweak matricies

This commit is contained in:
Drew DeVault 2017-06-07 11:05:31 -04:00
parent 382f712792
commit cda12a3eda
5 changed files with 1817 additions and 51 deletions

View file

@ -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