[][src]Type Definition fna3d::Buffer

type Buffer = FNA3D_Buffer;

Opaque struct that represents index or vertex buffer

It is not strictly typed and more information have to be supplied with BufferUsage, VertexDeclaration and IndexElementSize.

Dispose

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