Slightly retag two annotations

After cinera 0.5.20/21 I no longer need to workaround that bug...
This commit is contained in:
Matt Mascarenhas 2018-01-06 00:06:54 +00:00
parent ac309eb4d9
commit 119edd07a7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
url="https://www.khronos.org/files/opengl-quick-reference-card.pdf"]][:hardware :lighting :rendering]
[50:22][Introduce SumLight() based on SumVoxelLight()][:hardware :lighting :rendering]
[54:35][:Run the game and note that we're still fine][:lighting :rendering]
[54:50][Describe structured art, as introduced to [@cmuratori Casey] by Mike Biddlecombe][:art :"debug visualisation" :rendering :speech]
[54:50][Describe structured :art, as introduced to [@cmuratori Casey] by Mike Biddlecombe][:"debug visualisation" :rendering :speech]
[57:03][Set up the :rendering pipeline to enable CompileZBiasProgram() to display Red, Green, Blue and White on the corners of each quad][:"debug visualisation" :rendering]
[1:06:48][:Run the game and note that we may have a bug][:lighting :rendering]
[1:08:25][Make CompileZBiasProgram() set the FragLightIndex and FragLightCount][:hardware :lighting :rendering]

View File

@ -5,7 +5,7 @@
site=docs.GL
page=glVertexAttribPointer
url=http://docs.gl/gl3/glVertexAttribPointer]][:hardware :rendering]
[5:22][Run the game to see our correctly coloured scene, and thank @seventh_chord for the suggestion][:run :lighting :rendering]
[5:22][:Run the game to see our correctly coloured scene, and thank @seventh_chord for the suggestion][:lighting :rendering]
[6:52][Try to make VertLightIndex, VertLightCount, FragLightIndex and FragLightCount regular signed ints][:hardware :lighting :rendering]
[7:52][:Run the game to see the exact same results][:"debug visualisation" :lighting :rendering]
[8:11][Let SumLight() loop over the whole LightCount and call SumLight()][:hardware :lighting :rendering]