rpcsx/rpcs3/Emu/GS/RSXVertexProgram.h

6 lines
60 B
C
Raw Normal View History

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