Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 9749603

Browse files
Fixed phrasing
1 parent d67bd45 commit 9749603

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/03_Getting_started/03_Creating_a_swapchain.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This defines the color space for the swapchain images. (`R8G8B8A8_UINT` is the d
4848

4949
## Swapchain usage
5050

51-
You can now acquire a new swapchain image by running
51+
You can now acquire a new swapchain image by later running
5252

5353
```cpp
5454
daxa::ImageId swapchain_image = swapchain.acquire_next_image();
@@ -67,7 +67,6 @@ If all swapchain images are used in queued submissions to the GPU, the present c
6767
#include <daxa/utils/pipeline_manager.hpp>
6868
#include <daxa/utils/task_graph.hpp>
6969

70-
using namespace daxa::task_resource_uses;
7170
using namespace daxa::types;
7271

7372
int main(int argc, char const *argv[])

0 commit comments

Comments
 (0)