コード例 #1
0
 public static void BindTexture(TextureTarget target, int texId)
 {
     Delegates.BindTexture(target, texId);
 }