Method LoadLUT
LoadLUT(Texture2DArray, int, TextureFormat, float[])
선언
public static void LoadLUT(Texture2DArray tex, int arrayElement, TextureFormat format, float[] LUTScalar)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Texture2DArray | tex | |
int | arrayElement | |
TextureFormat | format | |
float[] | LUTScalar |
LoadLUT(Texture2DArray, int, TextureFormat, double[,])
선언
public static void LoadLUT(Texture2DArray tex, int arrayElement, TextureFormat format, double[,] LUTTransformInv)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Texture2DArray | tex | |
int | arrayElement | |
TextureFormat | format | |
double[,] | LUTTransformInv |