public abstract class ShadercIncludeResolve extends org.lwjgl.system.Callback implements ShadercIncludeResolveI
compile_options_set_include_callbacks function.
shaderc_include_result * (*) (
void *user_data,
char const *requested_source,
int type,
char const *requesting_source,
size_t include_depth
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static ShadercIncludeResolve |
create(long functionPointer)
Creates a
ShadercIncludeResolve instance from the specified function pointer. |
static ShadercIncludeResolve |
create(ShadercIncludeResolveI instance)
Creates a
ShadercIncludeResolve instance that delegates to the specified ShadercIncludeResolveI instance. |
static ShadercIncludeResolve |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static ShadercIncludeResolve create(long functionPointer)
ShadercIncludeResolve instance from the specified function pointer.ShadercIncludeResolve@Nullable public static ShadercIncludeResolve createSafe(long functionPointer)
public static ShadercIncludeResolve create(ShadercIncludeResolveI instance)
ShadercIncludeResolve instance that delegates to the specified ShadercIncludeResolveI instance.Copyright LWJGL. All Rights Reserved. License terms.