inochi2d.core.nodes.common

Undocumented in source.

Members

Enums

BlendMode
enum BlendMode

Blending modes

MaskingMode
enum MaskingMode

Masking mode

Functions

inBlendModeBarrier
void inBlendModeBarrier()
Undocumented in source. Be warned that the author may not have intended to support it.
inInitBlending
void inInitBlending()
Undocumented in source. Be warned that the author may not have intended to support it.
inSetBlendMode
void inSetBlendMode(BlendMode blendingMode)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

GL_COLORBURN_KHR
enum GL_COLORBURN_KHR;
Undocumented in source.
GL_COLORBURN_NV
enum GL_COLORBURN_NV;
Undocumented in source.
GL_COLORDODGE_KHR
enum GL_COLORDODGE_KHR;
Undocumented in source.
GL_COLORDODGE_NV
enum GL_COLORDODGE_NV;
Undocumented in source.
GL_DARKEN_KHR
enum GL_DARKEN_KHR;
Undocumented in source.
GL_DARKEN_NV
enum GL_DARKEN_NV;
Undocumented in source.
GL_DIFFERENCE_KHR
enum GL_DIFFERENCE_KHR;
Undocumented in source.
GL_DIFFERENCE_NV
enum GL_DIFFERENCE_NV;
Undocumented in source.
GL_DST_ATOP_NV
enum GL_DST_ATOP_NV;
Undocumented in source.
GL_DST_IN_NV
enum GL_DST_IN_NV;
Undocumented in source.
GL_DST_NV
enum GL_DST_NV;
Undocumented in source.
GL_DST_OUT_NV
enum GL_DST_OUT_NV;
Undocumented in source.
GL_DST_OVER_NV
enum GL_DST_OVER_NV;
Undocumented in source.
GL_EXCLUSION_KHR
enum GL_EXCLUSION_KHR;
Undocumented in source.
GL_EXCLUSION_NV
enum GL_EXCLUSION_NV;
Undocumented in source.
GL_HARDLIGHT_KHR
enum GL_HARDLIGHT_KHR;
Undocumented in source.
GL_HARDLIGHT_NV
enum GL_HARDLIGHT_NV;
Undocumented in source.
GL_INVERT_RGB_NV
enum GL_INVERT_RGB_NV;
Undocumented in source.
GL_LIGHTEN_KHR
enum GL_LIGHTEN_KHR;
Undocumented in source.
GL_LIGHTEN_NV
enum GL_LIGHTEN_NV;
Undocumented in source.
GL_LINEARBURN_NV
enum GL_LINEARBURN_NV;
Undocumented in source.
GL_LINEARDODGE_NV
enum GL_LINEARDODGE_NV;
Undocumented in source.
GL_LINEARLIGHT_NV
enum GL_LINEARLIGHT_NV;
Undocumented in source.
GL_MINUS_NV
enum GL_MINUS_NV;
Undocumented in source.
GL_MULTIPLY_KHR
enum GL_MULTIPLY_KHR;
Undocumented in source.
GL_MULTIPLY_NV
enum GL_MULTIPLY_NV;
Undocumented in source.
GL_OVERLAY_KHR
enum GL_OVERLAY_KHR;
Undocumented in source.
GL_OVERLAY_NV
enum GL_OVERLAY_NV;
Undocumented in source.
GL_PINLIGHT_NV
enum GL_PINLIGHT_NV;
Undocumented in source.
GL_SCREEN_KHR
enum GL_SCREEN_KHR;
Undocumented in source.
GL_SCREEN_NV
enum GL_SCREEN_NV;
Undocumented in source.
GL_SOFTLIGHT_KHR
enum GL_SOFTLIGHT_KHR;
Undocumented in source.
GL_SOFTLIGHT_NV
enum GL_SOFTLIGHT_NV;
Undocumented in source.
GL_SRC_ATOP_NV
enum GL_SRC_ATOP_NV;
Undocumented in source.
GL_SRC_IN_NV
enum GL_SRC_IN_NV;
Undocumented in source.
GL_SRC_NV
enum GL_SRC_NV;
Undocumented in source.
GL_SRC_OUT_NV
enum GL_SRC_OUT_NV;
Undocumented in source.
GL_SRC_OVER_NV
enum GL_SRC_OVER_NV;
Undocumented in source.
GL_VIVIDLIGHT_NV
enum GL_VIVIDLIGHT_NV;
Undocumented in source.
GL_XOR_NV
enum GL_XOR_NV;
Undocumented in source.
MINUS_CLAMPED_NV
enum MINUS_CLAMPED_NV;
Undocumented in source.

Structs

MaskBinding
struct MaskBinding

A binding between a mask and a mode

Meta