mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge commit godotengine/godot@b9437c3938
This commit is contained in:
@@ -622,10 +622,8 @@ public:
|
||||
struct Varying {
|
||||
enum Stage {
|
||||
STAGE_UNKNOWN,
|
||||
STAGE_VERTEX, // transition stage to STAGE_VERTEX_TO_FRAGMENT_LIGHT, emits warning if it's not used
|
||||
STAGE_FRAGMENT, // transition stage to STAGE_FRAGMENT_TO_LIGHT, emits warning if it's not used
|
||||
STAGE_VERTEX_TO_FRAGMENT_LIGHT,
|
||||
STAGE_FRAGMENT_TO_LIGHT,
|
||||
STAGE_VERTEX,
|
||||
STAGE_FRAGMENT,
|
||||
};
|
||||
|
||||
Stage stage = STAGE_UNKNOWN;
|
||||
|
||||
Reference in New Issue
Block a user