GPUTextureDimension
type
GPUTextureDimension =
"1d"
|
"2d"
|
"3d"
;
§
Type
§
"1d"
|
"2d"
|
"3d"
[src]