mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed an unnecessary extension dependency for support of the rg11b10f canvas format
This commit is contained in:
@@ -1066,7 +1066,7 @@ bool Canvas::isFormatSupported(Canvas::Format format)
|
||||
supported = GLEE_VERSION_4_2 || GLEE_ARB_ES2_compatibility;
|
||||
break;
|
||||
case FORMAT_RG11B10F:
|
||||
supported = GLEE_VERSION_3_0 || (GLEE_ARB_texture_float && GLEE_EXT_packed_float);
|
||||
supported = GLEE_VERSION_3_0 || GLEE_EXT_packed_float;
|
||||
break;
|
||||
case FORMAT_RGBA16F:
|
||||
case FORMAT_RGBA32F:
|
||||
|
||||
Reference in New Issue
Block a user