Searched refs:createVec2 (Results 1 – 1 of 1) sorted by relevance
53 let vec = createVec2(x: 1, y: 2, z: 3, color: .red) in testReadingStructWithEnums()139 func createVec2(x: Float32 = 0, y: Float32 = 0, z: Float32 = 0, color: Color2) -> UnsafeMutableRawP… in createVec2() function