Skip to content

Commit

Permalink
modified only shader files
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Feb 29, 2024
1 parent ef33478 commit a6d33c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

struct PerPassParallax
{ // comment
{
bool EnableComplexMaterial;

bool EnableParallax;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ SamplerState LinearSampler : register(s0);
// this particular fragment in a cubemap.
float3 GetSamplingVector(uint3 ThreadID, in RWTexture2DArray<float4> OutputTexture)
{
// comment
float width = 0.0f;
float height = 0.0f;
float depth = 0.0f;
Expand Down

0 comments on commit a6d33c4

Please sign in to comment.