Rendering Process (위에서 아래방향) | 설명 |
input | 3d virtual world + rendering parameters |
vertex shader | vertex processing |
cull / clip / setup | fixed-function pipeline |
rasterization | 이를 기점으로 geometry info -> pixel info |
fragment shader | texture and fragment processing |
pre-fragment operation | fixed-function pipeline |
frame buffer (output) | 그래픽 카드의 graphic memory |
'Graphics' 카테고리의 다른 글
[Unity] 공놀이 게임 만들기 (0) | 2023.07.12 |
---|---|
[이론] Single Buffering / Double Buffering / VSync / Triple Buffering (0) | 2023.03.13 |
[GLUT/openGL] glViewport 함수 (0) | 2023.03.08 |
[GLUT/openGL] 그래픽스 프로그램의 흐름 (0) | 2023.03.06 |
[GLUT] 윈도우 시스템과 윈도우 프로그래밍 (0) | 2023.03.05 |