mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #64310 from Chaosus/shader_texture_funcs
This commit is contained in:
commit
f2a6168414
2 changed files with 28 additions and 0 deletions
|
@ -1437,6 +1437,8 @@ void ShaderCompiler::initialize(DefaultIdentifierActions p_actions) {
|
|||
texture_functions.insert("textureProjGrad");
|
||||
texture_functions.insert("textureGather");
|
||||
texture_functions.insert("textureSize");
|
||||
texture_functions.insert("textureQueryLod");
|
||||
texture_functions.insert("textureQueryLevels");
|
||||
texture_functions.insert("texelFetch");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue