KDGpu::DepthBiasOptions¶
#include <graphics_pipeline_options.h>
Public Attributes¶
| Name | |
|---|---|
| bool | enabled |
| float | biasConstantFactor |
| float | biasClamp |
| float | biasSlopeFactor |
Friends¶
| Name | |
|---|---|
| bool | operator==(const DepthBiasOptions & , const DepthBiasOptions & ) |
Public Attributes Documentation¶
variable enabled¶
1 | |
variable biasConstantFactor¶
1 | |
variable biasClamp¶
1 | |
variable biasSlopeFactor¶
1 | |
Friends¶
friend operator==¶
1 2 3 4 5 | |
Updated on 2025-11-26 at 00:01:40 +0000