Skip to content

Commit

Permalink
add z size for height zero
Browse files Browse the repository at this point in the history
arrays are zero indexed ya know
  • Loading branch information
RogueLogix committed Oct 20, 2023
1 parent ce6eade commit 15dbadd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class VkPipelines {

// best sizes benchmarked on a 5800u iGPU
private static final int[] zSizes = new int[]{
0, // height 0 is invalid
16, 16, 16, 16,
16, 8, 8, 16,
16, 8, 8, 8,
Expand Down

0 comments on commit 15dbadd

Please sign in to comment.