You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #97024 from tetrapod00/shader-create-comment
Use double comments in shader template light functions
This commit is contained in:
@@ -164,8 +164,8 @@ void fragment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//void light() {
|
//void light() {
|
||||||
// Called for every pixel for every light affecting the material.
|
// // Called for every pixel for every light affecting the material.
|
||||||
// Uncomment to replace the default light processing function with this one.
|
// // Uncomment to replace the default light processing function with this one.
|
||||||
//}
|
//}
|
||||||
)";
|
)";
|
||||||
break;
|
break;
|
||||||
@@ -180,8 +180,8 @@ void fragment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//void light() {
|
//void light() {
|
||||||
// Called for every pixel for every light affecting the CanvasItem.
|
// // Called for every pixel for every light affecting the CanvasItem.
|
||||||
// Uncomment to replace the default light processing function with this one.
|
// // Uncomment to replace the default light processing function with this one.
|
||||||
//}
|
//}
|
||||||
)";
|
)";
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user