mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-04-24 01:28:40 +02:00
14 lines
180 B
Swift
14 lines
180 B
Swift
//
|
|
// LineGridVertex.swift
|
|
// Memola
|
|
//
|
|
// Created by Dscyre Scotti on 6/25/24.
|
|
//
|
|
|
|
import MetalKit
|
|
import Foundation
|
|
|
|
struct LineGridVertex {
|
|
var position: vector_float4
|
|
}
|