Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

RDPipelineMultisampleState

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

enable_alpha_to_coverage

false

bool

enable_alpha_to_one

false

bool

enable_sample_shading

false

float

min_sample_shading

0.0

TextureSamples

sample_count

0

int[]

sample_masks

[]


Property Descriptions

bool enable_alpha_to_coverage = false

  • void set_enable_alpha_to_coverage ( bool value )

  • bool get_enable_alpha_to_coverage ( )

There is currently no description for this property. Please help us by contributing one!


bool enable_alpha_to_one = false

  • void set_enable_alpha_to_one ( bool value )

  • bool get_enable_alpha_to_one ( )

There is currently no description for this property. Please help us by contributing one!


bool enable_sample_shading = false

  • void set_enable_sample_shading ( bool value )

  • bool get_enable_sample_shading ( )

There is currently no description for this property. Please help us by contributing one!


float min_sample_shading = 0.0

  • void set_min_sample_shading ( float value )

  • float get_min_sample_shading ( )

There is currently no description for this property. Please help us by contributing one!


TextureSamples sample_count = 0

There is currently no description for this property. Please help us by contributing one!


int[] sample_masks = []

  • void set_sample_masks ( int[] value )

  • int[] get_sample_masks ( )

There is currently no description for this property. Please help us by contributing one!