Skip to content

Commit 922c177

Browse files
committed
change(/wiki(multidraw): forgot alias
1 parent fe00867 commit 922c177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/wiki/multidraw/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "Multidraw"
33
description = "A method for rendering massive amounts of geometry, with a single drawcall."
4-
#path = "path"
4+
aliases = ["/wiki/mdi"]
55
[taxonomies]
66
categories = ["rendering"]
77
tags = ["rendering"]
@@ -12,6 +12,7 @@ tags = ["rendering"]
1212
{{ stub_notice() }}
1313

1414
{{ todo_notice(body="Motivation: Drawcalls are expensive.") }}
15+
{{ todo_notice(body="Requirement: Modern graphics APIs.") }}
1516
{{ todo_notice(body="Requirement: Pooling of geometry.") }}
1617
{{ todo_notice(body="Follow-up: Vertex pulling.") }}
1718
{{ todo_notice(body="GPU-driven culling and rendering?") }}

0 commit comments

Comments
 (0)