Share via


EAGLContext.TexImage Method

Definition

[Foundation.Export("texImageIOSurface:target:internalFormat:width:height:format:type:plane:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool TexImage(IOSurface.IOSurface ioSurface, UIntPtr target, UIntPtr internalFormat, uint width, uint height, UIntPtr format, UIntPtr type, uint plane);
[<Foundation.Export("texImageIOSurface:target:internalFormat:width:height:format:type:plane:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TexImage : IOSurface.IOSurface * unativeint * unativeint * uint32 * uint32 * unativeint * unativeint * uint32 -> bool
override this.TexImage : IOSurface.IOSurface * unativeint * unativeint * uint32 * uint32 * unativeint * unativeint * uint32 -> bool

Parameters

ioSurface
IOSurface
target
UIntPtr

unativeint

internalFormat
UIntPtr

unativeint

width
UInt32
height
UInt32
format
UIntPtr

unativeint

type
UIntPtr

unativeint

plane
UInt32

Returns

Attributes

Applies to