1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-02-15 09:40:05 +00:00

Rebasing didn't went quite right...Fixes

This commit is contained in:
vlj 2015-06-02 18:35:04 +02:00 committed by Vincent Lejeune
parent 3a6abe1656
commit 878a116c4a
2 changed files with 2 additions and 2 deletions

@ -332,7 +332,7 @@ public:
else
{
GLParamArray param_array;
ParamArray param_array;
auto& vprog = GetCgRef<CgBinaryVertexProgram>(prog.program);
m_arb_shader += "\n";
m_arb_shader += fmt::format("# binaryFormatRevision 0x%x\n", (u32)prog.binaryFormatRevision);

@ -41,7 +41,7 @@ public:
Shader() : bytecode(nullptr) {}
~Shader() {}
u32 Id;
u32 id;
Microsoft::WRL::ComPtr<ID3DBlob> bytecode;
std::vector<size_t> FragmentConstantOffsetCache;
size_t m_textureCount;