MPSNNGradientState.CreateTemporaryState Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
CreateTemporaryState(IMTLCommandBuffer)
[Foundation.Export("temporaryStateWithCommandBuffer:")]
public static MetalPerformanceShaders.MPSNNGradientState CreateTemporaryState (Metal.IMTLCommandBuffer commandBuffer);
static member CreateTemporaryState : Metal.IMTLCommandBuffer -> MetalPerformanceShaders.MPSNNGradientState
Parametri
- commandBuffer
- IMTLCommandBuffer
Restituisce
- Attributi
Si applica a
CreateTemporaryState(IMTLCommandBuffer, MTLTextureDescriptor)
[Foundation.Export("temporaryStateWithCommandBuffer:textureDescriptor:")]
public static MetalPerformanceShaders.MPSNNGradientState CreateTemporaryState (Metal.IMTLCommandBuffer commandBuffer, Metal.MTLTextureDescriptor descriptor);
static member CreateTemporaryState : Metal.IMTLCommandBuffer * Metal.MTLTextureDescriptor -> MetalPerformanceShaders.MPSNNGradientState
Parametri
- commandBuffer
- IMTLCommandBuffer
- descriptor
- MTLTextureDescriptor
Restituisce
- Attributi
Si applica a
CreateTemporaryState(IMTLCommandBuffer, MPSStateResourceList)
[Foundation.Export("temporaryStateWithCommandBuffer:resourceList:")]
public static MetalPerformanceShaders.MPSNNGradientState CreateTemporaryState (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSStateResourceList resourceList);
static member CreateTemporaryState : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSStateResourceList -> MetalPerformanceShaders.MPSNNGradientState
Parametri
- commandBuffer
- IMTLCommandBuffer
- resourceList
- MPSStateResourceList
Restituisce
- Attributi
Si applica a
CreateTemporaryState(IMTLCommandBuffer, nuint)
[Foundation.Export("temporaryStateWithCommandBuffer:bufferSize:")]
public static MetalPerformanceShaders.MPSNNGradientState CreateTemporaryState (Metal.IMTLCommandBuffer commandBuffer, nuint bufferSize);
static member CreateTemporaryState : Metal.IMTLCommandBuffer * nuint -> MetalPerformanceShaders.MPSNNGradientState
Parametri
- commandBuffer
- IMTLCommandBuffer
- bufferSize
- System.System.UIntPtr System.unativeint
Restituisce
- Attributi