ioq3/code/renderervk/RB_DrawNormals.h

9 lines
162 B
C
Raw Normal View History

#ifndef RB_SHOW_NORMALS_H_
#define RB_SHOW_NORMALS_H_
struct shaderCommands_s;
void RB_DrawNormals (struct shaderCommands_s* input , int numVertexes );
#endif