remove the awful tmp code

This commit is contained in:
Alex Zenla 2024-08-05 00:20:12 -07:00
parent 67e6dd0507
commit 9a605a3783
Signed by: alex
GPG Key ID: C0780728420EBFE5

View File

@ -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<Float>
// let color: SIMD4<Float>
//}
class Renderer {
fileprivate static let vertices = [
ShaderVertex(position: SIMD4<Float>(-0.5, -0.5, 0.0, 1.0), color: SIMD4<Float>(1.0, 0.0, 0.0, 1.0)),