d-metal-binding v1.1.1 (2023-03-29T00:11:10Z)
Dub
Repo
MTLCommandBuffer.presentDrawable
metal
commandbuffer
MTLCommandBuffer
Presents a drawable at a specific time.
void
presentDrawable
(MTLDrawable drawable)
void
presentDrawable
(MTLDrawable drawable, CFTimeInterval presentationTime)
interface
MTLCommandBuffer
@
selector
("presentDrawable:atTime:")
void
presentDrawable
(
MTLDrawable
drawable
,
CFTimeInterval
presentationTime
)
Meta
Source
See Implementation
metal
commandbuffer
MTLCommandBuffer
functions
addCompletedHandler
addScheduleHandler
blitCommandEncoder
blitCommandEncoderWithDescriptor
commit
encodeSignalEvent
encodeWaitForEvent
enqueue
label
presentDrawable
presentDrawableAfterMinimumDuration
renderCommandEncoderWithDescriptor
status
waitUntilCompleted
waitUntilScheduled
Presents a drawable at a specific time.