mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 15:26:23 +00:00
Removed extension query functions.
This commit is contained in:
parent
0dfa3253fa
commit
c0124f7a14
@ -2061,33 +2061,6 @@ void CGSH_OpenGL::ReadFramebuffer(uint32 width, uint32 height, void* buffer)
|
||||
#endif
|
||||
}
|
||||
|
||||
bool CGSH_OpenGL::IsBlendColorExtSupported()
|
||||
{
|
||||
#ifndef GLES_COMPATIBILITY
|
||||
return glBlendColorEXT != NULL;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool CGSH_OpenGL::IsBlendEquationExtSupported()
|
||||
{
|
||||
#ifndef GLES_COMPATIBILITY
|
||||
return glBlendEquationEXT != NULL;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool CGSH_OpenGL::IsFogCoordfExtSupported()
|
||||
{
|
||||
#ifndef GLES_COMPATIBILITY
|
||||
return glFogCoordfEXT != NULL;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
// Framebuffer
|
||||
/////////////////////////////////////////////////////////////
|
||||
|
@ -26,10 +26,6 @@ public:
|
||||
void ProcessLocalToLocalTransfer() override;
|
||||
void ReadFramebuffer(uint32, uint32, void*) override;
|
||||
|
||||
bool IsBlendColorExtSupported();
|
||||
bool IsBlendEquationExtSupported();
|
||||
bool IsFogCoordfExtSupported();
|
||||
|
||||
protected:
|
||||
void TexCache_Flush();
|
||||
void PalCache_Flush();
|
||||
|
Loading…
Reference in New Issue
Block a user