Renderer/OpenGL: Enable GL_TEXTURE_CUBE_MAP_SEAMLESS

This commit is contained in:
Lynix
2018-04-21 00:28:57 +02:00
parent 9f74b71bd6
commit 52f80a68cb
4 changed files with 8 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ namespace Nz
OpenGLExtension_FP64,
OpenGLExtension_GetProgramBinary,
OpenGLExtension_SeparateShaderObjects,
OpenGLExtension_SeamlessCubeMap,
OpenGLExtension_Shader_ImageLoadStore,
OpenGLExtension_TextureCompression_s3tc,
OpenGLExtension_TextureStorage,