SCNGeometrySource.FromMetalBuffer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromMetalBuffer(IMTLBuffer, MTLVertexFormat, NSString, nint, nint, nint) |
データ バッファーから新 SCNGeometrySource しい を作成するファクトリ メソッド。 |
FromMetalBuffer(IMTLBuffer, MTLVertexFormat, SCNGeometrySourceSemantics, nint, nint, nint) |
データ バッファーから新 SCNGeometrySource しい を作成するファクトリ メソッド。 |
FromMetalBuffer(IMTLBuffer, MTLVertexFormat, NSString, nint, nint, nint)
データ バッファーから新 SCNGeometrySource しい を作成するファクトリ メソッド。
[Foundation.Export("geometrySourceWithBuffer:vertexFormat:semantic:vertexCount:dataOffset:dataStride:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static SceneKit.SCNGeometrySource FromMetalBuffer (Metal.IMTLBuffer mtlBuffer, Metal.MTLVertexFormat vertexFormat, Foundation.NSString geometrySourceSemantic, nint vertexCount, nint offset, nint stride);
static member FromMetalBuffer : Metal.IMTLBuffer * Metal.MTLVertexFormat * Foundation.NSString * nint * nint * nint -> SceneKit.SCNGeometrySource
パラメーター
- mtlBuffer
- IMTLBuffer
- vertexFormat
- MTLVertexFormat
- geometrySourceSemantic
- NSString
- vertexCount
- System.System.IntPtr System.nativeint
- offset
- System.System.IntPtr System.nativeint
- stride
- System.System.IntPtr System.nativeint
戻り値
- 属性
適用対象
FromMetalBuffer(IMTLBuffer, MTLVertexFormat, SCNGeometrySourceSemantics, nint, nint, nint)
データ バッファーから新 SCNGeometrySource しい を作成するファクトリ メソッド。
public static SceneKit.SCNGeometrySource FromMetalBuffer (Metal.IMTLBuffer mtlBuffer, Metal.MTLVertexFormat vertexFormat, SceneKit.SCNGeometrySourceSemantics semantic, nint vertexCount, nint offset, nint stride);
static member FromMetalBuffer : Metal.IMTLBuffer * Metal.MTLVertexFormat * SceneKit.SCNGeometrySourceSemantics * nint * nint * nint -> SceneKit.SCNGeometrySource
パラメーター
- mtlBuffer
- IMTLBuffer
- vertexFormat
- MTLVertexFormat
- semantic
- SCNGeometrySourceSemantics
- vertexCount
- System.System.IntPtr System.nativeint
- offset
- System.System.IntPtr System.nativeint
- stride
- System.System.IntPtr System.nativeint