pub type Texture = FNA3D_Texture;
Opaque struct that represents 2D or 3D texture data stored in GPU memory
This type has to be disposed with a corresponding function in Device
Device
struct Texture { /* private fields */ }