点击或拖拽改变大小

OpenGLIndexMask 方法

Control the writing of individual bits in the color index buffers.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void IndexMask(
	uint mask
)

参数

mask
类型:SystemUInt32
Specifies a bit mask to enable and disable the writing of individual bits in the color index buffers. Initially, the mask is all 1's.
参见