Uses of Package
com.raylib.jextract
Packages that use com.raylib.jextract
-
Classes in com.raylib.jextract used by com.raylib.jextractClassDescriptionThe function pointer signature, expressed as a functional interface
struct Camera3D { Vector3 position; Vector3 target; Vector3 up; float fovy; int projection; }
The function pointer signature, expressed as a functional interfaceThe function pointer signature, expressed as a functional interfaceVariadic invoker class for:const char *TextFormat(const char *text, ...)
Variadic invoker class for:void TraceLog(int logLevel, const char *text, ...)
struct RenderTexture { unsigned int id; Texture texture; Texture depth; }
The function pointer signature, expressed as a functional interfaceThe function pointer signature, expressed as a functional interfacestruct Texture { unsigned int id; int width; int height; int mipmaps; int format; }
The function pointer signature, expressed as a functional interfacestruct Vector4 { float x; float y; float z; float w; }