IMTLRenderPipelineState
Device
GpuResourceId
ImageblockSampleLength
Label
MaxTotalThreadgroupsPerMeshGrid
MaxTotalThreadsPerThreadgroup
MeshThreadExecutionWidth
SupportIndirectCommandBuffers
ThreadgroupSizeMatchesTileSize
FunctionHandleWithFunction(IMTLFunction, MTLRenderStages)
GetImageblockMemoryLength(MTLSize)
NewIntersectionFunctionTableWithDescriptor(MTLIntersectionFunctionTableDescriptor, MTLRenderStages)
NewRenderPipelineStateWithAdditionalBinaryFunctions(MTLRenderPipelineFunctionsDescriptor, NSError)
NewVisibleFunctionTableWithDescriptor(MTLVisibleFunctionTableDescriptor, MTLRenderStages)
FunctionHandleWithFunction(IMTLRenderPipelineState, IMTLFunction, MTLRenderStages)
GetImageblockMemoryLength(IMTLRenderPipelineState, MTLSize)
GetImageblockSampleLength(IMTLRenderPipelineState)
GetMaxTotalThreadsPerMeshThreadgroup(IMTLRenderPipelineState)
GetMaxTotalThreadsPerObjectThreadgroup(IMTLRenderPipelineState)
GetMaxTotalThreadsPerThreadgroup(IMTLRenderPipelineState)
GetObjectThreadExecutionWidth(IMTLRenderPipelineState)
GetSupportIndirectCommandBuffers(IMTLRenderPipelineState)
GetThreadgroupSizeMatchesTileSize(IMTLRenderPipelineState)
NewIntersectionFunctionTableWithDescriptor(IMTLRenderPipelineState, MTLIntersectionFunctionTableDescriptor, MTLRenderStages)
NewRenderPipelineStateWithAdditionalBinaryFunctions(IMTLRenderPipelineState, MTLRenderPipelineFunctionsDescriptor, NSError)
NewVisibleFunctionTableWithDescriptor(IMTLRenderPipelineState, MTLVisibleFunctionTableDescriptor, MTLRenderStages)
xamarinios
namespace Metal
{
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Protocol(Name = "MTLRenderPipelineState", WrapperType = typeof(MTLRenderPipelineStateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetImageblockMemoryLength", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MTLSize) }, ReturnType = typeof(nuint), Selector = "imageblockMemoryLengthForDimensions:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "label", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Label", PropertyType = typeof(string), Selector = "label")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "device", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Device", PropertyType = typeof(IMTLDevice), Selector = "device")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "maxTotalThreadsPerThreadgroup", IsProperty = true, IsRequired = false, IsStatic = false, Name = "MaxTotalThreadsPerThreadgroup", PropertyType = typeof(nuint), Selector = "maxTotalThreadsPerThreadgroup")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "threadgroupSizeMatchesTileSize", IsProperty = true, IsRequired = false, IsStatic = false, Name = "ThreadgroupSizeMatchesTileSize", PropertyType = typeof(bool), Selector = "threadgroupSizeMatchesTileSize")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "imageblockSampleLength", IsProperty = true, IsRequired = false, IsStatic = false, Name = "ImageblockSampleLength", PropertyType = typeof(nuint), Selector = "imageblockSampleLength")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "supportIndirectCommandBuffers", IsProperty = true, IsRequired = false, IsStatic = false, Name = "SupportIndirectCommandBuffers", PropertyType = typeof(bool), Selector = "supportIndirectCommandBuffers")]
public interface IMTLRenderPipelineState : INativeObject, IDisposable
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API