summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2024-01-11 17:37:48 +0100
committerMicky <micheledevita2@gmail.com>2024-01-11 17:39:31 +0100
commit967a121c8b93c85b31519c01b627bcafb5f63258 (patch)
treef8d9e365cd704b918c4462b8063a6654cde45f65 /doc
parent352434668923978f54f2236f20116fc96ebc9173 (diff)
downloadredot-engine-967a121c8b93c85b31519c01b627bcafb5f63258.tar.gz
Add descriptions to a few RenderingDevice's PipelineDynamicStateFlags
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/RenderingDevice.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/RenderingDevice.xml b/doc/classes/RenderingDevice.xml
index 54f3281e17..67214daea6 100644
--- a/doc/classes/RenderingDevice.xml
+++ b/doc/classes/RenderingDevice.xml
@@ -2142,8 +2142,10 @@
Represents the size of the [enum BlendOperation] enum.
</constant>
<constant name="DYNAMIC_STATE_LINE_WIDTH" value="1" enum="PipelineDynamicStateFlags" is_bitfield="true">
+ Allows dynamically changing the width of rendering lines.
</constant>
<constant name="DYNAMIC_STATE_DEPTH_BIAS" value="2" enum="PipelineDynamicStateFlags" is_bitfield="true">
+ Allows dynamically changing the depth bias.
</constant>
<constant name="DYNAMIC_STATE_BLEND_CONSTANTS" value="4" enum="PipelineDynamicStateFlags" is_bitfield="true">
</constant>