点击或拖拽改变大小

OpenGLFeedbackBuffer 方法

This function sets the feedback buffer, that will receive feedback data.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
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.
参见