You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #66221 from Mickeon/painstakingly-appending-ds-en-you-tea-es
Rename remaining "*_enable" to "*_enabled"
This commit is contained in:
@@ -517,7 +517,7 @@ public:
|
||||
RD_SETGET(bool, wireframe)
|
||||
RD_SETGET(RD::PolygonCullMode, cull_mode)
|
||||
RD_SETGET(RD::PolygonFrontFace, front_face)
|
||||
RD_SETGET(bool, depth_bias_enable)
|
||||
RD_SETGET(bool, depth_bias_enabled)
|
||||
RD_SETGET(float, depth_bias_constant_factor)
|
||||
RD_SETGET(float, depth_bias_clamp)
|
||||
RD_SETGET(float, depth_bias_slope_factor)
|
||||
@@ -531,7 +531,7 @@ protected:
|
||||
RD_BIND(Variant::BOOL, RDPipelineRasterizationState, wireframe);
|
||||
RD_BIND(Variant::INT, RDPipelineRasterizationState, cull_mode);
|
||||
RD_BIND(Variant::INT, RDPipelineRasterizationState, front_face);
|
||||
RD_BIND(Variant::BOOL, RDPipelineRasterizationState, depth_bias_enable);
|
||||
RD_BIND(Variant::BOOL, RDPipelineRasterizationState, depth_bias_enabled);
|
||||
RD_BIND(Variant::FLOAT, RDPipelineRasterizationState, depth_bias_constant_factor);
|
||||
RD_BIND(Variant::FLOAT, RDPipelineRasterizationState, depth_bias_clamp);
|
||||
RD_BIND(Variant::FLOAT, RDPipelineRasterizationState, depth_bias_slope_factor);
|
||||
|
||||
Reference in New Issue
Block a user