Merge pull request #87082 from Mickeon/documentation-RenderingDevice-dynamic_state

Add descriptions to a few RenderingDevice's PipelineDynamicStateFlags
This commit is contained in:
Rémi Verschelde 2024-04-08 11:19:42 +02:00
commit 6f6e8b15ce
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -2129,8 +2129,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>