Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 375 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 375 Bytes

Which EGL device am I using?

This file provides to options to see which EGL device is being used:

bash build.sh 			# compile c++ code
python list_egl_options.py 	# run c++ code multiple times
python egl_cuda.py          # helper function to get EGL device id from Cuda device id.
python egl_python.py		# see what the pyOpenGL default option is, requires pyOpenGL