Interface IGLTexture2D
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
Interface that describe the object hold a reference to a gl texture 2d.
public interface IGLTexture2D
Properties
TextureId
Id of gl texture created through GLTexture2D
uint TextureId { get; }