コード例 #1
0
ファイル: Al.cs プロジェクト: PlumpMath/Pencil.Gaming-GLFW2
 public static bool IsBuffer(uint bid)
 {
     return(AlDelegates.alIsBuffer(bid));
 }