Class GLSLangResourceLimits
java.lang.Object
org.lwjgl.util.shaderc.GLSLangResourceLimits
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded from the shadercSharedLibrary. -
Method Summary
Modifier and TypeMethodDescriptionstatic SharedLibraryReturns the shadercSharedLibrary.static voidglslang_decode_resource_limits(GLSLangResource resources, ByteBuffer config) void glslang_decode_resource_limits(glslang_resource_t * resources, char * config)static @Nullable GLSLangResourceglslang_resource_t const * glslang_default_resource(void)static longconst char * glslang_default_resource_string(void)static @Nullable GLSLangResourceglslang_resource_t * glslang_resource(void)static voidnglslang_decode_resource_limits(long resources, long config) void glslang_decode_resource_limits(glslang_resource_t * resources, char * config)static longglslang_resource_t const * glslang_default_resource(void)static longglslang_resource_t * glslang_resource(void)
-
Method Details
-
getLibrary
Returns the shadercSharedLibrary. -
nglslang_resource
public static long nglslang_resource()glslang_resource_t * glslang_resource(void) -
glslang_resource
glslang_resource_t * glslang_resource(void) -
nglslang_default_resource
public static long nglslang_default_resource()glslang_resource_t const * glslang_default_resource(void) -
glslang_default_resource
@NativeType("glslang_resource_t const *") public static @Nullable GLSLangResource glslang_default_resource()glslang_resource_t const * glslang_default_resource(void) -
glslang_default_resource_string
const char * glslang_default_resource_string(void) -
nglslang_decode_resource_limits
public static void nglslang_decode_resource_limits(long resources, long config) void glslang_decode_resource_limits(glslang_resource_t * resources, char * config) -
glslang_decode_resource_limits
public static void glslang_decode_resource_limits(@NativeType("glslang_resource_t *") GLSLangResource resources, @NativeType("char *") ByteBuffer config) void glslang_decode_resource_limits(glslang_resource_t * resources, char * config)
-