mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-27 05:50:05 +00:00
A couple more DX / OpenCL changes for AMD
This commit is contained in:
parent
0d0f6210ac
commit
421e60f8c5
@ -355,6 +355,10 @@ if (OPENGL_FOUND AND NOT IOS)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (WIN32 AND NOT NO_DX)
|
||||||
|
find_package(DXSDK)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (NOT NO_MAYA)
|
if (NOT NO_MAYA)
|
||||||
find_package(Maya 201200)
|
find_package(Maya 201200)
|
||||||
endif()
|
endif()
|
||||||
|
@ -41,6 +41,10 @@ include_directories(
|
|||||||
"${PTEX_INCLUDE_DIR}"
|
"${PTEX_INCLUDE_DIR}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (OPENCL_FOUND)
|
||||||
|
include_directories("${OPENCL_INCLUDE_DIRS}")
|
||||||
|
endif()
|
||||||
|
|
||||||
set(SOURCE_FILES
|
set(SOURCE_FILES
|
||||||
dxPtexViewer.cpp
|
dxPtexViewer.cpp
|
||||||
)
|
)
|
||||||
|
@ -39,6 +39,10 @@ include_directories(
|
|||||||
"${DXSDK_INCLUDE_DIR}"
|
"${DXSDK_INCLUDE_DIR}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (OPENCL_FOUND)
|
||||||
|
include_directories("${OPENCL_INCLUDE_DIRS}")
|
||||||
|
endif()
|
||||||
|
|
||||||
set(SOURCE_FILES
|
set(SOURCE_FILES
|
||||||
dxViewer.cpp
|
dxViewer.cpp
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user