PostProcessStageSampleMode

确定如何对PostProcessStage的输入纹理进行采样。

Members

(static, constant) LINEAR : Number

通过四个最近的texel的双线性插值对纹理进行采样。

(static, constant) NEAREST : Number

通过返回最近的texel对纹理进行采样。