Intro to Computing - How Hardware Works
Given this pseudocode for GPU rendering tasks:
tasks = ["draw", "shade", "texture"]
for task in tasks:
print(task)
What will be the output?
tasks = ["draw", "shade", "texture"]
for task in tasks:
print(task)
What will be the output?
