mirror of https://github.com/PCSX2/pcsx2.git
gsdx-ogl: Remove useless SetupIA from GSDeviceOGL.h not used.
This commit is contained in:
parent
2e2c9b14a4
commit
19b97f8684
|
@ -579,7 +579,6 @@ public:
|
|||
void SelfShaderTestRun(const std::string& dir, const std::string& file, const PSSelector& sel, int& nb_shader);
|
||||
void SelfShaderTest();
|
||||
|
||||
void SetupIA(const void* vertex, int vertex_count, const uint32* index, int index_count, int prim);
|
||||
void SetupPipeline(const VSSelector& vsel, const GSSelector& gsel, const PSSelector& psel);
|
||||
void SetupCB(const VSConstantBuffer* vs_cb, const PSConstantBuffer* ps_cb);
|
||||
void SetupCBMisc(const GSVector4i& channel);
|
||||
|
|
Loading…
Reference in New Issue