aboutsummaryrefslogtreecommitdiff
path: root/docs/engines.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/engines.md')
-rw-r--r--docs/engines.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/engines.md b/docs/engines.md
index bca19e1..0334b05 100644
--- a/docs/engines.md
+++ b/docs/engines.md
@@ -168,6 +168,12 @@ at (x,y) of size (width,height). The buffers must be read back into the backing
`amber::Buffer` at the end of this method.
+#### `DoDrawGrid`
+The `DoDrawGrid` instructs the engine to draw the given pipeline in the box
+at (x,y) of size (width,height) split into cells (columns, rows). The buffers
+must be read back into the backing `amber::Buffer` at the end of this method.
+
+
#### `DoDrawArrays`
The `DoDrawArrays` instructs the engine to draw the given pipeline using
the information in the attached vertex and index buffers. The buffers must be