2010-12-08から1日間の記事一覧

glReadPixels GL_RGBAで動きました

https://github.com/yoya/phpopengl/ glReadPixel の改造 (GL_RGBA だけでも動くように) · yoya/phpopengl@84d77ad · GitHub こんな感じで動きました。 v_pixels_len = (int)Z_LVAL_P(width) * Z_LVAL_P(height)* sizeof(long); v_pixels = emalloc(v_pixels…