Programmable Pipelines Flashcards

1
Q

What is a programmable pipeline?

A

Allows the user to implement some of the Graphics Pipeline for themselves,

Usually done by providing a vertex and fragment shader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some advantages of a non-programmable pipeline?

A

Simple to use

Fine for many purposes

Easy to get started

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some disadvantages of a non-programmable pipeline?

A

Deprecated

New algorithms or techniques cant be added

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some advantages of a programmable pipeline?

A

Provides flexibility

New stuff can be added all the time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some disadvantages of a programmable pipeline?

A

Harder for beginners

How well did you know this?
1
Not at all
2
3
4
5
Perfectly