summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-12-07 05:29:36 +0000
committerRyan Houdek <Sonicadvance1@gmail.com>2014-12-07 11:14:35 +0000
commitce7c52eca0bb54fc6b1085c329a6fd42faac3aee (patch)
treef7265898412108c08a489e9b558698505dbd5937 /Source/Core/VideoCommon/TextureCacheBase.cpp
parent40f23331459d4d68472b5b13540dd12795da0048 (diff)
Enables stereo rendering with OpenGL ES 3.1 + AEP.
If the host device supports GLES 3.1 and AEP we can have stereo rendering. Just need to make sure to grab the correct function pointer that GL_EXT_geometry_shader provides, and enable AEP in the shaders. We can't just check if AEP is in the extension list for support because Qualcomm has failed once more. With the Nexus 6 it reports support for AEP but doesn't support OpenGL ES 3.1, which is an impossible combination. From reports on their forum it seems that attempting to use any AEP things results in nothing happening, seems like a stub implementation.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions