Gather
https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-to-gather
code:hlsl
<Template Type>4 Object.Gather( sampler_state S, float2|3|4 Location
int2 Offset
);
bi-linear filteringで使われる4つのテクセルのrを一気に取ってこれる便利な関数
GatherRed
,
GatherGreen
,
GatherBlue
,
GatherAlpha
がある