Luna::RHI::BorderColor
enum BorderColor : u8
{
float_0000
int_0000
float_0001
int_0001
float_1111
int_1111
}
Specifies the border color to use if texture address mode is TextureAddressMode::border.
Options
-
Outputs (0, 0, 0, 0) in floating-point format.
-
Outputs (0, 0, 0, 0) in integer format.
-
Outputs (0, 0, 0, 1) in floating-point format.
-
Outputs (0, 0, 0, 1) in integer format.
-
Outputs (1, 1, 1, 1) in floating-point format.
-
Outputs (1, 1, 1, 1) in integer format.