IMTLBlitCommandEncoder 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將資料寫入框架緩衝區的通訊協定。
[Foundation.Protocol(Name="MTLBlitCommandEncoder", WrapperType=typeof(Metal.MTLBlitCommandEncoderWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IMTLBlitCommandEncoder : IDisposable, Metal.IMTLCommandEncoder
type IMTLBlitCommandEncoder = interface
interface INativeObject
interface IDisposable
interface IMTLCommandEncoder
- 屬性
- 實作
屬性
Device |
將資料寫入框架緩衝區的通訊協定。 (繼承來源 IMTLCommandEncoder) |
Handle |
處理非受控物件標記法) (指標。 (繼承來源 INativeObject) |
Label |
將資料寫入框架緩衝區的通訊協定。 (繼承來源 IMTLCommandEncoder) |
方法
CopyFromBuffer(IMTLBuffer, nuint, IMTLBuffer, nuint, nuint) |
將資料寫入框架緩衝區的通訊協定。 |
CopyFromBuffer(IMTLBuffer, nuint, nuint, nuint, MTLSize, IMTLTexture, nuint, nuint, MTLOrigin) |
將資料寫入框架緩衝區的通訊協定。 |
CopyFromTexture(IMTLTexture, nuint, nuint, MTLOrigin, MTLSize, IMTLBuffer, nuint, nuint, nuint) |
將資料寫入框架緩衝區的通訊協定。 |
CopyFromTexture(IMTLTexture, nuint, nuint, MTLOrigin, MTLSize, IMTLTexture, nuint, nuint, MTLOrigin) |
將資料寫入框架緩衝區的通訊協定。 |
EndEncoding() |
將資料寫入框架緩衝區的通訊協定。 (繼承來源 IMTLCommandEncoder) |
FillBuffer(IMTLBuffer, NSRange, Byte) |
將資料寫入框架緩衝區的通訊協定。 |
GenerateMipmapsForTexture(IMTLTexture) |
將資料寫入框架緩衝區的通訊協定。 |
InsertDebugSignpost(String) |
將資料寫入框架緩衝區的通訊協定。 (繼承來源 IMTLCommandEncoder) |
PopDebugGroup() |
將資料寫入框架緩衝區的通訊協定。 (繼承來源 IMTLCommandEncoder) |
PushDebugGroup(String) |
將資料寫入框架緩衝區的通訊協定。 (繼承來源 IMTLCommandEncoder) |
Synchronize(IMTLResource) |
將資料寫入框架緩衝區的通訊協定。 |
Synchronize(IMTLTexture, nuint, nuint) |
將資料寫入框架緩衝區的通訊協定。 |