Class GLSLIncludeCallbacks

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct glsl_include_callbacks_t") public class GLSLIncludeCallbacks extends Struct<GLSLIncludeCallbacks> implements NativeResource
struct glsl_include_callbacks_t {
    glsl_include_system_func include_system;
    glsl_include_local_func include_local;
    glsl_free_include_result_func free_include_result;
}