소프트웨어
GLX (OpenGL과 X 사이 API)
yororing
2024. 4. 24. 16:32
00 배경 지식
1. OpenGL이란
- ‘Open Graphics Library’의 약자
- 그래픽 하드웨어(GPU)와 통신할 수 있도록 지원해주는 API 또는 표준 규격
2. X Window System이란
- 'X' 또는 'X11'이라고도 함
- a graphical windowing system commonly used on Unix-like OS
- GUI 환경을 위한 기본적인 프레임워크 제공하는 프로토콜
01 GLX란
1. 정의
- 'OpenGL Extension to the X Window System'의 약자
- an extension to the X Window System core protocol providing an interface b/w OpenGL and the X Window System as well as extensions to OpenGL itself
- enables programs to use OpenGL w/n a window provided by the X Window System