MTLRenderCommandEncoder.setFragmentBuffers

Sets an array of buffers for the fragment function in a range of indices in the buffer argument table.

interface MTLRenderCommandEncoder
@nogc nothrow
@selector("setFragmentBuffers:offsets:withRange:")
void
setFragmentBuffers
(
const(MTLBuffer)*
,
const(NSUInteger)* offsets
,
NSRange range
)

Meta