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

Commit 4e6b3b2

Browse files
Fixed code block
1 parent aeeaa1b commit 4e6b3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03_Getting_started/03_Creating_a_swapchain.md

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

5151
You can now acquire a new swapchain image by running
5252

53-
```cp
53+
```cpp
5454
daxa::ImageId swapchain_image = swapchain.acquire_next_image();
5555
```
5656

0 commit comments

Comments
 (0)