public final class eTSRShaderConstantType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
eShaderConstantType_Array |
static int |
eShaderConstantType_Boolean |
static int |
eShaderConstantType_ConstantBuffer |
static int |
eShaderConstantType_Float |
static int |
eShaderConstantType_Float2 |
static int |
eShaderConstantType_Float3 |
static int |
eShaderConstantType_Float4 |
static int |
eShaderConstantType_Int |
static int |
eShaderConstantType_Matrix3x3 |
static int |
eShaderConstantType_Matrix3x4 |
static int |
eShaderConstantType_Matrix4x3 |
static int |
eShaderConstantType_Matrix4x4 |
static int |
eShaderConstantType_Sampler2D |
static int |
eShaderConstantType_Sampler2DArray |
static int |
eShaderConstantType_Sampler3D |
static int |
eShaderConstantType_SamplerCube |
static int |
eShaderConstantType_Struct |
static int |
eShaderConstantType_Unknown |
Constructor and Description |
---|
eTSRShaderConstantType() |
public static final int eShaderConstantType_Unknown
public static final int eShaderConstantType_Boolean
public static final int eShaderConstantType_Int
public static final int eShaderConstantType_Float
public static final int eShaderConstantType_Float2
public static final int eShaderConstantType_Float3
public static final int eShaderConstantType_Float4
public static final int eShaderConstantType_Matrix3x3
public static final int eShaderConstantType_Matrix4x4
public static final int eShaderConstantType_Matrix4x3
public static final int eShaderConstantType_Matrix3x4
public static final int eShaderConstantType_Sampler2D
public static final int eShaderConstantType_SamplerCube
public static final int eShaderConstantType_Sampler3D
public static final int eShaderConstantType_Sampler2DArray
public static final int eShaderConstantType_Struct
public static final int eShaderConstantType_Array
public static final int eShaderConstantType_ConstantBuffer