mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Fix typo in CompositorEffect documentation
This commit is contained in:
parent
0a4aedb360
commit
c4bea28e17
@ -87,7 +87,7 @@
|
||||
The callback is called before our transparent rendering pass, but after our sky is rendered and we've created our back buffers.
|
||||
</constant>
|
||||
<constant name="EFFECT_CALLBACK_TYPE_POST_TRANSPARENT" value="4" enum="EffectCallbackType">
|
||||
The callback is called after our transparent rendering pass, but before any build in post effects and output to our render target.
|
||||
The callback is called after our transparent rendering pass, but before any built-in post-processing effects and output to our render target.
|
||||
</constant>
|
||||
<constant name="EFFECT_CALLBACK_TYPE_MAX" value="5" enum="EffectCallbackType">
|
||||
Represents the size of the [enum EffectCallbackType] enum.
|
||||
|
@ -5148,7 +5148,7 @@
|
||||
The callback is called before our transparent rendering pass, but after our sky is rendered and we've created our back buffers.
|
||||
</constant>
|
||||
<constant name="COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_TRANSPARENT" value="4" enum="CompositorEffectCallbackType">
|
||||
The callback is called after our transparent rendering pass, but before any build in post effects and output to our render target.
|
||||
The callback is called after our transparent rendering pass, but before any built-in post-processing effects and output to our render target.
|
||||
</constant>
|
||||
<constant name="COMPOSITOR_EFFECT_CALLBACK_TYPE_ANY" value="-1" enum="CompositorEffectCallbackType">
|
||||
</constant>
|
||||
|
Loading…
Reference in New Issue
Block a user