mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Forbid passing multiview sampler to the custom function in shaders
This commit is contained in:
@@ -198,7 +198,11 @@ void RasterizerGLES3::finalize() {
|
||||
memdelete(config);
|
||||
}
|
||||
|
||||
RasterizerGLES3 *RasterizerGLES3::singleton = nullptr;
|
||||
|
||||
RasterizerGLES3::RasterizerGLES3() {
|
||||
singleton = this;
|
||||
|
||||
#ifdef GLAD_ENABLED
|
||||
if (!gladLoaderLoadGL()) {
|
||||
ERR_PRINT("Error initializing GLAD");
|
||||
|
||||
Reference in New Issue
Block a user