GLTexture.resize

class GLTexture
void
resize
(
size_t N
T
)
(
in Vector!(N, T) sz
)
if (
(
N == 1 ||
N == 2
||
N == 3
)
&&
isIntegral!T
)

Meta