gfx.graal.cmd

command buffer module

Members

Enums

Access
enum Access
Undocumented in source.
CommandBufferLevel
enum CommandBufferLevel
Undocumented in source.
CommandBufferUsage
enum CommandBufferUsage
Undocumented in source.
PipelineBindPoint
enum PipelineBindPoint
Undocumented in source.
PipelineStage
enum PipelineStage
Undocumented in source.
StencilFace
enum StencilFace
Undocumented in source.

Interfaces

CommandBuffer
interface CommandBuffer

Base interface for a command buffer

CommandPool
interface CommandPool
Undocumented in source.
PrimaryCommandBuffer
interface PrimaryCommandBuffer

Interface to a primary command buffer

SecondaryCommandBuffer
interface SecondaryCommandBuffer

Interface to a secondary command buffer

Manifest constants

queueFamilyIgnored
enum queueFamilyIgnored;
Undocumented in source.
wholeSize
enum wholeSize;
Undocumented in source.

Structs

BufferImageCopy
struct BufferImageCopy
Undocumented in source.
BufferMemoryBarrier
struct BufferMemoryBarrier
Undocumented in source.
ClearColorValues
struct ClearColorValues

Values to be given to a clear image color command The type should be f32, unless the image format has numeric format of sInt or uInt.

ClearDepthStencilValues
struct ClearDepthStencilValues
Undocumented in source.
ClearValues
struct ClearValues
Undocumented in source.
CopyRegion
struct CopyRegion
Undocumented in source.
ImageCopyRegion
struct ImageCopyRegion
Undocumented in source.
ImageMemoryBarrier
struct ImageMemoryBarrier
Undocumented in source.
VertexBinding
struct VertexBinding
Undocumented in source.

Meta