gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
ClearValues
gfx
graal
cmd
Undocumented in source.
struct
ClearValues {
enum
Type
;
union
Values
;
Type
type
;
Values
values
;
this
(ClearColorValues color);
this
(ClearDepthStencilValues depthStencil);
}
Constructors
this
this
(ClearColorValues color)
Undocumented in source.
this
this
(ClearDepthStencilValues depthStencil)
Undocumented in source.
Members
Enums
Type
enum
Type
Undocumented in source.
Unions
Values
union
Values
Undocumented in source.
Variables
type
Type
type
;
Undocumented in source.
values
Values
values
;
Undocumented in source.
Meta
Source
See Implementation
gfx
graal
cmd
enums
Access
PipelineStage
interfaces
CommandBuffer
CommandPool
manifest constants
queueFamilyIgnored
structs
BufferMemoryBarrier
ClearColorValues
ClearDepthStencilValues
ClearValues
ImageMemoryBarrier
VertexBinding