Skip to content

Commit

Permalink
hide for now
Browse files Browse the repository at this point in the history
  • Loading branch information
reczkok committed Jan 27, 2025
1 parent 490ac72 commit 5581471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/typegpu-docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default defineConfig({
slug: 'fundamentals/resolve',
badge: { text: '0.3' },
},
{
DEV && {
label: 'Vertex Layouts',
slug: 'fundamentals/vertex-layouts',
badge: { text: '0.3.3' },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Vertex Layouts
description: A guide on how to create and use typed vertex layouts
draft: true
---

Typed vertex layouts are a way to describe the structure of vertex data in a typed manner. They are used to create a single source of truth for vertex data, which can be used in combination with [`tgpu.resolve`](/TypeGPU/fundamentals/resolve) and [`root.unwrap`](/TypeGPU/fundamentals/roots) to easily create and manage vertex buffers.
Expand Down

0 comments on commit 5581471

Please sign in to comment.