mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-09 22:04:43 +00:00
[Drape] Remove GLES2-related code
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
This commit is contained in:
committed by
Konstantin Pastbin
parent
705c715356
commit
b23c2ba3e3
@@ -56,7 +56,7 @@ void const * IndexStorage::GetRawConst() const
|
||||
bool IndexStorage::IsSupported32bit()
|
||||
{
|
||||
// We do not use 32-bit indices now to reduce size of index buffers.
|
||||
static bool const supports32Bit = false;//GLFunctions::ExtensionsList.IsSupported(GLExtensionsList::UintIndices);
|
||||
static bool const supports32Bit = false;
|
||||
return supports32Bit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user