Class OES_draw_buffers_indexed
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("OES_draw_buffers_indexed")]
public class OES_draw_buffers_indexed
- Inheritance
-
OES_draw_buffers_indexed
- Inherited Members
-
Constructors
OES_draw_buffers_indexed()
public OES_draw_buffers_indexed()
Methods
BlendEquationSeparateiOES(ulong, ulong, ulong)
[Value("blendEquationSeparateiOES")]
public GlobalObject.Undefined BlendEquationSeparateiOES(ulong buf, ulong modeRGB, ulong modeAlpha)
Parameters
buf ulong
modeRGB ulong
modeAlpha ulong
Returns
- GlobalObject.Undefined
BlendEquationiOES(ulong, ulong)
[Value("blendEquationiOES")]
public GlobalObject.Undefined BlendEquationiOES(ulong buf, ulong mode)
Parameters
buf ulong
mode ulong
Returns
- GlobalObject.Undefined
BlendFuncSeparateiOES(ulong, ulong, ulong, ulong, ulong)
[Value("blendFuncSeparateiOES")]
public GlobalObject.Undefined BlendFuncSeparateiOES(ulong buf, ulong srcRGB, ulong dstRGB, ulong srcAlpha, ulong dstAlpha)
Parameters
buf ulong
srcRGB ulong
dstRGB ulong
srcAlpha ulong
dstAlpha ulong
Returns
- GlobalObject.Undefined
BlendFunciOES(ulong, ulong, ulong)
[Value("blendFunciOES")]
public GlobalObject.Undefined BlendFunciOES(ulong buf, ulong src, ulong dst)
Parameters
buf ulong
src ulong
dst ulong
Returns
- GlobalObject.Undefined
ColorMaskiOES(ulong, bool, bool, bool, bool)
[Value("colorMaskiOES")]
public GlobalObject.Undefined ColorMaskiOES(ulong buf, bool r, bool g, bool b, bool a)
Parameters
buf ulong
r bool
g bool
b bool
a bool
Returns
- GlobalObject.Undefined
DisableiOES(ulong, ulong)
[Value("disableiOES")]
public GlobalObject.Undefined DisableiOES(ulong target, ulong index)
Parameters
target ulong
index ulong
Returns
- GlobalObject.Undefined
EnableiOES(ulong, ulong)
[Value("enableiOES")]
public GlobalObject.Undefined EnableiOES(ulong target, ulong index)
Parameters
target ulong
index ulong
Returns
- GlobalObject.Undefined