moving pointsets to the GPU via Uniform buffer
This commit is contained in:
parent
74457d1a9c
commit
1114f4c8ff
6 changed files with 61 additions and 51 deletions
|
|
@ -60,7 +60,8 @@ source_group("Shader Headers" FILES ${GLSL_HEADERS})
|
|||
#--------------------------------------------------------------------------------------------------
|
||||
# Linkage
|
||||
#
|
||||
target_link_libraries(${PROJNAME} ${PLATFORM_LIBRARIES} nvpro_core)
|
||||
find_package(UTK PATHS ../../utk_experiments/utk)
|
||||
target_link_libraries(${PROJNAME} ${PLATFORM_LIBRARIES} nvpro_core UTK_LIBRARY)
|
||||
|
||||
foreach(DEBUGLIB ${LIBRARIES_DEBUG})
|
||||
target_link_libraries(${PROJNAME} debug ${DEBUGLIB})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue