command buffer intro
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a4b9b4b266
commit
771cf4f8aa
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: "Command Buffer"
|
||||||
|
date: 2021-01-28T14:05:53-08:00
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
Now that we have our rendering state set up, we can talk about issuing commands.
|
||||||
|
|
||||||
|
There are three kinds of overarching operations that we perform using the command buffer: applying render state, uploading uniform data, and binding resources. Let's go through each of these and then tie it all together.
|
Loading…
Reference in New Issue