rpcsx/rpcs3/Emu/GS/RSXVertexProgram.h
2013-11-09 23:29:49 +02:00

6 lines
60 B
C

#pragma once
struct RSXVertexProgram
{
Array<u32> data;
};