Package com.leia.sdk.views
Class InputGLBinding.SRGBConfig
- java.lang.Object
-
- com.leia.sdk.views.InputGLBinding.SRGBConfig
-
- Enclosing class:
- InputGLBinding
public static class InputGLBinding.SRGBConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
sRGBShaderRead
boolean
sRGBShaderWrite
boolean
sRGBViews
boolean
sRGBWindow
-
Constructor Summary
Constructors Constructor Description SRGBConfig(boolean sRGBWindow, boolean sRGBViews, boolean sRGBShaderRead, boolean sRGBShaderWrite)
SRGBConfig(ColorSpace colorSpace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static InputGLBinding.SRGBConfig
linear()
static InputGLBinding.SRGBConfig
srgb()
static InputGLBinding.SRGBConfig
srgbVideoOptimized()
-
-
-
Constructor Detail
-
SRGBConfig
public SRGBConfig(boolean sRGBWindow, boolean sRGBViews, boolean sRGBShaderRead, boolean sRGBShaderWrite)
-
SRGBConfig
public SRGBConfig(ColorSpace colorSpace)
-
-
Method Detail
-
srgb
public static InputGLBinding.SRGBConfig srgb()
-
linear
public static InputGLBinding.SRGBConfig linear()
-
srgbVideoOptimized
public static InputGLBinding.SRGBConfig srgbVideoOptimized()
-
-