mirror of https://github.com/PCSX2/pcsx2.git
gsdx ogl: implement an empty BeginScene
Compile will devirtualize it and then remove it during the inline.
This commit is contained in:
parent
cb279ef321
commit
decac5fd12
|
@ -509,6 +509,7 @@ class GSDeviceOGL : public GSDevice
|
||||||
|
|
||||||
void SetupDATE(GSTexture* rt, GSTexture* ds, const GSVertexPT1* vertices, bool datm);
|
void SetupDATE(GSTexture* rt, GSTexture* ds, const GSVertexPT1* vertices, bool datm);
|
||||||
|
|
||||||
|
void BeginScene() final {}
|
||||||
void EndScene() final;
|
void EndScene() final;
|
||||||
|
|
||||||
void IASetPrimitiveTopology(GLenum topology);
|
void IASetPrimitiveTopology(GLenum topology);
|
||||||
|
|
Loading…
Reference in New Issue