We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6338a commit b3ec727Copy full SHA for b3ec727
core/renderer/backend/opengl/DriverGL.cpp
@@ -51,10 +51,6 @@
51
# define GL_COMPRESSED_RGBA_ASTC_4x4 0x93B0
52
#endif
53
54
-namespace ax {
55
-extern const char* axmolVersion();
56
-}
57
-
58
NS_AX_BACKEND_BEGIN
59
60
static inline uint32_t hashString(std::string_view str)
@@ -142,9 +138,6 @@ DriverGL::DriverGL()
142
138
return;
143
139
}
144
140
145
- if (_version)
146
- AXLOGI("[{}] Ready for GLSL by {}", _version, axmolVersion());
147
148
141
// caps
149
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &_maxAttributes);
150
glGetIntegerv(GL_MAX_TEXTURE_SIZE, &_maxTextureSize);
0 commit comments