mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Add descriptions to a few RenderingDevice's PipelineDynamicStateFlags
This commit is contained in:
parent
3524346689
commit
967a121c8b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user