Computer Science, asked by snehavenki15, 6 months ago

stages of 3D graphics pipeline


Answers

Answered by siddhantakable
0

Answer:

1)Input Assembler The Input Assembler reads index and vertex data specified by your app and assembles it for the graphics hardware.

2)Vertex Shader The Vextex shader stage process vertices,typically performing operations such as transformation,skinning,and lightning.

Similar questions