IMTLArgumentEncoder.SetTextures(IMTLTexture[], NSRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes the provided textures
into the argument buffer.
[Foundation.Export("setTextures:withRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetTextures (Metal.IMTLTexture[] textures, Foundation.NSRange range);
abstract member SetTextures : Metal.IMTLTexture[] * Foundation.NSRange -> unit
Parameters
- textures
- IMTLTexture[]
An array of textures from which to select the textures to encode.
- range
- NSRange
Indices into textures
. Either Metal index IDs or the index members of MTLArgumentDescriptors.
- Attributes