Skip to content

Commit

Permalink
Fix a mistake padding GpuParticles
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshita committed Feb 18, 2024
1 parent d31e18c commit 91f3d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dev/Cpp/Effekseer/Effekseer/Renderer/Effekseer.GpuParticles.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,14 @@ struct ParamSet
struct LineParams
{
float3 Start;
float Padding;
float3 End;
float Width;
};
struct CircleParams
{
float3 Axis;
float Padding;
float Inner;
float Outer;
};
Expand Down

0 comments on commit 91f3d91

Please sign in to comment.