ClearValues

Undocumented in source.

Constructors

this
this(ClearColorValues color)
Undocumented in source.
this
this(ClearDepthStencilValues depthStencil)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Static functions

color
ClearValues color(int r, int g, int b, int a)
Undocumented in source. Be warned that the author may not have intended to support it.
color
ClearValues color(uint r, uint g, uint b, uint a)
Undocumented in source. Be warned that the author may not have intended to support it.
color
ClearValues color(float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
depthStencil
ClearValues depthStencil(float depth, uint stencil)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

Values
union Values
Undocumented in source.

Variables

type
Type type;
Undocumented in source.
values
Values values;
Undocumented in source.

Meta