diff --git a/Sources/Voxelotl/Renderer.swift b/Sources/Voxelotl/Renderer.swift index fcc8836..5216c57 100644 --- a/Sources/Voxelotl/Renderer.swift +++ b/Sources/Voxelotl/Renderer.swift @@ -4,15 +4,6 @@ import QuartzCore.CAMetalLayer import simd import ShaderTypes -//// Temp: -//@objc fileprivate enum ShaderInputIdx: NSInteger { -// case ShaderInputIdxVertices = 0 -//} -//fileprivate struct ShaderVertex { -// let position: SIMD4 -// let color: SIMD4 -//} - class Renderer { fileprivate static let vertices = [ ShaderVertex(position: SIMD4(-0.5, -0.5, 0.0, 1.0), color: SIMD4(1.0, 0.0, 0.0, 1.0)),