Skip to content

Commit ce5759e

Browse files
authored
replace feature flag link on overview with buffers
1 parent e20c040 commit ce5759e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/content/docs/current/Reference/overview.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Unless otherwise noted, these docs assume the root directory (`/`) to be your Mi
2929
description="The shader programs you can create, and what order they run in."
3030
href="/current/reference/programs/overview"
3131
/>
32+
<LinkCard
33+
title="Buffers"
34+
description="What buffers you can read from and write to, and in what way."
35+
href="/current/reference/buffers"
36+
/>
3237
<LinkCard
3338
title="Uniforms"
3439
description="Values available to all programs."
@@ -39,8 +44,3 @@ Unless otherwise noted, these docs assume the root directory (`/`) to be your Mi
3944
description="Per-vertex data available only in the vertex shader."
4045
href="/current/reference/attributes/overview"
4146
/>
42-
<LinkCard
43-
title="Feature Flags"
44-
description="Query the activation state of certain Iris exclusive features."
45-
href="/current/reference/shadersproperties/flags"
46-
/>

0 commit comments

Comments
 (0)