gfx v0.2.0 (2020-11-15T11:15:14Z)
Dub
Repo
Queue
gfx
graal
queue
Undocumented in source.
interface
Queue {
Device
device
[@property getter];
uint
index
[@property getter];
void
waitIdle
();
void
submit
(Submission[] submissions, Fence fence);
void
present
(Semaphore[] waitSems, PresentRequest[] prs);
}
Members
Functions
present
void
present
(Semaphore[] waitSems, PresentRequest[] prs)
Undocumented in source.
submit
void
submit
(Submission[] submissions, Fence fence)
Undocumented in source.
waitIdle
void
waitIdle
()
Undocumented in source.
Properties
device
Device
device
[@property getter]
Undocumented in source.
index
uint
index
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
gfx
graal
queue
enums
QueueCap
interfaces
Queue
structs
PresentRequest
QueueFamily
StageWait
Submission