OpenTK.BlittableValueType Members

The members of OpenTK.BlittableValueType are listed below.

See Also: Inherited members from System.Object

Public Methods

static
Check<T>(T) : bool
Checks whether type is a blittable value type.
static
Check<T>(T[,,]) : bool
Checks whether type is a blittable value type.
static
Check<T>(T[,]) : bool
Checks whether type is a blittable value type.
static
Check<T>(T[]) : bool
Checks whether type is a blittable value type.
static
Check<T>(T[][]) : bool
Checks whether type is a blittable value type.
static
StrideOf<T>(T) : int
Returns the size of the specified value type in bytes.
static
StrideOf<T>(T[,,]) : int
Returns the size of a single array element in bytes.
static
StrideOf<T>(T[,]) : int
Returns the size of a single array element in bytes.
static
StrideOf<T>(T[]) : int
Returns the size of a single array element in bytes.