LoginSignup
0
0

More than 5 years have passed since last update.

OpenGL ESで使えるデータ型

Posted at

OpenGL ESで使えるデータ型

型名称 Javaでの型 扱える値の範囲 容量
CL_UNSIGNED_BYTE byte 0~255 1byte
GL_UNSIGNED_SHORT short 0~65535 2byte
GL_SHORT short -32768~32737 2byte
GL_FIXED int -2147483648~-2147483647 4byte
GL_FLOAT float ±1.4e-45~±3.4028234e38 4byte
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0