2023-05-10 17:10:27 +04:00

9 lines
124 B
C

#include <metal_stdlib>
#pragma once
typedef struct {
float4 pos [[position]];
float2 texCoord;
} RasterizerData;