EAGLContext.TexImage Method
Definition
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.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