rpcsx/rpcs3/Emu/GS/RSXVertexProgram.h
Bigpet 25c3aa8e19 fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed
later)

Eradicate the Array almost everywhere, some usages like Stack still
remains
2014-04-12 12:06:52 +02:00

7 lines
67 B
C++

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