Texture2D

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
struct Texture2D {}

Members

Variables

format
int format;
Undocumented in source.
height
int height;
Undocumented in source.
id
uint id;
Undocumented in source.
mipmaps
int mipmaps;
Undocumented in source.
width
int width;
Undocumented in source.

Meta