Click or drag to resize
XDL

NXMilmapLayerImageProcessEnableShaderAlgorithm Method

GPU를 통한 쉐이더 알고리즘을 활성화할지 비활성화할지 설정한다.

Namespace:  Pixoneer.NXDL.NXMilmap
Assembly:  NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntax
C#
public bool EnableShaderAlgorithm(
	bool bEnable
)

Parameters

bEnable
Type: SystemBoolean
활성화 또는 비활성화 여부

Return Value

Type: Boolean
설정되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also