MTLRenderCommandEncoder.setFragmentTextures

Sets an array of textures for the fragment function in a range of indices in the texture argument table.

interface MTLRenderCommandEncoder
@nogc nothrow
@selector("setFragmentTextures:withRange:")
void
setFragmentTextures
(
const(MTLTexture)*
,
NSRange range
)

Meta