Skip to content

Commit

Permalink
Doc fixes godotengine#2
Browse files Browse the repository at this point in the history
  • Loading branch information
BadMachine committed Jan 29, 2025
1 parent 0ae2e14 commit 25c3260
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/classes/LightStorage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<method name="directional_shadow_get_texture">
<return type="RID" />
<description>
Returns the [RID] of the directional shadow atlas texture. [b]Note:[/b] Requires at least one directional light source in the scene that casts shadow.
</description>
</method>
<method name="get_directional_light_buffer">
Expand All @@ -25,12 +26,13 @@
<method name="get_omni_light_buffer">
<return type="RID" />
<description>
Return the [RID] of the storage buffer containing the omni light data as a Storage Buffer.
Return the [RID] of the buffer containing the omni light data as a Storage Buffer. [b]Note:[/b] defined in light_data_inc.glsl
</description>
</method>
<method name="get_spot_light_buffer">
<return type="RID" />
<description>
Return the [RID] of the buffer containing the spot light data as a Storage Buffer. [b]Note:[/b] defined in light_data_inc.glsl
</description>
</method>
</methods>
Expand Down

0 comments on commit 25c3260

Please sign in to comment.