Fix various typos in documentation
This commit is contained in:
parent
179dfdc8d7
commit
d3e7b8c8a8
6 changed files with 9 additions and 9 deletions
|
|
@ -205,7 +205,7 @@
|
|||
A simple drawing operation might look like this (code is not a complete example):
|
||||
[codeblock]
|
||||
var rd = RenderingDevice.new()
|
||||
var clear_colors = PackedColorArray([Color(0, 0, 0, 0), Color(0, 0, 0, 0), Color(0, 0, 0, 0)]
|
||||
var clear_colors = PackedColorArray([Color(0, 0, 0, 0), Color(0, 0, 0, 0), Color(0, 0, 0, 0)])
|
||||
var draw_list = rd.draw_list_begin(framebuffers[i], RenderingDevice.INITIAL_ACTION_CLEAR, RenderingDevice.FINAL_ACTION_READ, RenderingDevice.INITIAL_ACTION_CLEAR, RenderingDevice.FINAL_ACTION_DISCARD, clear_colors)
|
||||
|
||||
# Draw opaque.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue