Skip to content

Commit

Permalink
Fix 12_set_render_target_depth
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 24, 2024
1 parent 35279a0 commit 2c30ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 12_set_render_target_depth/Sources/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ int kickstart(int argc, char **argv) {

fs_parameters set_parameters = {0};
set_parameters.fs_texture = &target_depth;
set_parameters.fs_texture_highest_mip_level = 0;
set_parameters.fs_texture_mip_count = 1;
set_parameters.fs_sampler = &sampler;
kong_create_fs_set(&device, &set_parameters, &set);

Expand Down

0 comments on commit 2c30ba4

Please sign in to comment.