Variable GPU_FILTER_MODEConst

GPU_FILTER_MODE: { LINEAR: "linear"; NEAREST: "nearest" } = ...

GPU_FILTER_MODE represents the available filter modes for GPU filtering.

Type declaration

  • ReadonlyLINEAR: "linear"
  • ReadonlyNEAREST: "nearest"