mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 18:39:16 +08:00
.. | ||
.vscode | ||
data | ||
findgleslib.mk | ||
graphics_interface.c | ||
Makefile | ||
mesh.frag.glsl | ||
mesh.vert.glsl | ||
NsightEclipse.xml | ||
README.md | ||
simpleGLES.cu |
simpleGLES - Simple OpenGLES
Description
Demonstrates data exchange between CUDA and OpenGL ES (aka Graphics interop). The program modifies vertex positions with CUDA and uses OpenGL ES to render the geometry.
Key Concepts
Graphics Interop, Vertex Buffers, 3D Graphics
Supported SM Architectures
SM 3.5 SM 3.7 SM 5.0 SM 5.2 SM 6.0 SM 6.1 SM 7.0 SM 7.2 SM 7.5 SM 8.0 SM 8.6
Supported OSes
Supported CPU Architecture
armv7l
CUDA APIs involved
CUDA Runtime API
cudaGraphicsMapResources, cudaGraphicsUnmapResources, cudaGraphicsResourceGetMappedPointer, cudaGraphicsRegisterResource, cudaGraphicsGLRegisterBuffer, cudaGraphicsUnregisterResource
Dependencies needed to build/run
Prerequisites
Download and install the CUDA Toolkit 11.5 for your corresponding platform. Make sure the dependencies mentioned in Dependencies section above are installed.