classref: Sync with current master branch (fc1c25d29)

This commit is contained in:
Rémi Verschelde
2022-11-07 14:06:01 +01:00
parent d09033677f
commit 263e4d6224
196 changed files with 5055 additions and 3075 deletions

View File

@@ -2120,6 +2120,10 @@ enum **PipelineSpecializationConstantType**:
.. _class_RenderingDevice_constant_LIMIT_MAX_COMPUTE_WORKGROUP_SIZE_Z:
.. _class_RenderingDevice_constant_LIMIT_MAX_VIEWPORT_DIMENSIONS_X:
.. _class_RenderingDevice_constant_LIMIT_MAX_VIEWPORT_DIMENSIONS_Y:
enum **Limit**:
- **LIMIT_MAX_BOUND_UNIFORM_SETS** = **0**
@@ -2192,6 +2196,10 @@ enum **Limit**:
- **LIMIT_MAX_COMPUTE_WORKGROUP_SIZE_Z** = **34**
- **LIMIT_MAX_VIEWPORT_DIMENSIONS_X** = **35**
- **LIMIT_MAX_VIEWPORT_DIMENSIONS_Y** = **36**
----
.. _enum_RenderingDevice_MemoryType:
@@ -2422,7 +2430,7 @@ Method Descriptions
- void **draw_list_set_blend_constants** **(** :ref:`int<class_int>` draw_list, :ref:`Color<class_Color>` color **)**
Sets blend constants for draw list, blend constants are used only if the graphics pipeline is created with ``DYNAMIC_STATE_BLEND_CONSTANTS`` flag set.
Sets blend constants for draw list, blend constants are used only if the graphics pipeline is created with :ref:`DYNAMIC_STATE_BLEND_CONSTANTS<class_RenderingDevice_constant_DYNAMIC_STATE_BLEND_CONSTANTS>` flag set.
----