d-metal-binding v1.1.1 (2023-03-29T00:11:10Z)
Dub
Repo
MTLBlitCommandEncoder.fillBuffer
metal
blitcommandencoder
MTLBlitCommandEncoder
Encodes a command that fills a buffer with a constant value for each byte.
interface
MTLBlitCommandEncoder
@
selector
("fillBuffer:range:value:")
void
fillBuffer
(
MTLBuffer
buffer
,
NSRange
range
,
ubyte
value
)
Meta
Source
See Implementation
metal
blitcommandencoder
MTLBlitCommandEncoder
functions
copyFromBuffer
copyFromTexture
fillBuffer
generateMipmapsForTexture
getTextureAccessCounters
optimizeContentsForCPUAccess
optimizeContentsForGPUAccess
resetTextureAccessCounters
synchronizeResource
synchronizeTexture
updateFence
waitForFence
Encodes a command that fills a buffer with a constant value for each byte.