mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Fix textureSize & texelFetch shader compilation errors
This commit is contained in:
parent
918f03529f
commit
433183147e
1 changed files with 2 additions and 0 deletions
|
|
@ -1295,6 +1295,8 @@ void ShaderCompilerRD::initialize(DefaultIdentifierActions p_actions) {
|
|||
texture_functions.insert("textureLod");
|
||||
texture_functions.insert("textureProjLod");
|
||||
texture_functions.insert("textureGrad");
|
||||
texture_functions.insert("textureSize");
|
||||
texture_functions.insert("texelFetch");
|
||||
}
|
||||
|
||||
ShaderCompilerRD::ShaderCompilerRD() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue