Skip to content

Commit

Permalink
Adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
andystanton committed Jun 13, 2024
1 parent ea3e29f commit acdb1de
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ public struct FractalNoiseMetalParameters {
public let warpScale: Float
public let coordinateScale: Float

private let pad0: Float = 0
private let pad1: Float = 0

let noiseType: FractalNoiseMetalType
let noiseTypeParameters: FractalNoiseMetalTypeParameters
}
Expand Down

0 comments on commit acdb1de

Please sign in to comment.