GPUMipmapFilterMode
type
GPUMipmapFilterMode =
"nearest"
|
"linear"
;
§
Type
§
"nearest"
|
"linear"
[src]