rpcsx/rpcs3/Emu/GS/RSXVertexProgram.h

6 lines
60 B
C
Raw Normal View History

2013-11-09 23:29:49 +02:00
#pragma once
struct RSXVertexProgram
{
Array<u32> data;
};