CVOpenGLESTextureCache.CreateTexture 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.
public CoreVideo.CVOpenGLESTexture? CreateTexture(CoreVideo.CVImageBuffer imageBuffer, bool isTexture2d, int internalFormat, int width, int height, uint pixelFormat, uint pixelType, int planeIndex, out CoreVideo.CVReturn errorCode);
member this.CreateTexture : CoreVideo.CVImageBuffer * bool * int * int * int * uint32 * uint32 * int * CVReturn -> CoreVideo.CVOpenGLESTexture
Parameters
- imageBuffer
- CVImageBuffer
- isTexture2d
- Boolean
- internalFormat
- Int32
- width
- Int32
- height
- Int32
- pixelFormat
- UInt32
- pixelType
- UInt32
- planeIndex
- Int32
- errorCode
- CVReturn