Fixed GL.

This commit is contained in:
Branimir Karadžić
2017-06-20 22:28:22 -07:00
parent aaaf47242c
commit f84711fc19

View File

@@ -5685,6 +5685,14 @@ namespace bgfx { namespace gl
);
}
// if (usesTexture3D)
{
writeString(&writer
, "#define texture3DEXT texture3D\n"
"#define texture3DLodEXT texture3DLod\n"
);
}
if (130 <= version)
{
if (m_type == GL_FRAGMENT_SHADER)