1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Add completion for shader_type

This commit is contained in:
Yuri Roubinsky
2022-01-13 18:00:59 +03:00
parent 99b46a2615
commit c377891145
2 changed files with 17 additions and 9 deletions

View File

@@ -742,6 +742,7 @@ public:
enum CompletionType {
COMPLETION_NONE,
COMPLETION_SHADER_TYPE,
COMPLETION_RENDER_MODE,
COMPLETION_MAIN_FUNCTION,
COMPLETION_IDENTIFIER,