EAGLContext.TexImage Method
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.
[Foundation.Export("texImageIOSurface:target:internalFormat:width:height:format:type:plane:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool TexImage (IOSurface.IOSurface ioSurface, nuint target, nuint internalFormat, uint width, uint height, nuint format, nuint type, uint plane);
abstract member TexImage : IOSurface.IOSurface * nuint * nuint * uint32 * uint32 * nuint * nuint * uint32 -> bool
override this.TexImage : IOSurface.IOSurface * nuint * nuint * uint32 * uint32 * nuint * nuint * uint32 -> bool
- ioSurface
- IOSurface
- target
- System.System.UIntPtr System.unativeint
- internalFormat
- System.System.UIntPtr System.unativeint
- width
- UInt32
- height
- UInt32
- format
- System.System.UIntPtr System.unativeint
- type
- System.System.UIntPtr System.unativeint
- plane
- UInt32
- Attributes