Skip to content

Commit

Permalink
fix: typo in 'mesh_shader_shared.h'
Browse files Browse the repository at this point in the history
It seems like this is a typo, not 100% sure about it though.
  • Loading branch information
Light7734 authored Jun 24, 2023
1 parent bfef67a commit 43e0e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaders/mesh_shader_culling/mesh_shader_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ const uint numMeshInvocationsY = 2;
struct SharedData
{
vec2 position;
vec2 offsets[numTaskInvocationsX * numTaskInvocationsX];
vec2 offsets[numTaskInvocationsX * numTaskInvocationsY];
vec2 size;
};
};

0 comments on commit 43e0e49

Please sign in to comment.