예제 #1
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void Hint(osuTK.Graphics.ES10.All target, osuTK.Graphics.ES10.All mode);
예제 #2
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void BindTexture(osuTK.Graphics.ES10.All target, UInt32 texture);
예제 #3
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void ClientActiveTexture(osuTK.Graphics.ES10.All texture);
예제 #4
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void TexParameterf(osuTK.Graphics.ES10.All target, osuTK.Graphics.ES10.All pname, Single param);
예제 #5
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void TexSubImage2D(osuTK.Graphics.ES10.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, osuTK.Graphics.ES10.All format, osuTK.Graphics.ES10.All type, IntPtr pixels);
예제 #6
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void StencilOp(osuTK.Graphics.ES10.All fail, osuTK.Graphics.ES10.All zfail, osuTK.Graphics.ES10.All zpass);
예제 #7
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static unsafe void TexEnvxv(osuTK.Graphics.ES10.All target, osuTK.Graphics.ES10.All pname, int * @params);
예제 #8
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void Materialf(osuTK.Graphics.ES10.All face, osuTK.Graphics.ES10.All pname, Single param);
예제 #9
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void Materialx(osuTK.Graphics.ES10.All face, osuTK.Graphics.ES10.All pname, int param);
예제 #10
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static unsafe void Lightxv(osuTK.Graphics.ES10.All light, osuTK.Graphics.ES10.All pname, int * @params);
예제 #11
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void LogicOp(osuTK.Graphics.ES10.All opcode);
예제 #12
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void Lightx(osuTK.Graphics.ES10.All light, osuTK.Graphics.ES10.All pname, int param);
예제 #13
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static unsafe void LightModelfv(osuTK.Graphics.ES10.All pname, Single * @params);
예제 #14
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void LightModelf(osuTK.Graphics.ES10.All pname, Single param);
예제 #15
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void ShadeModel(osuTK.Graphics.ES10.All mode);
예제 #16
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static unsafe void Materialxv(osuTK.Graphics.ES10.All face, osuTK.Graphics.ES10.All pname, int * @params);
예제 #17
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void StencilFunc(osuTK.Graphics.ES10.All func, Int32 @ref, UInt32 mask);
예제 #18
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void MatrixMode(osuTK.Graphics.ES10.All mode);
예제 #19
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void AlphaFunc(osuTK.Graphics.ES10.All func, Single @ref);
예제 #20
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void MultiTexCoord4f(osuTK.Graphics.ES10.All target, Single s, Single t, Single r, Single q);
예제 #21
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void TexImage2D(osuTK.Graphics.ES10.All target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, osuTK.Graphics.ES10.All format, osuTK.Graphics.ES10.All type, IntPtr pixels);
예제 #22
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void MultiTexCoord4x(osuTK.Graphics.ES10.All target, int s, int t, int r, int q);
예제 #23
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void TexParameterx(osuTK.Graphics.ES10.All target, osuTK.Graphics.ES10.All pname, int param);
예제 #24
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void NormalPointer(osuTK.Graphics.ES10.All type, Int32 stride, IntPtr pointer);
예제 #25
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void AlphaFuncx(osuTK.Graphics.ES10.All func, int @ref);
예제 #26
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void PixelStorei(osuTK.Graphics.ES10.All pname, Int32 param);
예제 #27
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void BlendFunc(osuTK.Graphics.ES10.All sfactor, osuTK.Graphics.ES10.All dfactor);
예제 #28
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, osuTK.Graphics.ES10.All format, osuTK.Graphics.ES10.All type, IntPtr pixels);
예제 #29
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static void ColorPointer(Int32 size, osuTK.Graphics.ES10.All type, Int32 stride, IntPtr pointer);
예제 #30
0
파일: Core.cs 프로젝트: swoolcock/opentk
 internal extern static unsafe System.IntPtr GetString(osuTK.Graphics.ES10.All name);