OpenGLPixelMap 方法 (UInt32, Int32, UInt16) |
Set up pixel transfer maps.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void PixelMap(
uint map,
int mapsize,
ushort[] values
)
参数
- map
- 类型:SystemUInt32
Specifies a symbolic map name. - mapsize
- 类型:SystemInt32
Specifies the size of the map being defined. - values
- 类型:SystemUInt16
Specifies an array of mapsize values.
参见