rpcsx/rpcs3/Emu/RSX/RSXVertexProgram.h
Alexandro Sánchez Bach f07c35d9ae Renamed Emu/GS -> Emu/RSX
2014-08-04 01:37:23 +02:00

7 lines
67 B
C++

#pragma once
struct RSXVertexProgram
{
std::vector<u32> data;
};