A couple small random tweaks while I play with lighting

This commit is contained in:
Eryn Wells 2018-11-22 08:12:15 -07:00
parent 30d7386805
commit 65ffec18e9
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ let alignedUniformsSize = (MemoryLayout<Uniforms>.size & ~0xFF) + 0x100
let maxBuffersInFlight = 3
let terrainDimensions = float2(10, 10)
let terrainSegments = uint2(20, 20)
let terrainSegments = uint2(5, 5)
enum RendererError: Error {
case badVertexDescriptor