mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 968469 - Add check for ARB_half_float_pixel to GLFeature::texture_half_float. r=kamidphish
This commit is contained in:
parent
c4252e3d75
commit
119f9a779d
@ -130,6 +130,7 @@ static const char *sExtensionNames[] = {
|
||||
"GL_ARB_framebuffer_sRGB",
|
||||
"GL_EXT_framebuffer_sRGB",
|
||||
"GL_KHR_debug",
|
||||
"GL_ARB_half_float_pixel",
|
||||
nullptr
|
||||
};
|
||||
|
||||
|
@ -406,6 +406,7 @@ public:
|
||||
ARB_framebuffer_sRGB,
|
||||
EXT_framebuffer_sRGB,
|
||||
KHR_debug,
|
||||
ARB_half_float_pixel,
|
||||
Extensions_Max,
|
||||
Extensions_End
|
||||
};
|
||||
|
@ -296,6 +296,7 @@ static const FeatureInfo sFeatureInfoArr[] = {
|
||||
310, // OpenGL version
|
||||
300, // OpenGL ES version
|
||||
{
|
||||
GLContext::ARB_half_float_pixel,
|
||||
GLContext::ARB_texture_float,
|
||||
GLContext::NV_half_float,
|
||||
GLContext::Extensions_End
|
||||
|
Loading…
Reference in New Issue
Block a user