Skip to content

Commit

Permalink
fix shader toy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Mar 2, 2025
1 parent 546cb40 commit 3064598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_shader_toy_spacex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) {
auto resolution = make_uint2(1280u, 720u);
Window window{"Starship", resolution};
SwapchainOption swapchain_option{
.display = 0,
.display = window.native_display(),
.window = window.native_handle(),
.size = resolution,
.wants_hdr = false,
Expand Down

0 comments on commit 3064598

Please sign in to comment.