dimension

Determine the dimensionality if a vertex attribute.

template dimension (
A
) if (
isVertexAttribute!A
) {
enum dimension;
}

Meta