This function sets the feedback buffer, that will receive feedback data.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void FeedbackBuffer(
int size,
uint type,
float[] buffer
)
参数
- size
- 类型:SystemInt32
Size of the buffer. - type
- 类型:SystemUInt32
Type of data in the buffer. - buffer
- 类型:SystemSingle
The buffer itself.
参见