We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe00867 commit 922c177Copy full SHA for 922c177
content/wiki/multidraw/index.md
@@ -1,7 +1,7 @@
1
+++
2
title = "Multidraw"
3
description = "A method for rendering massive amounts of geometry, with a single drawcall."
4
-#path = "path"
+aliases = ["/wiki/mdi"]
5
[taxonomies]
6
categories = ["rendering"]
7
tags = ["rendering"]
@@ -12,6 +12,7 @@ tags = ["rendering"]
12
{{ stub_notice() }}
13
14
{{ todo_notice(body="Motivation: Drawcalls are expensive.") }}
15
+{{ todo_notice(body="Requirement: Modern graphics APIs.") }}
16
{{ todo_notice(body="Requirement: Pooling of geometry.") }}
17
{{ todo_notice(body="Follow-up: Vertex pulling.") }}
18
{{ todo_notice(body="GPU-driven culling and rendering?") }}
0 commit comments