mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Add toggle for enabling OpenGL ES interop tests
This commit is contained in:
committed by
Kévin Petit
parent
b23c6a6e1d
commit
d8666d5409
@@ -41,6 +41,7 @@ endif(MSVC90)
|
|||||||
option(D3D10_IS_SUPPORTED "Run DirectX 10 interop tests" OFF)
|
option(D3D10_IS_SUPPORTED "Run DirectX 10 interop tests" OFF)
|
||||||
option(D3D11_IS_SUPPORTED "Run DirectX 11 interop tests" OFF)
|
option(D3D11_IS_SUPPORTED "Run DirectX 11 interop tests" OFF)
|
||||||
option(GL_IS_SUPPORTED "Run OpenGL interop tests" OFF)
|
option(GL_IS_SUPPORTED "Run OpenGL interop tests" OFF)
|
||||||
|
option(GLES_IS_SUPPORTED "Run OpenGL ES interop tests" OFF)
|
||||||
|
|
||||||
#-----------------------------------------------------------
|
#-----------------------------------------------------------
|
||||||
# Vendor Customization
|
# Vendor Customization
|
||||||
|
|||||||
Reference in New Issue
Block a user