Class ShadercCompilationStatus
java.lang.Object
club.doki7.shaderc.enumtype.ShadercCompilationStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
SUCCESS
public static final int SUCCESS- See Also:
-
INVALID_STAGE
public static final int INVALID_STAGE- See Also:
-
COMPILATION_ERROR
public static final int COMPILATION_ERROR- See Also:
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR- See Also:
-
NULL_RESULT_OBJECT
public static final int NULL_RESULT_OBJECT- See Also:
-
INVALID_ASSEMBLY
public static final int INVALID_ASSEMBLY- See Also:
-
VALIDATION_ERROR
public static final int VALIDATION_ERROR- See Also:
-
TRANSFORMATION_ERROR
public static final int TRANSFORMATION_ERROR- See Also:
-
CONFIGURATION_ERROR
public static final int CONFIGURATION_ERROR- See Also:
-
-
Method Details
-
explain
-