コード例 #1
0
ファイル: Rlgl.cs プロジェクト: nailuj29gaming/Raylib-cs
 public static extern void rlFramebufferAttach(uint fboId, uint texId, FramebufferAttachType attachType, FramebufferTexType texType);
コード例 #2
0
ファイル: Rlgl.cs プロジェクト: ChrisDill/Raylib-cs
 public static extern void rlFramebufferAttach(uint fboId, uint texId, FramebufferAttachType attachType, FramebufferAttachTextureType texType, int mipLevel);