glutReshapeFunc
선언 형태
void
glutReshapeFunc (
void
(*func)(
int
width
,
int
height
) );
매개 변수
변수명
설명
func
새로운 Reshape callback 함수를 설정합니다.