這是我的代碼把一個byte []數組轉換爲圖像 unsafe
{
//convert the UInt32[] into byte array and then assign the pointer to it
fixed (byte* ptr = Misc.ConvertFromUInt32Array(image))
{
Bitmap bmp = new
出於某種原因,我無法弄清楚我的生活,我的JOGL hello world程序中的文本根本不會顯示出來。我將包括顯示方法,以便你們都知道我在說什麼。 public void display(GLAutoDrawable gLDrawable)
{
final GL gl = gLDrawable.getGL();
final GLU glu = new GLU();