Skip to content

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
FabulousCodingFox committed Jun 6, 2024
1 parent 41de335 commit f8f77c9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/Bindless.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Bindless
description: Bindless
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/bindless.md
---

## Description
Expand Down
2 changes: 1 addition & 1 deletion docs/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Building
description: Building Daxa
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/building.md
---

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion docs/Device.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Device
description: Device
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/device.md
---

## Description
Expand Down
2 changes: 1 addition & 1 deletion docs/Object_Creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Object Creation
description: Documentation on the creation of objects in Daxa
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/object_creation.md
---

## Initialization
Expand Down
2 changes: 1 addition & 1 deletion docs/Object_Lifetimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Object Lifetimes
description: Documentation on the lifetime of objects in Daxa
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/object_lifetimes.md
---

## Ids vs. reference counting
Expand Down
2 changes: 1 addition & 1 deletion docs/Shader_Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Shader Integration
description: Shader Integration
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/shader_integration.md
---

## Description
Expand Down
2 changes: 1 addition & 1 deletion docs/Shader_Resource_Objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Shader Ressource Objects
description: Shader Ressource Objects
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/shader_resource_objects.md
---

## Id vs. Handle
Expand Down
2 changes: 1 addition & 1 deletion docs/TaskGraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: TaskGraph
description: TaskGraph
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/taskgraph.md
---

## TaskGraph
Expand Down
2 changes: 1 addition & 1 deletion docs/Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Types
description: Types
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/types.md
---

## Description
Expand Down
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Features
description: Features
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/features.md
---

## Easy Resource Lifetimes
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
layout: ../layouts/WikiLayout.astro
title: Overview
description: The Daxa Wiki provides an extensive resource for the Vulkan abstraction Layer Daxa and is meant as a reference for developers using it.
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/index.md
---
2 changes: 1 addition & 1 deletion docs/pipeline_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: ../layouts/WikiLayout.astro
title: Pipeline Manager
description: Pipeline Manager
link: #
link: https://github.com/learndaxa/Wiki/blob/main/docs/pipeline_manager.md
---

## PipelineManager
Expand Down

0 comments on commit f8f77c9

Please sign in to comment.