Type Alias Texture

Source
pub type Texture = FNA3D_Texture;
Expand description

Opaque struct that represents 2D or 3D texture data stored in GPU memory

§Dispose

This type has to be disposed with a corresponding function in Device

Aliased Type§

struct Texture { /* private fields */ }