Skip to content

Commit

Permalink
Move WIP warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Jun 6, 2024
1 parent f3105de commit e53f715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions basic-3d-rendering/input-geometry/a-first-vertex-attribute.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
A first Vertex Attribute
========================

```{admonition} 🚧 WIP
From this chapter on, the guide uses a previous version of the accompanying code (in particular, it does not define an `Application` class but rather puts everything in a monolithic `main` function). **I am currently refreshing it** chapter by chapter and this is **where I am currently working**!
```

````{tab} With webgpu.hpp
*Resulting code:* [`step032`](https://github.com/eliemichel/LearnWebGPU-Code/tree/step032)
````
Expand Down
4 changes: 0 additions & 4 deletions basic-3d-rendering/input-geometry/playing-with-buffers.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Playing with buffers
====================

```{admonition} 🚧 WIP
From this chapter on, the guide uses a previous version of the accompanying code (in particular, it does not define an `Application` class but rather puts everything in a monolithic `main` function). **I am currently refreshing it** chapter by chapter and this is **where I am currently working**!
```

```{lit-setup}
:tangle-root: 031 - Playing with buffers - vanilla
:parent: 030 - Hello Triangle - vanilla
Expand Down

0 comments on commit e53f715

Please sign in to comment.