GRGlTextureInfo Struct

Definition

Represents a handle to an existing OpenGL texture.

public struct GRGlTextureInfo
public struct GRGlTextureInfo : IEquatable<SkiaSharp.GRGlTextureInfo>
Inheritance
GRGlTextureInfo
Implements

Constructors

GRGlTextureInfo(UInt32, UInt32)
GRGlTextureInfo(UInt32, UInt32, UInt32)

Creates a new GRGlTextureInfo with the specified parameters.

Properties

Format

Gets or sets the sized, internal format of the OpenGL texture.

Id

Gets or sets the OpenGL texture ID.

Target

Gets or sets the OpenGL texture target.

Methods

Equals(GRGlTextureInfo)
Equals(Object)
GetHashCode()

Operators

Equality(GRGlTextureInfo, GRGlTextureInfo)
Inequality(GRGlTextureInfo, GRGlTextureInfo)

Applies to