pureikyubu/SRC/DolwinVideo/Texgen.h
2020-04-26 02:49:19 +03:00

10 lines
131 B
C

#pragma once
typedef struct
{
float out[4];
} TexGenOut;
extern TexGenOut tgout[8];
void DoTexGen(const Vertex *v);