This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-01-25 23:41:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Plugins
/
Plugin_VideoOGL
History
Ryan Houdek
ee529b7125
Only use explicit attribute locations when we are supporting GLSL > 1.2 since we need in/out instead of attribute variable types. This was brought to my attention from MESA. MESA supports GL_ARB_explicit_attrib_location, but yets to support GLSL 1.3, so basically useless extension to MESA right now?
2012-10-09 23:43:22 -05:00
..
Src
Only use explicit attribute locations when we are supporting GLSL > 1.2 since we need in/out instead of attribute variable types. This was brought to my attention from MESA. MESA supports GL_ARB_explicit_attrib_location, but yets to support GLSL 1.3, so basically useless extension to MESA right now?
2012-10-09 23:43:22 -05:00
CMakeLists.txt
If CG isn't available, still compile and fallback on GLSL
2012-10-09 23:43:22 -05:00
Plugin_VideoOGL.vcxproj
add ProgramShaderCache.* to visual studio project files
2012-10-09 23:41:05 -05:00
Plugin_VideoOGL.vcxproj.filters
add ProgramShaderCache.* to visual studio project files
2012-10-09 23:41:05 -05:00