Contents
- Description
- Nested Class Summary
- Field Summary
- Method Summary
- Field Details
- __u_char
- __u_short
- __u_int
- __u_long
- __int8_t
- __uint8_t
- __int16_t
- __uint16_t
- __int32_t
- __uint32_t
- __int64_t
- __uint64_t
- __int_least8_t
- __uint_least8_t
- __int_least16_t
- __uint_least16_t
- __int_least32_t
- __uint_least32_t
- __int_least64_t
- __uint_least64_t
- __quad_t
- __u_quad_t
- __intmax_t
- __uintmax_t
- __dev_t
- __uid_t
- __gid_t
- __ino_t
- __ino64_t
- __mode_t
- __nlink_t
- __off_t
- __off64_t
- __pid_t
- __clock_t
- __rlim_t
- __rlim64_t
- __id_t
- __time_t
- __useconds_t
- __suseconds_t
- __suseconds64_t
- __daddr_t
- __key_t
- __clockid_t
- __timer_t
- __blksize_t
- __blkcnt_t
- __blkcnt64_t
- __fsblkcnt_t
- __fsblkcnt64_t
- __fsfilcnt_t
- __fsfilcnt64_t
- __fsword_t
- __ssize_t
- __syscall_slong_t
- __syscall_ulong_t
- __loff_t
- __caddr_t
- __intptr_t
- __socklen_t
- __sig_atomic_t
- _Float32
- _Float64
- _Float32x
- float_t
- double_t
- Method Details
- PauseSound$descriptor()
- PauseSound$handle()
- PauseSound$address()
- PauseSound(MemorySegment)
- ResumeSound$descriptor()
- ResumeSound$handle()
- ResumeSound$address()
- ResumeSound(MemorySegment)
- IsSoundPlaying$descriptor()
- IsSoundPlaying$handle()
- IsSoundPlaying$address()
- IsSoundPlaying(MemorySegment)
- SetSoundVolume$descriptor()
- SetSoundVolume$handle()
- SetSoundVolume$address()
- SetSoundVolume(MemorySegment, float)
- SetSoundPitch$descriptor()
- SetSoundPitch$handle()
- SetSoundPitch$address()
- SetSoundPitch(MemorySegment, float)
- SetSoundPan$descriptor()
- SetSoundPan$handle()
- SetSoundPan$address()
- SetSoundPan(MemorySegment, float)
- WaveCopy$descriptor()
- WaveCopy$handle()
- WaveCopy$address()
- WaveCopy(SegmentAllocator, MemorySegment)
- WaveCrop$descriptor()
- WaveCrop$handle()
- WaveCrop$address()
- WaveCrop(MemorySegment, int, int)
- WaveFormat$descriptor()
- WaveFormat$handle()
- WaveFormat$address()
- WaveFormat(MemorySegment, int, int, int)
- LoadWaveSamples$descriptor()
- LoadWaveSamples$handle()
- LoadWaveSamples$address()
- LoadWaveSamples(MemorySegment)
- UnloadWaveSamples$descriptor()
- UnloadWaveSamples$handle()
- UnloadWaveSamples$address()
- UnloadWaveSamples(MemorySegment)
- LoadMusicStream$descriptor()
- LoadMusicStream$handle()
- LoadMusicStream$address()
- LoadMusicStream(SegmentAllocator, MemorySegment)
- LoadMusicStreamFromMemory$descriptor()
- LoadMusicStreamFromMemory$handle()
- LoadMusicStreamFromMemory$address()
- LoadMusicStreamFromMemory(SegmentAllocator, MemorySegment, MemorySegment, int)
- IsMusicValid$descriptor()
- IsMusicValid$handle()
- IsMusicValid$address()
- IsMusicValid(MemorySegment)
- UnloadMusicStream$descriptor()
- UnloadMusicStream$handle()
- UnloadMusicStream$address()
- UnloadMusicStream(MemorySegment)
- PlayMusicStream$descriptor()
- PlayMusicStream$handle()
- PlayMusicStream$address()
- PlayMusicStream(MemorySegment)
- IsMusicStreamPlaying$descriptor()
- IsMusicStreamPlaying$handle()
- IsMusicStreamPlaying$address()
- IsMusicStreamPlaying(MemorySegment)
- UpdateMusicStream$descriptor()
- UpdateMusicStream$handle()
- UpdateMusicStream$address()
- UpdateMusicStream(MemorySegment)
- StopMusicStream$descriptor()
- StopMusicStream$handle()
- StopMusicStream$address()
- StopMusicStream(MemorySegment)
- PauseMusicStream$descriptor()
- PauseMusicStream$handle()
- PauseMusicStream$address()
- PauseMusicStream(MemorySegment)
- ResumeMusicStream$descriptor()
- ResumeMusicStream$handle()
- ResumeMusicStream$address()
- ResumeMusicStream(MemorySegment)
- SeekMusicStream$descriptor()
- SeekMusicStream$handle()
- SeekMusicStream$address()
- SeekMusicStream(MemorySegment, float)
- SetMusicVolume$descriptor()
- SetMusicVolume$handle()
- SetMusicVolume$address()
- SetMusicVolume(MemorySegment, float)
- SetMusicPitch$descriptor()
- SetMusicPitch$handle()
- SetMusicPitch$address()
- SetMusicPitch(MemorySegment, float)
- SetMusicPan$descriptor()
- SetMusicPan$handle()
- SetMusicPan$address()
- SetMusicPan(MemorySegment, float)
- GetMusicTimeLength$descriptor()
- GetMusicTimeLength$handle()
- GetMusicTimeLength$address()
- GetMusicTimeLength(MemorySegment)
- GetMusicTimePlayed$descriptor()
- GetMusicTimePlayed$handle()
- GetMusicTimePlayed$address()
- GetMusicTimePlayed(MemorySegment)
- LoadAudioStream$descriptor()
- LoadAudioStream$handle()
- LoadAudioStream$address()
- LoadAudioStream(SegmentAllocator, int, int, int)
- IsAudioStreamValid$descriptor()
- IsAudioStreamValid$handle()
- IsAudioStreamValid$address()
- IsAudioStreamValid(MemorySegment)
- UnloadAudioStream$descriptor()
- UnloadAudioStream$handle()
- UnloadAudioStream$address()
- UnloadAudioStream(MemorySegment)
- UpdateAudioStream$descriptor()
- UpdateAudioStream$handle()
- UpdateAudioStream$address()
- UpdateAudioStream(MemorySegment, MemorySegment, int)
- IsAudioStreamProcessed$descriptor()
- IsAudioStreamProcessed$handle()
- IsAudioStreamProcessed$address()
- IsAudioStreamProcessed(MemorySegment)
- PlayAudioStream$descriptor()
- PlayAudioStream$handle()
- PlayAudioStream$address()
- PlayAudioStream(MemorySegment)
- PauseAudioStream$descriptor()
- PauseAudioStream$handle()
- PauseAudioStream$address()
- PauseAudioStream(MemorySegment)
- ResumeAudioStream$descriptor()
- ResumeAudioStream$handle()
- ResumeAudioStream$address()
- ResumeAudioStream(MemorySegment)
- IsAudioStreamPlaying$descriptor()
- IsAudioStreamPlaying$handle()
- IsAudioStreamPlaying$address()
- IsAudioStreamPlaying(MemorySegment)
- StopAudioStream$descriptor()
- StopAudioStream$handle()
- StopAudioStream$address()
- StopAudioStream(MemorySegment)
- SetAudioStreamVolume$descriptor()
- SetAudioStreamVolume$handle()
- SetAudioStreamVolume$address()
- SetAudioStreamVolume(MemorySegment, float)
- SetAudioStreamPitch$descriptor()
- SetAudioStreamPitch$handle()
- SetAudioStreamPitch$address()
- SetAudioStreamPitch(MemorySegment, float)
- SetAudioStreamPan$descriptor()
- SetAudioStreamPan$handle()
- SetAudioStreamPan$address()
- SetAudioStreamPan(MemorySegment, float)
- SetAudioStreamBufferSizeDefault$descriptor()
- SetAudioStreamBufferSizeDefault$handle()
- SetAudioStreamBufferSizeDefault$address()
- SetAudioStreamBufferSizeDefault(int)
- SetAudioStreamCallback$descriptor()
- SetAudioStreamCallback$handle()
- SetAudioStreamCallback$address()
- SetAudioStreamCallback(MemorySegment, MemorySegment)
- AttachAudioStreamProcessor$descriptor()
- AttachAudioStreamProcessor$handle()
- AttachAudioStreamProcessor$address()
- AttachAudioStreamProcessor(MemorySegment, MemorySegment)
- DetachAudioStreamProcessor$descriptor()
- DetachAudioStreamProcessor$handle()
- DetachAudioStreamProcessor$address()
- DetachAudioStreamProcessor(MemorySegment, MemorySegment)
- AttachAudioMixedProcessor$descriptor()
- AttachAudioMixedProcessor$handle()
- AttachAudioMixedProcessor$address()
- AttachAudioMixedProcessor(MemorySegment)
- DetachAudioMixedProcessor$descriptor()
- DetachAudioMixedProcessor$handle()
- DetachAudioMixedProcessor$address()
- DetachAudioMixedProcessor(MemorySegment)
- RL_OPENGL_11()
- RL_OPENGL_21()
- RL_OPENGL_33()
- RL_OPENGL_43()
- RL_OPENGL_ES_20()
- RL_OPENGL_ES_30()
- RL_LOG_ALL()
- RL_LOG_TRACE()
- RL_LOG_DEBUG()
- RL_LOG_INFO()
- RL_LOG_WARNING()
- RL_LOG_ERROR()
- RL_LOG_FATAL()
- RL_LOG_NONE()
- RL_PIXELFORMAT_UNCOMPRESSED_GRAYSCALE()
- RL_PIXELFORMAT_UNCOMPRESSED_GRAY_ALPHA()
- RL_PIXELFORMAT_UNCOMPRESSED_R5G6B5()
- RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8()
- RL_PIXELFORMAT_UNCOMPRESSED_R5G5B5A1()
- RL_PIXELFORMAT_UNCOMPRESSED_R4G4B4A4()
- RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8A8()
- RL_PIXELFORMAT_UNCOMPRESSED_R32()
- RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32()
- RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32A32()
- RL_PIXELFORMAT_UNCOMPRESSED_R16()
- RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16()
- RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16A16()
- RL_PIXELFORMAT_COMPRESSED_DXT1_RGB()
- RL_PIXELFORMAT_COMPRESSED_DXT1_RGBA()
- RL_PIXELFORMAT_COMPRESSED_DXT3_RGBA()
- RL_PIXELFORMAT_COMPRESSED_DXT5_RGBA()
- RL_PIXELFORMAT_COMPRESSED_ETC1_RGB()
- RL_PIXELFORMAT_COMPRESSED_ETC2_RGB()
- RL_PIXELFORMAT_COMPRESSED_ETC2_EAC_RGBA()
- RL_PIXELFORMAT_COMPRESSED_PVRT_RGB()
- RL_PIXELFORMAT_COMPRESSED_PVRT_RGBA()
- RL_PIXELFORMAT_COMPRESSED_ASTC_4x4_RGBA()
- RL_PIXELFORMAT_COMPRESSED_ASTC_8x8_RGBA()
- RL_TEXTURE_FILTER_POINT()
- RL_TEXTURE_FILTER_BILINEAR()
- RL_TEXTURE_FILTER_TRILINEAR()
- RL_TEXTURE_FILTER_ANISOTROPIC_4X()
- RL_TEXTURE_FILTER_ANISOTROPIC_8X()
- RL_TEXTURE_FILTER_ANISOTROPIC_16X()
- RL_BLEND_ALPHA()
- RL_BLEND_ADDITIVE()
- RL_BLEND_MULTIPLIED()
- RL_BLEND_ADD_COLORS()
- RL_BLEND_SUBTRACT_COLORS()
- RL_BLEND_ALPHA_PREMULTIPLY()
- RL_BLEND_CUSTOM()
- RL_BLEND_CUSTOM_SEPARATE()
- RL_SHADER_LOC_VERTEX_POSITION()
- RL_SHADER_LOC_VERTEX_TEXCOORD01()
- RL_SHADER_LOC_VERTEX_TEXCOORD02()
- RL_SHADER_LOC_VERTEX_NORMAL()
- RL_SHADER_LOC_VERTEX_TANGENT()
- RL_SHADER_LOC_VERTEX_COLOR()
- RL_SHADER_LOC_MATRIX_MVP()
- RL_SHADER_LOC_MATRIX_VIEW()
- RL_SHADER_LOC_MATRIX_PROJECTION()
- RL_SHADER_LOC_MATRIX_MODEL()
- RL_SHADER_LOC_MATRIX_NORMAL()
- RL_SHADER_LOC_VECTOR_VIEW()
- RL_SHADER_LOC_COLOR_DIFFUSE()
- RL_SHADER_LOC_COLOR_SPECULAR()
- RL_SHADER_LOC_COLOR_AMBIENT()
- RL_SHADER_LOC_MAP_ALBEDO()
- RL_SHADER_LOC_MAP_METALNESS()
- RL_SHADER_LOC_MAP_NORMAL()
- RL_SHADER_LOC_MAP_ROUGHNESS()
- RL_SHADER_LOC_MAP_OCCLUSION()
- RL_SHADER_LOC_MAP_EMISSION()
- RL_SHADER_LOC_MAP_HEIGHT()
- RL_SHADER_LOC_MAP_CUBEMAP()
- RL_SHADER_LOC_MAP_IRRADIANCE()
- RL_SHADER_LOC_MAP_PREFILTER()
- RL_SHADER_LOC_MAP_BRDF()
- RL_SHADER_UNIFORM_FLOAT()
- RL_SHADER_UNIFORM_VEC2()
- RL_SHADER_UNIFORM_VEC3()
- RL_SHADER_UNIFORM_VEC4()
- RL_SHADER_UNIFORM_INT()
- RL_SHADER_UNIFORM_IVEC2()
- RL_SHADER_UNIFORM_IVEC3()
- RL_SHADER_UNIFORM_IVEC4()
- RL_SHADER_UNIFORM_UINT()
- RL_SHADER_UNIFORM_UIVEC2()
- RL_SHADER_UNIFORM_UIVEC3()
- RL_SHADER_UNIFORM_UIVEC4()
- RL_SHADER_UNIFORM_SAMPLER2D()
- RL_SHADER_ATTRIB_FLOAT()
- RL_SHADER_ATTRIB_VEC2()
- RL_SHADER_ATTRIB_VEC3()
- RL_SHADER_ATTRIB_VEC4()
- RL_ATTACHMENT_COLOR_CHANNEL0()
- RL_ATTACHMENT_COLOR_CHANNEL1()
- RL_ATTACHMENT_COLOR_CHANNEL2()
- RL_ATTACHMENT_COLOR_CHANNEL3()
- RL_ATTACHMENT_COLOR_CHANNEL4()
- RL_ATTACHMENT_COLOR_CHANNEL5()
- RL_ATTACHMENT_COLOR_CHANNEL6()
- RL_ATTACHMENT_COLOR_CHANNEL7()
- RL_ATTACHMENT_DEPTH()
- RL_ATTACHMENT_STENCIL()
- RL_ATTACHMENT_CUBEMAP_POSITIVE_X()
- RL_ATTACHMENT_CUBEMAP_NEGATIVE_X()
- RL_ATTACHMENT_CUBEMAP_POSITIVE_Y()
- RL_ATTACHMENT_CUBEMAP_NEGATIVE_Y()
- RL_ATTACHMENT_CUBEMAP_POSITIVE_Z()
- RL_ATTACHMENT_CUBEMAP_NEGATIVE_Z()
- RL_ATTACHMENT_TEXTURE2D()
- RL_ATTACHMENT_RENDERBUFFER()
- RL_CULL_FACE_FRONT()
- RL_CULL_FACE_BACK()
- rlMatrixMode$descriptor()
- rlMatrixMode$handle()
- rlMatrixMode$address()
- rlMatrixMode(int)
- rlPushMatrix$descriptor()
- rlPushMatrix$handle()
- rlPushMatrix$address()
- rlPushMatrix()
- rlPopMatrix$descriptor()
- rlPopMatrix$handle()
- rlPopMatrix$address()
- rlPopMatrix()
- rlLoadIdentity$descriptor()
- rlLoadIdentity$handle()
- rlLoadIdentity$address()
- rlLoadIdentity()
- rlTranslatef$descriptor()
- rlTranslatef$handle()
- rlTranslatef$address()
- rlTranslatef(float, float, float)
- rlRotatef$descriptor()
- rlRotatef$handle()
- rlRotatef$address()
- rlRotatef(float, float, float, float)
- rlScalef$descriptor()
- rlScalef$handle()
- rlScalef$address()
- rlScalef(float, float, float)
- rlMultMatrixf$descriptor()
- rlMultMatrixf$handle()
- rlMultMatrixf$address()
- rlMultMatrixf(MemorySegment)
- rlFrustum$descriptor()
- rlFrustum$handle()
- rlFrustum$address()
- rlFrustum(double, double, double, double, double, double)
- rlOrtho$descriptor()
- rlOrtho$handle()
- rlOrtho$address()
- rlOrtho(double, double, double, double, double, double)
- rlViewport$descriptor()
- rlViewport$handle()
- rlViewport$address()
- rlViewport(int, int, int, int)
- rlSetClipPlanes$descriptor()
- rlSetClipPlanes$handle()
- rlSetClipPlanes$address()
- rlSetClipPlanes(double, double)
- rlGetCullDistanceNear$descriptor()
- rlGetCullDistanceNear$handle()
- rlGetCullDistanceNear$address()
- rlGetCullDistanceNear()
- rlGetCullDistanceFar$descriptor()
- rlGetCullDistanceFar$handle()
- rlGetCullDistanceFar$address()
- rlGetCullDistanceFar()
- rlBegin$descriptor()
- rlBegin$handle()
- rlBegin$address()
- rlBegin(int)
- rlEnd$descriptor()
- rlEnd$handle()
- rlEnd$address()
- rlEnd()
- rlVertex2i$descriptor()
- rlVertex2i$handle()
- rlVertex2i$address()
- rlVertex2i(int, int)
- rlVertex2f$descriptor()
- rlVertex2f$handle()
- rlVertex2f$address()
- rlVertex2f(float, float)
- rlVertex3f$descriptor()
- rlVertex3f$handle()
- rlVertex3f$address()
- rlVertex3f(float, float, float)
- rlTexCoord2f$descriptor()
- rlTexCoord2f$handle()
- rlTexCoord2f$address()
- rlTexCoord2f(float, float)
- rlNormal3f$descriptor()
- rlNormal3f$handle()
- rlNormal3f$address()
- rlNormal3f(float, float, float)
- rlColor4ub$descriptor()
- rlColor4ub$handle()
- rlColor4ub$address()
- rlColor4ub(byte, byte, byte, byte)
- rlColor3f$descriptor()
- rlColor3f$handle()
- rlColor3f$address()
- rlColor3f(float, float, float)
- rlColor4f$descriptor()
- rlColor4f$handle()
- rlColor4f$address()
- rlColor4f(float, float, float, float)
- rlEnableVertexArray$descriptor()
- rlEnableVertexArray$handle()
- rlEnableVertexArray$address()
- rlEnableVertexArray(int)
- rlDisableVertexArray$descriptor()
- rlDisableVertexArray$handle()
- rlDisableVertexArray$address()
- rlDisableVertexArray()
- rlEnableVertexBuffer$descriptor()
- rlEnableVertexBuffer$handle()
- rlEnableVertexBuffer$address()
- rlEnableVertexBuffer(int)
- rlDisableVertexBuffer$descriptor()
- rlDisableVertexBuffer$handle()
- rlDisableVertexBuffer$address()
- rlDisableVertexBuffer()
- rlEnableVertexBufferElement$descriptor()
- rlEnableVertexBufferElement$handle()
- rlEnableVertexBufferElement$address()
- rlEnableVertexBufferElement(int)
- rlDisableVertexBufferElement$descriptor()
- rlDisableVertexBufferElement$handle()
- rlDisableVertexBufferElement$address()
- rlDisableVertexBufferElement()
- rlEnableVertexAttribute$descriptor()
- rlEnableVertexAttribute$handle()
- rlEnableVertexAttribute$address()
- rlEnableVertexAttribute(int)
- rlDisableVertexAttribute$descriptor()
- rlDisableVertexAttribute$handle()
- rlDisableVertexAttribute$address()
- rlDisableVertexAttribute(int)
- rlActiveTextureSlot$descriptor()
- rlActiveTextureSlot$handle()
- rlActiveTextureSlot$address()
- rlActiveTextureSlot(int)
- rlEnableTexture$descriptor()
- rlEnableTexture$handle()
- rlEnableTexture$address()
- rlEnableTexture(int)
- rlDisableTexture$descriptor()
- rlDisableTexture$handle()
- rlDisableTexture$address()
- rlDisableTexture()
- rlEnableTextureCubemap$descriptor()
- rlEnableTextureCubemap$handle()
- rlEnableTextureCubemap$address()
- rlEnableTextureCubemap(int)
- rlDisableTextureCubemap$descriptor()
- rlDisableTextureCubemap$handle()
- rlDisableTextureCubemap$address()
- rlDisableTextureCubemap()
- rlTextureParameters$descriptor()
- rlTextureParameters$handle()
- rlTextureParameters$address()
- rlTextureParameters(int, int, int)
- rlCubemapParameters$descriptor()
- rlCubemapParameters$handle()
- rlCubemapParameters$address()
- rlCubemapParameters(int, int, int)
- rlEnableShader$descriptor()
- rlEnableShader$handle()
- rlEnableShader$address()
- rlEnableShader(int)
- rlDisableShader$descriptor()
- rlDisableShader$handle()
- rlDisableShader$address()
- rlDisableShader()
- rlEnableFramebuffer$descriptor()
- rlEnableFramebuffer$handle()
- rlEnableFramebuffer$address()
- rlEnableFramebuffer(int)
- rlDisableFramebuffer$descriptor()
- rlDisableFramebuffer$handle()
- rlDisableFramebuffer$address()
- rlDisableFramebuffer()
- rlGetActiveFramebuffer$descriptor()
- rlGetActiveFramebuffer$handle()
- rlGetActiveFramebuffer$address()
- rlGetActiveFramebuffer()
- rlActiveDrawBuffers$descriptor()
- rlActiveDrawBuffers$handle()
- rlActiveDrawBuffers$address()
- rlActiveDrawBuffers(int)
- rlBlitFramebuffer$descriptor()
- rlBlitFramebuffer$handle()
- rlBlitFramebuffer$address()
- rlBlitFramebuffer(int, int, int, int, int, int, int, int, int)
- rlBindFramebuffer$descriptor()
- rlBindFramebuffer$handle()
- rlBindFramebuffer$address()
- rlBindFramebuffer(int, int)
- rlEnableColorBlend$descriptor()
- rlEnableColorBlend$handle()
- rlEnableColorBlend$address()
- rlEnableColorBlend()
- rlDisableColorBlend$descriptor()
- rlDisableColorBlend$handle()
- rlDisableColorBlend$address()
- rlDisableColorBlend()
- rlEnableDepthTest$descriptor()
- rlEnableDepthTest$handle()
- rlEnableDepthTest$address()
- rlEnableDepthTest()
- rlDisableDepthTest$descriptor()
- rlDisableDepthTest$handle()
- rlDisableDepthTest$address()
- rlDisableDepthTest()
- rlEnableDepthMask$descriptor()
- rlEnableDepthMask$handle()
- rlEnableDepthMask$address()
- rlEnableDepthMask()
- rlDisableDepthMask$descriptor()
- rlDisableDepthMask$handle()
- rlDisableDepthMask$address()
- rlDisableDepthMask()
- rlEnableBackfaceCulling$descriptor()
- rlEnableBackfaceCulling$handle()
- rlEnableBackfaceCulling$address()
- rlEnableBackfaceCulling()
- rlDisableBackfaceCulling$descriptor()
- rlDisableBackfaceCulling$handle()
- rlDisableBackfaceCulling$address()
- rlDisableBackfaceCulling()
- rlColorMask$descriptor()
- rlColorMask$handle()
- rlColorMask$address()
- rlColorMask(boolean, boolean, boolean, boolean)
- rlSetCullFace$descriptor()
- rlSetCullFace$handle()
- rlSetCullFace$address()
- rlSetCullFace(int)
- rlEnableScissorTest$descriptor()
- rlEnableScissorTest$handle()
- rlEnableScissorTest$address()
- rlEnableScissorTest()
- rlDisableScissorTest$descriptor()
- rlDisableScissorTest$handle()
- rlDisableScissorTest$address()
- rlDisableScissorTest()
- rlScissor$descriptor()
- rlScissor$handle()
- rlScissor$address()
- rlScissor(int, int, int, int)
- rlEnableWireMode$descriptor()
- rlEnableWireMode$handle()
- rlEnableWireMode$address()
- rlEnableWireMode()
- rlEnablePointMode$descriptor()
- rlEnablePointMode$handle()
- rlEnablePointMode$address()
- rlEnablePointMode()
- rlDisableWireMode$descriptor()
- rlDisableWireMode$handle()
- rlDisableWireMode$address()
- rlDisableWireMode()
- rlSetLineWidth$descriptor()
- rlSetLineWidth$handle()
- rlSetLineWidth$address()
- rlSetLineWidth(float)
- rlGetLineWidth$descriptor()
- rlGetLineWidth$handle()
- rlGetLineWidth$address()
- rlGetLineWidth()
- rlEnableSmoothLines$descriptor()
- rlEnableSmoothLines$handle()
- rlEnableSmoothLines$address()
- rlEnableSmoothLines()
- rlDisableSmoothLines$descriptor()
- rlDisableSmoothLines$handle()
- rlDisableSmoothLines$address()
- rlDisableSmoothLines()
- rlEnableStereoRender$descriptor()
- rlEnableStereoRender$handle()
- rlEnableStereoRender$address()
- rlEnableStereoRender()
- rlDisableStereoRender$descriptor()
- rlDisableStereoRender$handle()
- rlDisableStereoRender$address()
- rlDisableStereoRender()
- rlIsStereoRenderEnabled$descriptor()
- rlIsStereoRenderEnabled$handle()
- rlIsStereoRenderEnabled$address()
- rlIsStereoRenderEnabled()
- rlClearColor$descriptor()
- rlClearColor$handle()
- rlClearColor$address()
- rlClearColor(byte, byte, byte, byte)
- rlClearScreenBuffers$descriptor()
- rlClearScreenBuffers$handle()
- rlClearScreenBuffers$address()
- rlClearScreenBuffers()
- rlCheckErrors$descriptor()
- rlCheckErrors$handle()
- rlCheckErrors$address()
- rlCheckErrors()
- rlSetBlendMode$descriptor()
- rlSetBlendMode$handle()
- rlSetBlendMode$address()
- rlSetBlendMode(int)
- rlSetBlendFactors$descriptor()
- rlSetBlendFactors$handle()
- rlSetBlendFactors$address()
- rlSetBlendFactors(int, int, int)
- rlSetBlendFactorsSeparate$descriptor()
- rlSetBlendFactorsSeparate$handle()
- rlSetBlendFactorsSeparate$address()
- rlSetBlendFactorsSeparate(int, int, int, int, int, int)
- rlglInit$descriptor()
- rlglInit$handle()
- rlglInit$address()
- rlglInit(int, int)
- rlglClose$descriptor()
- rlglClose$handle()
- rlglClose$address()
- rlglClose()
- rlLoadExtensions$descriptor()
- rlLoadExtensions$handle()
- rlLoadExtensions$address()
- rlLoadExtensions(MemorySegment)
- rlGetVersion$descriptor()
- rlGetVersion$handle()
- rlGetVersion$address()
- rlGetVersion()
- rlSetFramebufferWidth$descriptor()
- rlSetFramebufferWidth$handle()
- rlSetFramebufferWidth$address()
- rlSetFramebufferWidth(int)
- rlGetFramebufferWidth$descriptor()
- rlGetFramebufferWidth$handle()
- rlGetFramebufferWidth$address()
- rlGetFramebufferWidth()
- rlSetFramebufferHeight$descriptor()
- rlSetFramebufferHeight$handle()
- rlSetFramebufferHeight$address()
- rlSetFramebufferHeight(int)
- rlGetFramebufferHeight$descriptor()
- rlGetFramebufferHeight$handle()
- rlGetFramebufferHeight$address()
- rlGetFramebufferHeight()
- rlGetTextureIdDefault$descriptor()
- rlGetTextureIdDefault$handle()
- rlGetTextureIdDefault$address()
- rlGetTextureIdDefault()
- rlGetShaderIdDefault$descriptor()
- rlGetShaderIdDefault$handle()
- rlGetShaderIdDefault$address()
- rlGetShaderIdDefault()
- rlGetShaderLocsDefault$descriptor()
- rlGetShaderLocsDefault$handle()
- rlGetShaderLocsDefault$address()
- rlGetShaderLocsDefault()
- rlLoadRenderBatch$descriptor()
- rlLoadRenderBatch$handle()
- rlLoadRenderBatch$address()
- rlLoadRenderBatch(SegmentAllocator, int, int)
- rlUnloadRenderBatch$descriptor()
- rlUnloadRenderBatch$handle()
- rlUnloadRenderBatch$address()
- rlUnloadRenderBatch(MemorySegment)
- rlDrawRenderBatch$descriptor()
- rlDrawRenderBatch$handle()
- rlDrawRenderBatch$address()
- rlDrawRenderBatch(MemorySegment)
- rlSetRenderBatchActive$descriptor()
- rlSetRenderBatchActive$handle()
- rlSetRenderBatchActive$address()
- rlSetRenderBatchActive(MemorySegment)
- rlDrawRenderBatchActive$descriptor()
- rlDrawRenderBatchActive$handle()
- rlDrawRenderBatchActive$address()
- rlDrawRenderBatchActive()
- rlCheckRenderBatchLimit$descriptor()
- rlCheckRenderBatchLimit$handle()
- rlCheckRenderBatchLimit$address()
- rlCheckRenderBatchLimit(int)
- rlSetTexture$descriptor()
- rlSetTexture$handle()
- rlSetTexture$address()
- rlSetTexture(int)
- rlLoadVertexArray$descriptor()
- rlLoadVertexArray$handle()
- rlLoadVertexArray$address()
- rlLoadVertexArray()
- rlLoadVertexBuffer$descriptor()
- rlLoadVertexBuffer$handle()
- rlLoadVertexBuffer$address()
- rlLoadVertexBuffer(MemorySegment, int, boolean)
- rlLoadVertexBufferElement$descriptor()
- rlLoadVertexBufferElement$handle()
- rlLoadVertexBufferElement$address()
- rlLoadVertexBufferElement(MemorySegment, int, boolean)
- rlUpdateVertexBuffer$descriptor()
- rlUpdateVertexBuffer$handle()
- rlUpdateVertexBuffer$address()
- rlUpdateVertexBuffer(int, MemorySegment, int, int)
- rlUpdateVertexBufferElements$descriptor()
- rlUpdateVertexBufferElements$handle()
- rlUpdateVertexBufferElements$address()
- rlUpdateVertexBufferElements(int, MemorySegment, int, int)
- rlUnloadVertexArray$descriptor()
- rlUnloadVertexArray$handle()
- rlUnloadVertexArray$address()
- rlUnloadVertexArray(int)
- rlUnloadVertexBuffer$descriptor()
- rlUnloadVertexBuffer$handle()
- rlUnloadVertexBuffer$address()
- rlUnloadVertexBuffer(int)
- rlSetVertexAttribute$descriptor()
- rlSetVertexAttribute$handle()
- rlSetVertexAttribute$address()
- rlSetVertexAttribute(int, int, int, boolean, int, int)
- rlSetVertexAttributeDivisor$descriptor()
- rlSetVertexAttributeDivisor$handle()
- rlSetVertexAttributeDivisor$address()
- rlSetVertexAttributeDivisor(int, int)
- rlSetVertexAttributeDefault$descriptor()
- rlSetVertexAttributeDefault$handle()
- rlSetVertexAttributeDefault$address()
- rlSetVertexAttributeDefault(int, MemorySegment, int, int)
- rlDrawVertexArray$descriptor()
- rlDrawVertexArray$handle()
- rlDrawVertexArray$address()
- rlDrawVertexArray(int, int)
- rlDrawVertexArrayElements$descriptor()
- rlDrawVertexArrayElements$handle()
- rlDrawVertexArrayElements$address()
- rlDrawVertexArrayElements(int, int, MemorySegment)
- rlDrawVertexArrayInstanced$descriptor()
- rlDrawVertexArrayInstanced$handle()
- rlDrawVertexArrayInstanced$address()
- rlDrawVertexArrayInstanced(int, int, int)
- rlDrawVertexArrayElementsInstanced$descriptor()
- rlDrawVertexArrayElementsInstanced$handle()
- rlDrawVertexArrayElementsInstanced$address()
- rlDrawVertexArrayElementsInstanced(int, int, MemorySegment, int)
- rlLoadTexture$descriptor()
- rlLoadTexture$handle()
- rlLoadTexture$address()
- rlLoadTexture(MemorySegment, int, int, int, int)
- rlLoadTextureDepth$descriptor()
- rlLoadTextureDepth$handle()
- rlLoadTextureDepth$address()
- rlLoadTextureDepth(int, int, boolean)
- rlLoadTextureCubemap$descriptor()
- rlLoadTextureCubemap$handle()
- rlLoadTextureCubemap$address()
- rlLoadTextureCubemap(MemorySegment, int, int, int)
- rlUpdateTexture$descriptor()
- rlUpdateTexture$handle()
- rlUpdateTexture$address()
- rlUpdateTexture(int, int, int, int, int, int, MemorySegment)
- rlGetGlTextureFormats$descriptor()
- rlGetGlTextureFormats$handle()
- rlGetGlTextureFormats$address()
- rlGetGlTextureFormats(int, MemorySegment, MemorySegment, MemorySegment)
- rlGetPixelFormatName$descriptor()
- rlGetPixelFormatName$handle()
- rlGetPixelFormatName$address()
- rlGetPixelFormatName(int)
- rlUnloadTexture$descriptor()
- rlUnloadTexture$handle()
- rlUnloadTexture$address()
- rlUnloadTexture(int)
- rlGenTextureMipmaps$descriptor()
- rlGenTextureMipmaps$handle()
- rlGenTextureMipmaps$address()
- rlGenTextureMipmaps(int, int, int, int, MemorySegment)
- rlReadTexturePixels$descriptor()
- rlReadTexturePixels$handle()
- rlReadTexturePixels$address()
- rlReadTexturePixels(int, int, int, int)
- rlReadScreenPixels$descriptor()
- rlReadScreenPixels$handle()
- rlReadScreenPixels$address()
- rlReadScreenPixels(int, int)
- rlLoadFramebuffer$descriptor()
- rlLoadFramebuffer$handle()
- rlLoadFramebuffer$address()
- rlLoadFramebuffer()
- rlFramebufferAttach$descriptor()
- rlFramebufferAttach$handle()
- rlFramebufferAttach$address()
- rlFramebufferAttach(int, int, int, int, int)
- rlFramebufferComplete$descriptor()
- rlFramebufferComplete$handle()
- rlFramebufferComplete$address()
- rlFramebufferComplete(int)
- rlUnloadFramebuffer$descriptor()
- rlUnloadFramebuffer$handle()
- rlUnloadFramebuffer$address()
- rlUnloadFramebuffer(int)
- rlLoadShaderCode$descriptor()
- rlLoadShaderCode$handle()
- rlLoadShaderCode$address()
- rlLoadShaderCode(MemorySegment, MemorySegment)
- rlCompileShader$descriptor()
- rlCompileShader$handle()
- rlCompileShader$address()
- rlCompileShader(MemorySegment, int)
- rlLoadShaderProgram$descriptor()
- rlLoadShaderProgram$handle()
- rlLoadShaderProgram$address()
- rlLoadShaderProgram(int, int)
- rlUnloadShaderProgram$descriptor()
- rlUnloadShaderProgram$handle()
- rlUnloadShaderProgram$address()
- rlUnloadShaderProgram(int)
- rlGetLocationUniform$descriptor()
- rlGetLocationUniform$handle()
- rlGetLocationUniform$address()
- rlGetLocationUniform(int, MemorySegment)
- rlGetLocationAttrib$descriptor()
- rlGetLocationAttrib$handle()
- rlGetLocationAttrib$address()
- rlGetLocationAttrib(int, MemorySegment)
- rlSetUniform$descriptor()
- rlSetUniform$handle()
- rlSetUniform$address()
- rlSetUniform(int, MemorySegment, int, int)
- rlSetUniformMatrix$descriptor()
- rlSetUniformMatrix$handle()
- rlSetUniformMatrix$address()
- rlSetUniformMatrix(int, MemorySegment)
- rlSetUniformMatrices$descriptor()
- rlSetUniformMatrices$handle()
- rlSetUniformMatrices$address()
- rlSetUniformMatrices(int, MemorySegment, int)
- rlSetUniformSampler$descriptor()
- rlSetUniformSampler$handle()
- rlSetUniformSampler$address()
- rlSetUniformSampler(int, int)
- rlSetShader$descriptor()
- rlSetShader$handle()
- rlSetShader$address()
- rlSetShader(int, MemorySegment)
- rlLoadComputeShaderProgram$descriptor()
- rlLoadComputeShaderProgram$handle()
- rlLoadComputeShaderProgram$address()
- rlLoadComputeShaderProgram(int)
- rlComputeShaderDispatch$descriptor()
- rlComputeShaderDispatch$handle()
- rlComputeShaderDispatch$address()
- rlComputeShaderDispatch(int, int, int)
- rlLoadShaderBuffer$descriptor()
- rlLoadShaderBuffer$handle()
- rlLoadShaderBuffer$address()
- rlLoadShaderBuffer(int, MemorySegment, int)
- rlUnloadShaderBuffer$descriptor()
- rlUnloadShaderBuffer$handle()
- rlUnloadShaderBuffer$address()
- rlUnloadShaderBuffer(int)
- rlUpdateShaderBuffer$descriptor()
- rlUpdateShaderBuffer$handle()
- rlUpdateShaderBuffer$address()
- rlUpdateShaderBuffer(int, MemorySegment, int, int)
- rlBindShaderBuffer$descriptor()
- rlBindShaderBuffer$handle()
- rlBindShaderBuffer$address()
- rlBindShaderBuffer(int, int)
- rlReadShaderBuffer$descriptor()
- rlReadShaderBuffer$handle()
- rlReadShaderBuffer$address()
- rlReadShaderBuffer(int, MemorySegment, int, int)
- rlCopyShaderBuffer$descriptor()
- rlCopyShaderBuffer$handle()
- rlCopyShaderBuffer$address()
- rlCopyShaderBuffer(int, int, int, int, int)
- rlGetShaderBufferSize$descriptor()
- rlGetShaderBufferSize$handle()
- rlGetShaderBufferSize$address()
- rlGetShaderBufferSize(int)
- rlBindImageTexture$descriptor()
- rlBindImageTexture$handle()
- rlBindImageTexture$address()
- rlBindImageTexture(int, int, int, boolean)
- rlGetMatrixModelview$descriptor()
- rlGetMatrixModelview$handle()
- rlGetMatrixModelview$address()
- rlGetMatrixModelview(SegmentAllocator)
- rlGetMatrixProjection$descriptor()
- rlGetMatrixProjection$handle()
- rlGetMatrixProjection$address()
- rlGetMatrixProjection(SegmentAllocator)
- rlGetMatrixTransform$descriptor()
- rlGetMatrixTransform$handle()
- rlGetMatrixTransform$address()
- rlGetMatrixTransform(SegmentAllocator)
- rlGetMatrixProjectionStereo$descriptor()
- rlGetMatrixProjectionStereo$handle()
- rlGetMatrixProjectionStereo$address()
- rlGetMatrixProjectionStereo(SegmentAllocator, int)
- rlGetMatrixViewOffsetStereo$descriptor()
- rlGetMatrixViewOffsetStereo$handle()
- rlGetMatrixViewOffsetStereo$address()
- rlGetMatrixViewOffsetStereo(SegmentAllocator, int)
- rlSetMatrixProjection$descriptor()
- rlSetMatrixProjection$handle()
- rlSetMatrixProjection$address()
- rlSetMatrixProjection(MemorySegment)
- rlSetMatrixModelview$descriptor()
- rlSetMatrixModelview$handle()
- rlSetMatrixModelview$address()
- rlSetMatrixModelview(MemorySegment)
- rlSetMatrixProjectionStereo$descriptor()
- rlSetMatrixProjectionStereo$handle()
- rlSetMatrixProjectionStereo$address()
- rlSetMatrixProjectionStereo(MemorySegment, MemorySegment)
- rlSetMatrixViewOffsetStereo$descriptor()
- rlSetMatrixViewOffsetStereo$handle()
- rlSetMatrixViewOffsetStereo$address()
- rlSetMatrixViewOffsetStereo(MemorySegment, MemorySegment)
- rlLoadDrawCube$descriptor()
- rlLoadDrawCube$handle()
- rlLoadDrawCube$address()
- rlLoadDrawCube()
- rlLoadDrawQuad$descriptor()
- rlLoadDrawQuad$handle()
- rlLoadDrawQuad$address()
- rlLoadDrawQuad()
- __fpclassify$descriptor()
- __fpclassify$handle()
- __fpclassify$address()
- __fpclassify(double)
- __signbit$descriptor()
- __signbit$handle()
- __signbit$address()
- __signbit(double)
- __isinf$descriptor()
- __isinf$handle()
- __isinf$address()
- __isinf(double)
- __finite$descriptor()
- __finite$handle()
- __finite$address()
- __finite(double)
- __isnan$descriptor()
- __isnan$handle()
- __isnan$address()
- __isnan(double)
- __iseqsig$descriptor()
- __iseqsig$handle()
- __iseqsig$address()
- __iseqsig(double, double)
- __issignaling$descriptor()
- __issignaling$handle()
- __issignaling$address()
- __issignaling(double)
- acos$descriptor()
- acos$handle()
- acos$address()
- acos(double)
- __acos$descriptor()
- __acos$handle()
- __acos$address()
- __acos(double)
- asin$descriptor()
- asin$handle()
- asin$address()
- asin(double)
- __asin$descriptor()
- __asin$handle()
- __asin$address()
- __asin(double)
- atan$descriptor()
- atan$handle()
- atan$address()
- atan(double)
- __atan$descriptor()
- __atan$handle()
- __atan$address()
- __atan(double)
- atan2$descriptor()
- atan2$handle()
- atan2$address()
- atan2(double, double)
- __atan2$descriptor()
- __atan2$handle()
- __atan2$address()
- __atan2(double, double)
- cos$descriptor()
- cos$handle()
- cos$address()
- cos(double)
- __cos$descriptor()
- __cos$handle()
- __cos$address()
- __cos(double)
- sin$descriptor()
- sin$handle()
- sin$address()
- sin(double)
- __sin$descriptor()
- __sin$handle()
- __sin$address()
- __sin(double)
- tan$descriptor()
- tan$handle()
- tan$address()
- tan(double)
- __tan$descriptor()
- __tan$handle()
- __tan$address()
- __tan(double)
- cosh$descriptor()
- cosh$handle()
- cosh$address()
- cosh(double)
- __cosh$descriptor()
- __cosh$handle()
- __cosh$address()
- __cosh(double)
- sinh$descriptor()
- sinh$handle()
- sinh$address()
- sinh(double)
- __sinh$descriptor()
- __sinh$handle()
- __sinh$address()
- __sinh(double)
- tanh$descriptor()
- tanh$handle()
- tanh$address()
- tanh(double)
- __tanh$descriptor()
- __tanh$handle()
- __tanh$address()
- __tanh(double)
- acosh$descriptor()
- acosh$handle()
- acosh$address()
- acosh(double)
- __acosh$descriptor()
- __acosh$handle()
- __acosh$address()
- __acosh(double)
- asinh$descriptor()
- asinh$handle()
- asinh$address()
- asinh(double)
- __asinh$descriptor()
- __asinh$handle()
- __asinh$address()
- __asinh(double)
- atanh$descriptor()
- atanh$handle()
- atanh$address()
- atanh(double)
- __atanh$descriptor()
- __atanh$handle()
- __atanh$address()
- __atanh(double)
- exp$descriptor()
- exp$handle()
- exp$address()
- exp(double)
- __exp$descriptor()
- __exp$handle()
- __exp$address()
- __exp(double)
- frexp$descriptor()
- frexp$handle()
- frexp$address()
- frexp(double, MemorySegment)
- __frexp$descriptor()
- __frexp$handle()
- __frexp$address()
- __frexp(double, MemorySegment)
- ldexp$descriptor()
- ldexp$handle()
- ldexp$address()
- ldexp(double, int)
- __ldexp$descriptor()
- __ldexp$handle()
- __ldexp$address()
- __ldexp(double, int)
- log$descriptor()
- log$handle()
- log$address()
- log(double)
- __log$descriptor()
- __log$handle()
- __log$address()
- __log(double)
- log10$descriptor()
- log10$handle()
- log10$address()
- log10(double)
- __log10$descriptor()
- __log10$handle()
- __log10$address()
- __log10(double)
- modf$descriptor()
- modf$handle()
- modf$address()
- modf(double, MemorySegment)
- __modf$descriptor()
- __modf$handle()
- __modf$address()
- __modf(double, MemorySegment)
- expm1$descriptor()
- expm1$handle()
- expm1$address()
- expm1(double)
- __expm1$descriptor()
- __expm1$handle()
- __expm1$address()
- __expm1(double)
- log1p$descriptor()
- log1p$handle()
- log1p$address()
- log1p(double)
- __log1p$descriptor()
- __log1p$handle()
- __log1p$address()
- __log1p(double)
- logb$descriptor()
- logb$handle()
- logb$address()
- logb(double)
- __logb$descriptor()
- __logb$handle()
- __logb$address()
- __logb(double)
- exp2$descriptor()
- exp2$handle()
- exp2$address()
- exp2(double)
- __exp2$descriptor()
- __exp2$handle()
- __exp2$address()
- __exp2(double)
- log2$descriptor()
- log2$handle()
- log2$address()
- log2(double)
- __log2$descriptor()
- __log2$handle()
- __log2$address()
- __log2(double)
- pow$descriptor()
- pow$handle()
- pow$address()
- pow(double, double)
- __pow$descriptor()
- __pow$handle()
- __pow$address()
- __pow(double, double)
- sqrt$descriptor()
- sqrt$handle()
- sqrt$address()
- sqrt(double)
- __sqrt$descriptor()
- __sqrt$handle()
- __sqrt$address()
- __sqrt(double)
- hypot$descriptor()
- hypot$handle()
- hypot$address()
- hypot(double, double)
- __hypot$descriptor()
- __hypot$handle()
- __hypot$address()
- __hypot(double, double)
- cbrt$descriptor()
- cbrt$handle()
- cbrt$address()
- cbrt(double)
- __cbrt$descriptor()
- __cbrt$handle()
- __cbrt$address()
- __cbrt(double)
- ceil$descriptor()
- ceil$handle()
- ceil$address()
- ceil(double)
- __ceil$descriptor()
- __ceil$handle()
- __ceil$address()
- __ceil(double)
- fabs$descriptor()
- fabs$handle()
- fabs$address()
- fabs(double)
- __fabs$descriptor()
- __fabs$handle()
- __fabs$address()
- __fabs(double)
- floor$descriptor()
- floor$handle()
- floor$address()
- floor(double)
- __floor$descriptor()
- __floor$handle()
- __floor$address()
- __floor(double)
- fmod$descriptor()
- fmod$handle()
- fmod$address()
- fmod(double, double)
- __fmod$descriptor()
- __fmod$handle()
- __fmod$address()
- __fmod(double, double)
- isinf$descriptor()
- isinf$handle()
- isinf$address()
- isinf(double)
- finite$descriptor()
- finite$handle()
- finite$address()
- finite(double)
- drem$descriptor()
- drem$handle()
- drem$address()
- drem(double, double)
- __drem$descriptor()
- __drem$handle()
- __drem$address()
- __drem(double, double)
- significand$descriptor()
- significand$handle()
- significand$address()
- significand(double)
- __significand$descriptor()
- __significand$handle()
- __significand$address()
- __significand(double)
- copysign$descriptor()
- copysign$handle()
- copysign$address()
- copysign(double, double)
- __copysign$descriptor()
- __copysign$handle()
- __copysign$address()
- __copysign(double, double)
- nan$descriptor()
- nan$handle()
- nan$address()
- nan(MemorySegment)
- __nan$descriptor()
- __nan$handle()
- __nan$address()
- __nan(MemorySegment)
- isnan$descriptor()
- isnan$handle()
- isnan$address()
- isnan(double)
- j0$descriptor()
- j0$handle()
- j0$address()
- j0(double)
- __j0$descriptor()
- __j0$handle()
- __j0$address()
- __j0(double)
- j1$descriptor()
- j1$handle()
- j1$address()
- j1(double)
- __j1$descriptor()
- __j1$handle()
- __j1$address()
- __j1(double)
- jn$descriptor()
- jn$handle()
- jn$address()
- jn(int, double)
- __jn$descriptor()
- __jn$handle()
- __jn$address()
- __jn(int, double)
- y0$descriptor()
- y0$handle()
- y0$address()
- y0(double)
- __y0$descriptor()
- __y0$handle()
- __y0$address()
- __y0(double)
- y1$descriptor()
- y1$handle()
- y1$address()
- y1(double)
- __y1$descriptor()
- __y1$handle()
- __y1$address()
- __y1(double)
- yn$descriptor()
- yn$handle()
- yn$address()
- yn(int, double)
- __yn$descriptor()
- __yn$handle()
- __yn$address()
- __yn(int, double)
- erf$descriptor()
- erf$handle()
- erf$address()
- erf(double)
- __erf$descriptor()
- __erf$handle()
- __erf$address()
- __erf(double)
- erfc$descriptor()
- erfc$handle()
- erfc$address()
- erfc(double)
- __erfc$descriptor()
- __erfc$handle()
- __erfc$address()
- __erfc(double)
- lgamma$descriptor()
- lgamma$handle()
- lgamma$address()
- lgamma(double)
- __lgamma$descriptor()
- __lgamma$handle()
- __lgamma$address()
- __lgamma(double)
- tgamma$descriptor()
- tgamma$handle()
- tgamma$address()
- tgamma(double)
- __tgamma$descriptor()
- __tgamma$handle()
- __tgamma$address()
- __tgamma(double)
- gamma$descriptor()
- gamma$handle()
- gamma$address()
- gamma(double)
- __gamma$descriptor()
- __gamma$handle()
- __gamma$address()
- __gamma(double)
- lgamma_r$descriptor()
- lgamma_r$handle()
- lgamma_r$address()
- lgamma_r(double, MemorySegment)
- __lgamma_r$descriptor()
- __lgamma_r$handle()
- __lgamma_r$address()
- __lgamma_r(double, MemorySegment)
- rint$descriptor()
- rint$handle()
- rint$address()
- rint(double)
- __rint$descriptor()
- __rint$handle()
- __rint$address()
- __rint(double)
- nextafter$descriptor()
- nextafter$handle()
- nextafter$address()
- nextafter(double, double)
- __nextafter$descriptor()
- __nextafter$handle()
- __nextafter$address()
- __nextafter(double, double)
- remainder$descriptor()
- remainder$handle()
- remainder$address()
- remainder(double, double)
- __remainder$descriptor()
- __remainder$handle()
- __remainder$address()
- __remainder(double, double)
- scalbn$descriptor()
- scalbn$handle()
- scalbn$address()
- scalbn(double, int)
- __scalbn$descriptor()
- __scalbn$handle()
- __scalbn$address()
- __scalbn(double, int)
- ilogb$descriptor()
- ilogb$handle()
- ilogb$address()
- ilogb(double)
- __ilogb$descriptor()
- __ilogb$handle()
- __ilogb$address()
- __ilogb(double)
- scalbln$descriptor()
- scalbln$handle()
- scalbln$address()
- scalbln(double, long)
- __scalbln$descriptor()
- __scalbln$handle()
- __scalbln$address()
- __scalbln(double, long)
- nearbyint$descriptor()
- nearbyint$handle()
- nearbyint$address()
- nearbyint(double)
- __nearbyint$descriptor()
- __nearbyint$handle()
- __nearbyint$address()
- __nearbyint(double)
- round$descriptor()
- round$handle()
- round$address()
- round(double)
- __round$descriptor()
- __round$handle()
- __round$address()
- __round(double)
- trunc$descriptor()
- trunc$handle()
- trunc$address()
- trunc(double)
- __trunc$descriptor()
- __trunc$handle()
- __trunc$address()
- __trunc(double)
- remquo$descriptor()
- remquo$handle()
- remquo$address()
- remquo(double, double, MemorySegment)
- __remquo$descriptor()
- __remquo$handle()
- __remquo$address()
- __remquo(double, double, MemorySegment)
- lrint$descriptor()
- lrint$handle()
- lrint$address()
- lrint(double)
- __lrint$descriptor()
- __lrint$handle()
- __lrint$address()
- __lrint(double)
- llrint$descriptor()
- llrint$handle()
- llrint$address()
- llrint(double)
- __llrint$descriptor()
- __llrint$handle()
- __llrint$address()
- __llrint(double)
- lround$descriptor()
- lround$handle()
- lround$address()
- lround(double)
- __lround$descriptor()
- __lround$handle()
- __lround$address()
- __lround(double)
- llround$descriptor()
- llround$handle()
- llround$address()
- llround(double)
- __llround$descriptor()
- __llround$handle()
- __llround$address()
- __llround(double)
- fdim$descriptor()
- fdim$handle()
- fdim$address()
- fdim(double, double)
- __fdim$descriptor()
- __fdim$handle()
- __fdim$address()
- __fdim(double, double)
- fmax$descriptor()
- fmax$handle()
- fmax$address()
- fmax(double, double)
- __fmax$descriptor()
- __fmax$handle()
- __fmax$address()
- __fmax(double, double)
- fmin$descriptor()
- fmin$handle()
- fmin$address()
- fmin(double, double)
- __fmin$descriptor()
- __fmin$handle()
- __fmin$address()
- __fmin(double, double)
- fma$descriptor()
- fma$handle()
- fma$address()
- fma(double, double, double)
- __fma$descriptor()
- __fma$handle()
- __fma$address()
- __fma(double, double, double)
- scalb$descriptor()
- scalb$handle()
- scalb$address()
- scalb(double, double)
- __scalb$descriptor()
- __scalb$handle()
- __scalb$address()
- __scalb(double, double)
- __fpclassifyf$descriptor()
- __fpclassifyf$handle()
- __fpclassifyf$address()
- __fpclassifyf(float)
- __signbitf$descriptor()
- __signbitf$handle()
- __signbitf$address()
- __signbitf(float)
- __isinff$descriptor()
- __isinff$handle()
- __isinff$address()
- __isinff(float)
- __finitef$descriptor()
- __finitef$handle()
- __finitef$address()
- __finitef(float)
- __isnanf$descriptor()
- __isnanf$handle()
- __isnanf$address()
- __isnanf(float)
- __iseqsigf$descriptor()
- __iseqsigf$handle()
- __iseqsigf$address()
- __iseqsigf(float, float)
- __issignalingf$descriptor()
- __issignalingf$handle()
- __issignalingf$address()
- __issignalingf(float)
- acosf$descriptor()
- acosf$handle()
- acosf$address()
- acosf(float)
- __acosf$descriptor()
- __acosf$handle()
- __acosf$address()
- __acosf(float)
- asinf$descriptor()
- asinf$handle()
- asinf$address()
- asinf(float)
- __asinf$descriptor()
- __asinf$handle()
- __asinf$address()
- __asinf(float)
- atanf$descriptor()
- atanf$handle()
- atanf$address()
- atanf(float)
- __atanf$descriptor()
- __atanf$handle()
- __atanf$address()
- __atanf(float)
- atan2f$descriptor()
- atan2f$handle()
- atan2f$address()
- atan2f(float, float)
- __atan2f$descriptor()
- __atan2f$handle()
- __atan2f$address()
- __atan2f(float, float)
- cosf$descriptor()
- cosf$handle()
- cosf$address()
- cosf(float)
- __cosf$descriptor()
- __cosf$handle()
- __cosf$address()
- __cosf(float)
- sinf$descriptor()
- sinf$handle()
- sinf$address()
- sinf(float)
- __sinf$descriptor()
- __sinf$handle()
- __sinf$address()
- __sinf(float)
- tanf$descriptor()
- tanf$handle()
- tanf$address()
- tanf(float)
- __tanf$descriptor()
- __tanf$handle()
- __tanf$address()
- __tanf(float)
- coshf$descriptor()
- coshf$handle()
- coshf$address()
- coshf(float)
- __coshf$descriptor()
- __coshf$handle()
- __coshf$address()
- __coshf(float)
- sinhf$descriptor()
- sinhf$handle()
- sinhf$address()
- sinhf(float)
- __sinhf$descriptor()
- __sinhf$handle()
- __sinhf$address()
- __sinhf(float)
- tanhf$descriptor()
- tanhf$handle()
- tanhf$address()
- tanhf(float)
- __tanhf$descriptor()
- __tanhf$handle()
- __tanhf$address()
- __tanhf(float)
- acoshf$descriptor()
- acoshf$handle()
- acoshf$address()
- acoshf(float)
- __acoshf$descriptor()
- __acoshf$handle()
- __acoshf$address()
- __acoshf(float)
- asinhf$descriptor()
- asinhf$handle()
- asinhf$address()
- asinhf(float)
- __asinhf$descriptor()
- __asinhf$handle()
- __asinhf$address()
- __asinhf(float)
- atanhf$descriptor()
- atanhf$handle()
- atanhf$address()
- atanhf(float)
- __atanhf$descriptor()
- __atanhf$handle()
- __atanhf$address()
- __atanhf(float)
- expf$descriptor()
- expf$handle()
- expf$address()
- expf(float)
- __expf$descriptor()
- __expf$handle()
- __expf$address()
- __expf(float)
- frexpf$descriptor()
- frexpf$handle()
- frexpf$address()
- frexpf(float, MemorySegment)
- __frexpf$descriptor()
- __frexpf$handle()
- __frexpf$address()
- __frexpf(float, MemorySegment)
- ldexpf$descriptor()
- ldexpf$handle()
- ldexpf$address()
- ldexpf(float, int)
- __ldexpf$descriptor()
- __ldexpf$handle()
- __ldexpf$address()
- __ldexpf(float, int)
- logf$descriptor()
- logf$handle()
- logf$address()
- logf(float)
- __logf$descriptor()
- __logf$handle()
- __logf$address()
- __logf(float)
- log10f$descriptor()
- log10f$handle()
- log10f$address()
- log10f(float)
- __log10f$descriptor()
- __log10f$handle()
- __log10f$address()
- __log10f(float)
- modff$descriptor()
- modff$handle()
- modff$address()
- modff(float, MemorySegment)
- __modff$descriptor()
- __modff$handle()
- __modff$address()
- __modff(float, MemorySegment)
- expm1f$descriptor()
- expm1f$handle()
- expm1f$address()
- expm1f(float)
- __expm1f$descriptor()
- __expm1f$handle()
- __expm1f$address()
- __expm1f(float)
- log1pf$descriptor()
- log1pf$handle()
- log1pf$address()
- log1pf(float)
- __log1pf$descriptor()
- __log1pf$handle()
- __log1pf$address()
- __log1pf(float)
- logbf$descriptor()
- logbf$handle()
- logbf$address()
- logbf(float)
- __logbf$descriptor()
- __logbf$handle()
- __logbf$address()
- __logbf(float)
- exp2f$descriptor()
- exp2f$handle()
- exp2f$address()
- exp2f(float)
- __exp2f$descriptor()
- __exp2f$handle()
- __exp2f$address()
- __exp2f(float)
- log2f$descriptor()
- log2f$handle()
- log2f$address()
- log2f(float)
- __log2f$descriptor()
- __log2f$handle()
- __log2f$address()
- __log2f(float)
- powf$descriptor()
- powf$handle()
- powf$address()
- powf(float, float)
- __powf$descriptor()
- __powf$handle()
- __powf$address()
- __powf(float, float)
- sqrtf$descriptor()
- sqrtf$handle()
- sqrtf$address()
- sqrtf(float)
- __sqrtf$descriptor()
- __sqrtf$handle()
- __sqrtf$address()
- __sqrtf(float)
- hypotf$descriptor()
- hypotf$handle()
- hypotf$address()
- hypotf(float, float)
- __hypotf$descriptor()
- __hypotf$handle()
- __hypotf$address()
- __hypotf(float, float)
- cbrtf$descriptor()
- cbrtf$handle()
- cbrtf$address()
- cbrtf(float)
- __cbrtf$descriptor()
- __cbrtf$handle()
- __cbrtf$address()
- __cbrtf(float)
- ceilf$descriptor()
- ceilf$handle()
- ceilf$address()
- ceilf(float)
- __ceilf$descriptor()
- __ceilf$handle()
- __ceilf$address()
- __ceilf(float)
- fabsf$descriptor()
- fabsf$handle()
- fabsf$address()
- fabsf(float)
- __fabsf$descriptor()
- __fabsf$handle()
- __fabsf$address()
- __fabsf(float)
- floorf$descriptor()
- floorf$handle()
- floorf$address()
- floorf(float)
- __floorf$descriptor()
- __floorf$handle()
- __floorf$address()
- __floorf(float)
- fmodf$descriptor()
- fmodf$handle()
- fmodf$address()
- fmodf(float, float)
- __fmodf$descriptor()
- __fmodf$handle()
- __fmodf$address()
- __fmodf(float, float)
- isinff$descriptor()
- isinff$handle()
- isinff$address()
- isinff(float)
- finitef$descriptor()
- finitef$handle()
- finitef$address()
- finitef(float)
- dremf$descriptor()
- dremf$handle()
- dremf$address()
- dremf(float, float)
- __dremf$descriptor()
- __dremf$handle()
- __dremf$address()
- __dremf(float, float)
- significandf$descriptor()
- significandf$handle()
- significandf$address()
- significandf(float)
- __significandf$descriptor()
- __significandf$handle()
- __significandf$address()
- __significandf(float)
- copysignf$descriptor()
- copysignf$handle()
- copysignf$address()
- copysignf(float, float)
- __copysignf$descriptor()
- __copysignf$handle()
- __copysignf$address()
- __copysignf(float, float)
- nanf$descriptor()
- nanf$handle()
- nanf$address()
- nanf(MemorySegment)
- __nanf$descriptor()
- __nanf$handle()
- __nanf$address()
- __nanf(MemorySegment)
- isnanf$descriptor()
- isnanf$handle()
- isnanf$address()
- isnanf(float)
- j0f$descriptor()
- j0f$handle()
- j0f$address()
- j0f(float)
- __j0f$descriptor()
- __j0f$handle()
- __j0f$address()
- __j0f(float)
- j1f$descriptor()
- j1f$handle()
- j1f$address()
- j1f(float)
- __j1f$descriptor()
- __j1f$handle()
- __j1f$address()
- __j1f(float)
- jnf$descriptor()
- jnf$handle()
- jnf$address()
- jnf(int, float)
- __jnf$descriptor()
- __jnf$handle()
- __jnf$address()
- __jnf(int, float)
- y0f$descriptor()
- y0f$handle()
- y0f$address()
- y0f(float)
- __y0f$descriptor()
- __y0f$handle()
- __y0f$address()
- __y0f(float)
- y1f$descriptor()
- y1f$handle()
- y1f$address()
- y1f(float)
- __y1f$descriptor()
- __y1f$handle()
- __y1f$address()
- __y1f(float)
- ynf$descriptor()
- ynf$handle()
- ynf$address()
- ynf(int, float)
- __ynf$descriptor()
- __ynf$handle()
- __ynf$address()
- __ynf(int, float)
- erff$descriptor()
- erff$handle()
- erff$address()
- erff(float)
- __erff$descriptor()
- __erff$handle()
- __erff$address()
- __erff(float)
- erfcf$descriptor()
- erfcf$handle()
- erfcf$address()
- erfcf(float)
- __erfcf$descriptor()
- __erfcf$handle()
- __erfcf$address()
- __erfcf(float)
- lgammaf$descriptor()
- lgammaf$handle()
- lgammaf$address()
- lgammaf(float)
- __lgammaf$descriptor()
- __lgammaf$handle()
- __lgammaf$address()
- __lgammaf(float)
- tgammaf$descriptor()
- tgammaf$handle()
- tgammaf$address()
- tgammaf(float)
- __tgammaf$descriptor()
- __tgammaf$handle()
- __tgammaf$address()
- __tgammaf(float)
- gammaf$descriptor()
- gammaf$handle()
- gammaf$address()
- gammaf(float)
- __gammaf$descriptor()
- __gammaf$handle()
- __gammaf$address()
- __gammaf(float)
- lgammaf_r$descriptor()
- lgammaf_r$handle()
- lgammaf_r$address()
- lgammaf_r(float, MemorySegment)
- __lgammaf_r$descriptor()
- __lgammaf_r$handle()
- __lgammaf_r$address()
- __lgammaf_r(float, MemorySegment)
- rintf$descriptor()
- rintf$handle()
- rintf$address()
- rintf(float)
- __rintf$descriptor()
- __rintf$handle()
- __rintf$address()
- __rintf(float)
- nextafterf$descriptor()
- nextafterf$handle()
- nextafterf$address()
- nextafterf(float, float)
- __nextafterf$descriptor()
- __nextafterf$handle()
- __nextafterf$address()
- __nextafterf(float, float)
- remainderf$descriptor()
- remainderf$handle()
- remainderf$address()
- remainderf(float, float)
- __remainderf$descriptor()
- __remainderf$handle()
- __remainderf$address()
- __remainderf(float, float)
- scalbnf$descriptor()
- scalbnf$handle()
- scalbnf$address()
- scalbnf(float, int)
- __scalbnf$descriptor()
- __scalbnf$handle()
- __scalbnf$address()
- __scalbnf(float, int)
- ilogbf$descriptor()
- ilogbf$handle()
- ilogbf$address()
- ilogbf(float)
- __ilogbf$descriptor()
- __ilogbf$handle()
- __ilogbf$address()
- __ilogbf(float)
- scalblnf$descriptor()
- scalblnf$handle()
- scalblnf$address()
- scalblnf(float, long)
- __scalblnf$descriptor()
- __scalblnf$handle()
- __scalblnf$address()
- __scalblnf(float, long)
- nearbyintf$descriptor()
- nearbyintf$handle()
- nearbyintf$address()
- nearbyintf(float)
- __nearbyintf$descriptor()
- __nearbyintf$handle()
- __nearbyintf$address()
- __nearbyintf(float)
- roundf$descriptor()
- roundf$handle()
- roundf$address()
- roundf(float)
- __roundf$descriptor()
- __roundf$handle()
- __roundf$address()
- __roundf(float)
- truncf$descriptor()
- truncf$handle()
- truncf$address()
- truncf(float)
- __truncf$descriptor()
- __truncf$handle()
- __truncf$address()
- __truncf(float)
- remquof$descriptor()
- remquof$handle()
- remquof$address()
- remquof(float, float, MemorySegment)
- __remquof$descriptor()
- __remquof$handle()
- __remquof$address()
- __remquof(float, float, MemorySegment)
- lrintf$descriptor()
- lrintf$handle()
- lrintf$address()
- lrintf(float)
- __lrintf$descriptor()
- __lrintf$handle()
- __lrintf$address()
- __lrintf(float)
- llrintf$descriptor()
- llrintf$handle()
- llrintf$address()
- llrintf(float)
- __llrintf$descriptor()
- __llrintf$handle()
- __llrintf$address()
- __llrintf(float)
- lroundf$descriptor()
- lroundf$handle()
- lroundf$address()
- lroundf(float)
- __lroundf$descriptor()
- __lroundf$handle()
- __lroundf$address()
- __lroundf(float)
- llroundf$descriptor()
- llroundf$handle()
- llroundf$address()
- llroundf(float)
- __llroundf$descriptor()
- __llroundf$handle()
- __llroundf$address()
- __llroundf(float)
- fdimf$descriptor()
- fdimf$handle()
- fdimf$address()
- fdimf(float, float)
- __fdimf$descriptor()
- __fdimf$handle()
- __fdimf$address()
- __fdimf(float, float)
- fmaxf$descriptor()
- fmaxf$handle()
- fmaxf$address()
- fmaxf(float, float)
- __fmaxf$descriptor()
- __fmaxf$handle()
- __fmaxf$address()
- __fmaxf(float, float)
- fminf$descriptor()
- fminf$handle()
- fminf$address()
- fminf(float, float)
- __fminf$descriptor()
- __fminf$handle()
- __fminf$address()
- __fminf(float, float)
- fmaf$descriptor()
- fmaf$handle()
- fmaf$address()
- fmaf(float, float, float)
- __fmaf$descriptor()
- __fmaf$handle()
- __fmaf$address()
- __fmaf(float, float, float)
- scalbf$descriptor()
- scalbf$handle()
- scalbf$address()
- scalbf(float, float)
- __scalbf$descriptor()
- __scalbf$handle()
- __scalbf$address()
- __scalbf(float, float)
- signgam$layout()
- signgam$segment()
- signgam()
- signgam(int)
- Clamp$descriptor()
- Clamp$handle()
- Clamp$address()
- Clamp(float, float, float)
- Lerp$descriptor()
- Lerp$handle()
- Lerp$address()
- Lerp(float, float, float)
- Normalize$descriptor()
- Normalize$handle()
- Normalize$address()
- Normalize(float, float, float)
- Remap$descriptor()
- Remap$handle()
- Remap$address()
- Remap(float, float, float, float, float)
- Wrap$descriptor()
- Wrap$handle()
- Wrap$address()
- Wrap(float, float, float)
- FloatEquals$descriptor()
- FloatEquals$handle()
- FloatEquals$address()
- FloatEquals(float, float)
- Vector2Zero$descriptor()
- Vector2Zero$handle()
- Vector2Zero$address()
- Vector2Zero(SegmentAllocator)
- Vector2One$descriptor()
- Vector2One$handle()
- Vector2One$address()
- Vector2One(SegmentAllocator)
- Vector2Add$descriptor()
- Vector2Add$handle()
- Vector2Add$address()
- Vector2Add(SegmentAllocator, MemorySegment, MemorySegment)
- Vector2AddValue$descriptor()
- Vector2AddValue$handle()
- Vector2AddValue$address()
- Vector2AddValue(SegmentAllocator, MemorySegment, float)
- Vector2Subtract$descriptor()
- Vector2Subtract$handle()
- Vector2Subtract$address()
- Vector2Subtract(SegmentAllocator, MemorySegment, MemorySegment)
- Vector2SubtractValue$descriptor()
- Vector2SubtractValue$handle()
- Vector2SubtractValue$address()
- Vector2SubtractValue(SegmentAllocator, MemorySegment, float)
- Vector2Length$descriptor()
- Vector2Length$handle()
- Vector2Length$address()
- Vector2Length(MemorySegment)
- Vector2LengthSqr$descriptor()
- Vector2LengthSqr$handle()
- Vector2LengthSqr$address()
- Vector2LengthSqr(MemorySegment)
- Vector2DotProduct$descriptor()
- Vector2DotProduct$handle()
- Vector2DotProduct$address()
- Vector2DotProduct(MemorySegment, MemorySegment)
- Vector2Distance$descriptor()
- Vector2Distance$handle()
- Vector2Distance$address()
- Vector2Distance(MemorySegment, MemorySegment)
- Vector2DistanceSqr$descriptor()
- Vector2DistanceSqr$handle()
- Vector2DistanceSqr$address()
- Vector2DistanceSqr(MemorySegment, MemorySegment)
- Vector2Angle$descriptor()
- Vector2Angle$handle()
- Vector2Angle$address()
- Vector2Angle(MemorySegment, MemorySegment)
- Vector2LineAngle$descriptor()
- Vector2LineAngle$handle()
- Vector2LineAngle$address()
- Vector2LineAngle(MemorySegment, MemorySegment)
- Vector2Scale$descriptor()
- Vector2Scale$handle()
- Vector2Scale$address()
- Vector2Scale(SegmentAllocator, MemorySegment, float)
- Vector2Multiply$descriptor()
- Vector2Multiply$handle()
- Vector2Multiply$address()
- Vector2Multiply(SegmentAllocator, MemorySegment, MemorySegment)
- Vector2Negate$descriptor()
- Vector2Negate$handle()
- Vector2Negate$address()
- Vector2Negate(SegmentAllocator, MemorySegment)
- Vector2Divide$descriptor()
- Vector2Divide$handle()
- Vector2Divide$address()
- Vector2Divide(SegmentAllocator, MemorySegment, MemorySegment)
- Vector2Normalize$descriptor()
- Vector2Normalize$handle()
- Vector2Normalize$address()
- Vector2Normalize(SegmentAllocator, MemorySegment)
- Vector2Transform$descriptor()
- Vector2Transform$handle()
- Vector2Transform$address()
- Vector2Transform(SegmentAllocator, MemorySegment, MemorySegment)
- Vector2Lerp$descriptor()
- Vector2Lerp$handle()
- Vector2Lerp$address()
- Vector2Lerp(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector2Reflect$descriptor()
- Vector2Reflect$handle()
- Vector2Reflect$address()
- Vector2Reflect(SegmentAllocator, MemorySegment, MemorySegment)
- Vector2Min$descriptor()
- Vector2Min$handle()
- Vector2Min$address()
- Vector2Min(SegmentAllocator, MemorySegment, MemorySegment)
- Vector2Max$descriptor()
- Vector2Max$handle()
- Vector2Max$address()
- Vector2Max(SegmentAllocator, MemorySegment, MemorySegment)
- Vector2Rotate$descriptor()
- Vector2Rotate$handle()
- Vector2Rotate$address()
- Vector2Rotate(SegmentAllocator, MemorySegment, float)
- Vector2MoveTowards$descriptor()
- Vector2MoveTowards$handle()
- Vector2MoveTowards$address()
- Vector2MoveTowards(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector2Invert$descriptor()
- Vector2Invert$handle()
- Vector2Invert$address()
- Vector2Invert(SegmentAllocator, MemorySegment)
- Vector2Clamp$descriptor()
- Vector2Clamp$handle()
- Vector2Clamp$address()
- Vector2Clamp(SegmentAllocator, MemorySegment, MemorySegment, MemorySegment)
- Vector2ClampValue$descriptor()
- Vector2ClampValue$handle()
- Vector2ClampValue$address()
- Vector2ClampValue(SegmentAllocator, MemorySegment, float, float)
- Vector2Equals$descriptor()
- Vector2Equals$handle()
- Vector2Equals$address()
- Vector2Equals(MemorySegment, MemorySegment)
- Vector2Refract$descriptor()
- Vector2Refract$handle()
- Vector2Refract$address()
- Vector2Refract(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector3Zero$descriptor()
- Vector3Zero$handle()
- Vector3Zero$address()
- Vector3Zero(SegmentAllocator)
- Vector3One$descriptor()
- Vector3One$handle()
- Vector3One$address()
- Vector3One(SegmentAllocator)
- Vector3Add$descriptor()
- Vector3Add$handle()
- Vector3Add$address()
- Vector3Add(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3AddValue$descriptor()
- Vector3AddValue$handle()
- Vector3AddValue$address()
- Vector3AddValue(SegmentAllocator, MemorySegment, float)
- Vector3Subtract$descriptor()
- Vector3Subtract$handle()
- Vector3Subtract$address()
- Vector3Subtract(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3SubtractValue$descriptor()
- Vector3SubtractValue$handle()
- Vector3SubtractValue$address()
- Vector3SubtractValue(SegmentAllocator, MemorySegment, float)
- Vector3Scale$descriptor()
- Vector3Scale$handle()
- Vector3Scale$address()
- Vector3Scale(SegmentAllocator, MemorySegment, float)
- Vector3Multiply$descriptor()
- Vector3Multiply$handle()
- Vector3Multiply$address()
- Vector3Multiply(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3CrossProduct$descriptor()
- Vector3CrossProduct$handle()
- Vector3CrossProduct$address()
- Vector3CrossProduct(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3Perpendicular$descriptor()
- Vector3Perpendicular$handle()
- Vector3Perpendicular$address()
- Vector3Perpendicular(SegmentAllocator, MemorySegment)
- Vector3Length$descriptor()
- Vector3Length$handle()
- Vector3Length$address()
- Vector3Length(MemorySegment)
- Vector3LengthSqr$descriptor()
- Vector3LengthSqr$handle()
- Vector3LengthSqr$address()
- Vector3LengthSqr(MemorySegment)
- Vector3DotProduct$descriptor()
- Vector3DotProduct$handle()
- Vector3DotProduct$address()
- Vector3DotProduct(MemorySegment, MemorySegment)
- Vector3Distance$descriptor()
- Vector3Distance$handle()
- Vector3Distance$address()
- Vector3Distance(MemorySegment, MemorySegment)
- Vector3DistanceSqr$descriptor()
- Vector3DistanceSqr$handle()
- Vector3DistanceSqr$address()
- Vector3DistanceSqr(MemorySegment, MemorySegment)
- Vector3Angle$descriptor()
- Vector3Angle$handle()
- Vector3Angle$address()
- Vector3Angle(MemorySegment, MemorySegment)
- Vector3Negate$descriptor()
- Vector3Negate$handle()
- Vector3Negate$address()
- Vector3Negate(SegmentAllocator, MemorySegment)
- Vector3Divide$descriptor()
- Vector3Divide$handle()
- Vector3Divide$address()
- Vector3Divide(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3Normalize$descriptor()
- Vector3Normalize$handle()
- Vector3Normalize$address()
- Vector3Normalize(SegmentAllocator, MemorySegment)
- Vector3Project$descriptor()
- Vector3Project$handle()
- Vector3Project$address()
- Vector3Project(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3Reject$descriptor()
- Vector3Reject$handle()
- Vector3Reject$address()
- Vector3Reject(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3OrthoNormalize$descriptor()
- Vector3OrthoNormalize$handle()
- Vector3OrthoNormalize$address()
- Vector3OrthoNormalize(MemorySegment, MemorySegment)
- Vector3Transform$descriptor()
- Vector3Transform$handle()
- Vector3Transform$address()
- Vector3Transform(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3RotateByQuaternion$descriptor()
- Vector3RotateByQuaternion$handle()
- Vector3RotateByQuaternion$address()
- Vector3RotateByQuaternion(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3RotateByAxisAngle$descriptor()
- Vector3RotateByAxisAngle$handle()
- Vector3RotateByAxisAngle$address()
- Vector3RotateByAxisAngle(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector3MoveTowards$descriptor()
- Vector3MoveTowards$handle()
- Vector3MoveTowards$address()
- Vector3MoveTowards(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector3Lerp$descriptor()
- Vector3Lerp$handle()
- Vector3Lerp$address()
- Vector3Lerp(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector3CubicHermite$descriptor()
- Vector3CubicHermite$handle()
- Vector3CubicHermite$address()
- Vector3CubicHermite(SegmentAllocator, MemorySegment, MemorySegment, MemorySegment, MemorySegment, float)
- Vector3Reflect$descriptor()
- Vector3Reflect$handle()
- Vector3Reflect$address()
- Vector3Reflect(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3Min$descriptor()
- Vector3Min$handle()
- Vector3Min$address()
- Vector3Min(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3Max$descriptor()
- Vector3Max$handle()
- Vector3Max$address()
- Vector3Max(SegmentAllocator, MemorySegment, MemorySegment)
- Vector3Barycenter$descriptor()
- Vector3Barycenter$handle()
- Vector3Barycenter$address()
- Vector3Barycenter(SegmentAllocator, MemorySegment, MemorySegment, MemorySegment, MemorySegment)
- Vector3Unproject$descriptor()
- Vector3Unproject$handle()
- Vector3Unproject$address()
- Vector3Unproject(SegmentAllocator, MemorySegment, MemorySegment, MemorySegment)
- Vector3ToFloatV$descriptor()
- Vector3ToFloatV$handle()
- Vector3ToFloatV$address()
- Vector3ToFloatV(SegmentAllocator, MemorySegment)
- Vector3Invert$descriptor()
- Vector3Invert$handle()
- Vector3Invert$address()
- Vector3Invert(SegmentAllocator, MemorySegment)
- Vector3Clamp$descriptor()
- Vector3Clamp$handle()
- Vector3Clamp$address()
- Vector3Clamp(SegmentAllocator, MemorySegment, MemorySegment, MemorySegment)
- Vector3ClampValue$descriptor()
- Vector3ClampValue$handle()
- Vector3ClampValue$address()
- Vector3ClampValue(SegmentAllocator, MemorySegment, float, float)
- Vector3Equals$descriptor()
- Vector3Equals$handle()
- Vector3Equals$address()
- Vector3Equals(MemorySegment, MemorySegment)
- Vector3Refract$descriptor()
- Vector3Refract$handle()
- Vector3Refract$address()
- Vector3Refract(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector4Zero$descriptor()
- Vector4Zero$handle()
- Vector4Zero$address()
- Vector4Zero(SegmentAllocator)
- Vector4One$descriptor()
- Vector4One$handle()
- Vector4One$address()
- Vector4One(SegmentAllocator)
- Vector4Add$descriptor()
- Vector4Add$handle()
- Vector4Add$address()
- Vector4Add(SegmentAllocator, MemorySegment, MemorySegment)
- Vector4AddValue$descriptor()
- Vector4AddValue$handle()
- Vector4AddValue$address()
- Vector4AddValue(SegmentAllocator, MemorySegment, float)
- Vector4Subtract$descriptor()
- Vector4Subtract$handle()
- Vector4Subtract$address()
- Vector4Subtract(SegmentAllocator, MemorySegment, MemorySegment)
- Vector4SubtractValue$descriptor()
- Vector4SubtractValue$handle()
- Vector4SubtractValue$address()
- Vector4SubtractValue(SegmentAllocator, MemorySegment, float)
- Vector4Length$descriptor()
- Vector4Length$handle()
- Vector4Length$address()
- Vector4Length(MemorySegment)
- Vector4LengthSqr$descriptor()
- Vector4LengthSqr$handle()
- Vector4LengthSqr$address()
- Vector4LengthSqr(MemorySegment)
- Vector4DotProduct$descriptor()
- Vector4DotProduct$handle()
- Vector4DotProduct$address()
- Vector4DotProduct(MemorySegment, MemorySegment)
- Vector4Distance$descriptor()
- Vector4Distance$handle()
- Vector4Distance$address()
- Vector4Distance(MemorySegment, MemorySegment)
- Vector4DistanceSqr$descriptor()
- Vector4DistanceSqr$handle()
- Vector4DistanceSqr$address()
- Vector4DistanceSqr(MemorySegment, MemorySegment)
- Vector4Scale$descriptor()
- Vector4Scale$handle()
- Vector4Scale$address()
- Vector4Scale(SegmentAllocator, MemorySegment, float)
- Vector4Multiply$descriptor()
- Vector4Multiply$handle()
- Vector4Multiply$address()
- Vector4Multiply(SegmentAllocator, MemorySegment, MemorySegment)
- Vector4Negate$descriptor()
- Vector4Negate$handle()
- Vector4Negate$address()
- Vector4Negate(SegmentAllocator, MemorySegment)
- Vector4Divide$descriptor()
- Vector4Divide$handle()
- Vector4Divide$address()
- Vector4Divide(SegmentAllocator, MemorySegment, MemorySegment)
- Vector4Normalize$descriptor()
- Vector4Normalize$handle()
- Vector4Normalize$address()
- Vector4Normalize(SegmentAllocator, MemorySegment)
- Vector4Min$descriptor()
- Vector4Min$handle()
- Vector4Min$address()
- Vector4Min(SegmentAllocator, MemorySegment, MemorySegment)
- Vector4Max$descriptor()
- Vector4Max$handle()
- Vector4Max$address()
- Vector4Max(SegmentAllocator, MemorySegment, MemorySegment)
- Vector4Lerp$descriptor()
- Vector4Lerp$handle()
- Vector4Lerp$address()
- Vector4Lerp(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector4MoveTowards$descriptor()
- Vector4MoveTowards$handle()
- Vector4MoveTowards$address()
- Vector4MoveTowards(SegmentAllocator, MemorySegment, MemorySegment, float)
- Vector4Invert$descriptor()
- Vector4Invert$handle()
- Vector4Invert$address()
- Vector4Invert(SegmentAllocator, MemorySegment)
- Vector4Equals$descriptor()
- Vector4Equals$handle()
- Vector4Equals$address()
- Vector4Equals(MemorySegment, MemorySegment)
- MatrixDeterminant$descriptor()
- MatrixDeterminant$handle()
- MatrixDeterminant$address()
- MatrixDeterminant(MemorySegment)
- MatrixTrace$descriptor()
- MatrixTrace$handle()
- MatrixTrace$address()
- MatrixTrace(MemorySegment)
- MatrixTranspose$descriptor()
- MatrixTranspose$handle()
- MatrixTranspose$address()
- MatrixTranspose(SegmentAllocator, MemorySegment)
- MatrixInvert$descriptor()
- MatrixInvert$handle()
- MatrixInvert$address()
- MatrixInvert(SegmentAllocator, MemorySegment)
- MatrixIdentity$descriptor()
- MatrixIdentity$handle()
- MatrixIdentity$address()
- MatrixIdentity(SegmentAllocator)
- MatrixAdd$descriptor()
- MatrixAdd$handle()
- MatrixAdd$address()
- MatrixAdd(SegmentAllocator, MemorySegment, MemorySegment)
- MatrixSubtract$descriptor()
- MatrixSubtract$handle()
- MatrixSubtract$address()
- MatrixSubtract(SegmentAllocator, MemorySegment, MemorySegment)
- MatrixMultiply$descriptor()
- MatrixMultiply$handle()
- MatrixMultiply$address()
- MatrixMultiply(SegmentAllocator, MemorySegment, MemorySegment)
- MatrixTranslate$descriptor()
- MatrixTranslate$handle()
- MatrixTranslate$address()
- MatrixTranslate(SegmentAllocator, float, float, float)
- MatrixRotate$descriptor()
- MatrixRotate$handle()
- MatrixRotate$address()
- MatrixRotate(SegmentAllocator, MemorySegment, float)
- MatrixRotateX$descriptor()
- MatrixRotateX$handle()
- MatrixRotateX$address()
- MatrixRotateX(SegmentAllocator, float)
- MatrixRotateY$descriptor()
- MatrixRotateY$handle()
- MatrixRotateY$address()
- MatrixRotateY(SegmentAllocator, float)
- MatrixRotateZ$descriptor()
- MatrixRotateZ$handle()
- MatrixRotateZ$address()
- MatrixRotateZ(SegmentAllocator, float)
- MatrixRotateXYZ$descriptor()
- MatrixRotateXYZ$handle()
- MatrixRotateXYZ$address()
- MatrixRotateXYZ(SegmentAllocator, MemorySegment)
- MatrixRotateZYX$descriptor()
- MatrixRotateZYX$handle()
- MatrixRotateZYX$address()
- MatrixRotateZYX(SegmentAllocator, MemorySegment)
- MatrixScale$descriptor()
- MatrixScale$handle()
- MatrixScale$address()
- MatrixScale(SegmentAllocator, float, float, float)
- MatrixFrustum$descriptor()
- MatrixFrustum$handle()
- MatrixFrustum$address()
- MatrixFrustum(SegmentAllocator, double, double, double, double, double, double)
- MatrixPerspective$descriptor()
- MatrixPerspective$handle()
- MatrixPerspective$address()
- MatrixPerspective(SegmentAllocator, double, double, double, double)
- MatrixOrtho$descriptor()
- MatrixOrtho$handle()
- MatrixOrtho$address()
- MatrixOrtho(SegmentAllocator, double, double, double, double, double, double)
- MatrixLookAt$descriptor()
- MatrixLookAt$handle()
- MatrixLookAt$address()
- MatrixLookAt(SegmentAllocator, MemorySegment, MemorySegment, MemorySegment)
- MatrixToFloatV$descriptor()
- MatrixToFloatV$handle()
- MatrixToFloatV$address()
- MatrixToFloatV(SegmentAllocator, MemorySegment)
- QuaternionAdd$descriptor()
- QuaternionAdd$handle()
- QuaternionAdd$address()
- QuaternionAdd(SegmentAllocator, MemorySegment, MemorySegment)
- QuaternionAddValue$descriptor()
- QuaternionAddValue$handle()
- QuaternionAddValue$address()
- QuaternionAddValue(SegmentAllocator, MemorySegment, float)
- QuaternionSubtract$descriptor()
- QuaternionSubtract$handle()
- QuaternionSubtract$address()
- QuaternionSubtract(SegmentAllocator, MemorySegment, MemorySegment)
- QuaternionSubtractValue$descriptor()
- QuaternionSubtractValue$handle()
- QuaternionSubtractValue$address()
- QuaternionSubtractValue(SegmentAllocator, MemorySegment, float)
- QuaternionIdentity$descriptor()
- QuaternionIdentity$handle()
- QuaternionIdentity$address()
- QuaternionIdentity(SegmentAllocator)
- QuaternionLength$descriptor()
- QuaternionLength$handle()
- QuaternionLength$address()
- QuaternionLength(MemorySegment)
- QuaternionNormalize$descriptor()
- QuaternionNormalize$handle()
- QuaternionNormalize$address()
- QuaternionNormalize(SegmentAllocator, MemorySegment)
- QuaternionInvert$descriptor()
- QuaternionInvert$handle()
- QuaternionInvert$address()
- QuaternionInvert(SegmentAllocator, MemorySegment)
- QuaternionMultiply$descriptor()
- QuaternionMultiply$handle()
- QuaternionMultiply$address()
- QuaternionMultiply(SegmentAllocator, MemorySegment, MemorySegment)
- QuaternionScale$descriptor()
- QuaternionScale$handle()
- QuaternionScale$address()
- QuaternionScale(SegmentAllocator, MemorySegment, float)
- QuaternionDivide$descriptor()
- QuaternionDivide$handle()
- QuaternionDivide$address()
- QuaternionDivide(SegmentAllocator, MemorySegment, MemorySegment)
- QuaternionLerp$descriptor()
- QuaternionLerp$handle()
- QuaternionLerp$address()
- QuaternionLerp(SegmentAllocator, MemorySegment, MemorySegment, float)
- QuaternionNlerp$descriptor()
- QuaternionNlerp$handle()
- QuaternionNlerp$address()
- QuaternionNlerp(SegmentAllocator, MemorySegment, MemorySegment, float)
- QuaternionSlerp$descriptor()
- QuaternionSlerp$handle()
- QuaternionSlerp$address()
- QuaternionSlerp(SegmentAllocator, MemorySegment, MemorySegment, float)
- QuaternionCubicHermiteSpline$descriptor()
- QuaternionCubicHermiteSpline$handle()
- QuaternionCubicHermiteSpline$address()
- QuaternionCubicHermiteSpline(SegmentAllocator, MemorySegment, MemorySegment, MemorySegment, MemorySegment, float)
- QuaternionFromVector3ToVector3$descriptor()
- QuaternionFromVector3ToVector3$handle()
- QuaternionFromVector3ToVector3$address()
- QuaternionFromVector3ToVector3(SegmentAllocator, MemorySegment, MemorySegment)
- QuaternionFromMatrix$descriptor()
- QuaternionFromMatrix$handle()
- QuaternionFromMatrix$address()
- QuaternionFromMatrix(SegmentAllocator, MemorySegment)
- QuaternionToMatrix$descriptor()
- QuaternionToMatrix$handle()
- QuaternionToMatrix$address()
- QuaternionToMatrix(SegmentAllocator, MemorySegment)
- QuaternionFromAxisAngle$descriptor()
- QuaternionFromAxisAngle$handle()
- QuaternionFromAxisAngle$address()
- QuaternionFromAxisAngle(SegmentAllocator, MemorySegment, float)
- QuaternionToAxisAngle$descriptor()
- QuaternionToAxisAngle$handle()
- QuaternionToAxisAngle$address()
- QuaternionToAxisAngle(MemorySegment, MemorySegment, MemorySegment)
- QuaternionFromEuler$descriptor()
- QuaternionFromEuler$handle()
- QuaternionFromEuler$address()
- QuaternionFromEuler(SegmentAllocator, float, float, float)
- QuaternionToEuler$descriptor()
- QuaternionToEuler$handle()
- QuaternionToEuler$address()
- QuaternionToEuler(SegmentAllocator, MemorySegment)
- QuaternionTransform$descriptor()
- QuaternionTransform$handle()
- QuaternionTransform$address()
- QuaternionTransform(SegmentAllocator, MemorySegment, MemorySegment)
- QuaternionEquals$descriptor()
- QuaternionEquals$handle()
- QuaternionEquals$address()
- QuaternionEquals(MemorySegment, MemorySegment)
- MatrixDecompose$descriptor()
- MatrixDecompose$handle()
- MatrixDecompose$address()
- MatrixDecompose(MemorySegment, MemorySegment, MemorySegment, MemorySegment)
- RAYLIB_VERSION()
- PI()
- DEG2RAD()
- RAD2DEG()
- MOUSE_LEFT_BUTTON()
- MOUSE_RIGHT_BUTTON()
- MOUSE_MIDDLE_BUTTON()
- MATERIAL_MAP_DIFFUSE()
- MATERIAL_MAP_SPECULAR()
- SHADER_LOC_MAP_DIFFUSE()
- SHADER_LOC_MAP_SPECULAR()
- RLGL_VERSION()
- RL_CULL_DISTANCE_NEAR()
- RL_CULL_DISTANCE_FAR()
- RL_SHADER_LOC_MAP_DIFFUSE()
- RL_SHADER_LOC_MAP_SPECULAR()
- EPSILON()
- _POSIX_C_SOURCE()
- __TIMESIZE()
- __STDC_IEC_60559_BFP__()
- __STDC_IEC_60559_COMPLEX__()
- __STDC_ISO_10646__()
- __HAVE_DISTINCT_FLOAT16()
- __HAVE_DISTINCT_FLOAT128X()
- __HAVE_FLOAT128_UNLIKE_LDBL()
- HUGE_VAL()
- HUGE_VALF()
- INFINITY()
- NAN()
- __GLIBC_FLT_EVAL_METHOD()
- FP_ILOGB0()
- FP_ILOGBNAN()
- math_errhandling()
- M_E()
- M_LOG2E()
- M_LOG10E()
- M_LN2()
- M_LN10()
- M_PI()
- M_PI_2()
- M_PI_4()
- M_1_PI()
- M_2_PI()
- M_2_SQRTPI()
- M_SQRT2()
- M_SQRT1_2()
Class raylib_h
java.lang.Object
com.raylib.jextract.raylib_h_1
com.raylib.jextract.raylib_h
-
Nested Class Summary
Nested classes/interfaces inherited from class com.raylib.jextract.raylib_h_1
raylib_h_1.TextFormat, raylib_h_1.TraceLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValueLayout.OfLong
typedef long __blkcnt_t
static final ValueLayout.OfLong
typedef long __blkcnt64_t
static final ValueLayout.OfLong
typedef long __blksize_t
static final AddressLayout
typedef char *__caddr_t
static final ValueLayout.OfLong
typedef long __clock_t
static final ValueLayout.OfInt
typedef int __clockid_t
static final ValueLayout.OfInt
typedef int __daddr_t
static final ValueLayout.OfLong
typedef unsigned long __dev_t
static final ValueLayout.OfLong
typedef unsigned long __fsblkcnt_t
static final ValueLayout.OfLong
typedef unsigned long __fsblkcnt64_t
static final ValueLayout.OfLong
typedef unsigned long __fsfilcnt_t
static final ValueLayout.OfLong
typedef unsigned long __fsfilcnt64_t
static final ValueLayout.OfLong
typedef long __fsword_t
static final ValueLayout.OfInt
typedef unsigned int __gid_t
static final ValueLayout.OfInt
typedef unsigned int __id_t
static final ValueLayout.OfLong
typedef unsigned long __ino_t
static final ValueLayout.OfLong
typedef unsigned long __ino64_t
static final ValueLayout.OfShort
typedef __int16_t __int_least16_t
static final ValueLayout.OfInt
typedef __int32_t __int_least32_t
static final ValueLayout.OfLong
typedef __int64_t __int_least64_t
static final ValueLayout.OfByte
typedef __int8_t __int_least8_t
static final ValueLayout.OfShort
typedef short __int16_t
static final ValueLayout.OfInt
typedef int __int32_t
static final ValueLayout.OfLong
typedef long __int64_t
static final ValueLayout.OfByte
typedef signed char __int8_t
static final ValueLayout.OfLong
typedef long __intmax_t
static final ValueLayout.OfLong
typedef long __intptr_t
static final ValueLayout.OfInt
typedef int __key_t
static final ValueLayout.OfLong
typedef __off64_t __loff_t
static final ValueLayout.OfInt
typedef unsigned int __mode_t
static final ValueLayout.OfLong
typedef unsigned long __nlink_t
static final ValueLayout.OfLong
typedef long __off_t
static final ValueLayout.OfLong
typedef long __off64_t
static final ValueLayout.OfInt
typedef int __pid_t
static final ValueLayout.OfLong
typedef long __quad_t
static final ValueLayout.OfLong
typedef unsigned long __rlim_t
static final ValueLayout.OfLong
typedef unsigned long __rlim64_t
static final ValueLayout.OfInt
typedef int __sig_atomic_t
static final ValueLayout.OfInt
typedef unsigned int __socklen_t
static final ValueLayout.OfLong
typedef long __ssize_t
static final ValueLayout.OfLong
typedef long __suseconds_t
static final ValueLayout.OfLong
typedef long __suseconds64_t
static final ValueLayout.OfLong
typedef long __syscall_slong_t
static final ValueLayout.OfLong
typedef unsigned long __syscall_ulong_t
static final ValueLayout.OfLong
typedef long __time_t
static final AddressLayout
typedef void *__timer_t
static final ValueLayout.OfByte
typedef unsigned char __u_char
static final ValueLayout.OfInt
typedef unsigned int __u_int
static final ValueLayout.OfLong
typedef unsigned long __u_long
static final ValueLayout.OfLong
typedef unsigned long __u_quad_t
static final ValueLayout.OfShort
typedef unsigned short __u_short
static final ValueLayout.OfInt
typedef unsigned int __uid_t
static final ValueLayout.OfShort
typedef __uint16_t __uint_least16_t
static final ValueLayout.OfInt
typedef __uint32_t __uint_least32_t
static final ValueLayout.OfLong
typedef __uint64_t __uint_least64_t
static final ValueLayout.OfByte
typedef __uint8_t __uint_least8_t
static final ValueLayout.OfShort
typedef unsigned short __uint16_t
static final ValueLayout.OfInt
typedef unsigned int __uint32_t
static final ValueLayout.OfLong
typedef unsigned long __uint64_t
static final ValueLayout.OfByte
typedef unsigned char __uint8_t
static final ValueLayout.OfLong
typedef unsigned long __uintmax_t
static final ValueLayout.OfInt
typedef unsigned int __useconds_t
static final ValueLayout.OfFloat
typedef float _Float32
static final ValueLayout.OfDouble
typedef double _Float32x
static final ValueLayout.OfDouble
typedef double _Float64
static final ValueLayout.OfDouble
typedef double double_t
static final ValueLayout.OfFloat
typedef float float_t
Fields inherited from class com.raylib.jextract.raylib_h_1
C_BOOL, C_CHAR, C_DOUBLE, C_FLOAT, C_INT, C_LONG, C_LONG_LONG, C_POINTER, C_SHORT
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
__acos
(double __x) extern double __acos(double __x)
static MemorySegment
Address for:extern double __acos(double __x)
static FunctionDescriptor
Function descriptor for:extern double __acos(double __x)
static MethodHandle
Downcall method handle for:extern double __acos(double __x)
static float
__acosf
(float __x) extern float __acosf(float __x)
static MemorySegment
Address for:extern float __acosf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __acosf(float __x)
static MethodHandle
Downcall method handle for:extern float __acosf(float __x)
static double
__acosh
(double __x) extern double __acosh(double __x)
static MemorySegment
Address for:extern double __acosh(double __x)
static FunctionDescriptor
Function descriptor for:extern double __acosh(double __x)
static MethodHandle
Downcall method handle for:extern double __acosh(double __x)
static float
__acoshf
(float __x) extern float __acoshf(float __x)
static MemorySegment
Address for:extern float __acoshf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __acoshf(float __x)
static MethodHandle
Downcall method handle for:extern float __acoshf(float __x)
static double
__asin
(double __x) extern double __asin(double __x)
static MemorySegment
Address for:extern double __asin(double __x)
static FunctionDescriptor
Function descriptor for:extern double __asin(double __x)
static MethodHandle
Downcall method handle for:extern double __asin(double __x)
static float
__asinf
(float __x) extern float __asinf(float __x)
static MemorySegment
Address for:extern float __asinf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __asinf(float __x)
static MethodHandle
Downcall method handle for:extern float __asinf(float __x)
static double
__asinh
(double __x) extern double __asinh(double __x)
static MemorySegment
Address for:extern double __asinh(double __x)
static FunctionDescriptor
Function descriptor for:extern double __asinh(double __x)
static MethodHandle
Downcall method handle for:extern double __asinh(double __x)
static float
__asinhf
(float __x) extern float __asinhf(float __x)
static MemorySegment
Address for:extern float __asinhf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __asinhf(float __x)
static MethodHandle
Downcall method handle for:extern float __asinhf(float __x)
static double
__atan
(double __x) extern double __atan(double __x)
static MemorySegment
Address for:extern double __atan(double __x)
static FunctionDescriptor
Function descriptor for:extern double __atan(double __x)
static MethodHandle
Downcall method handle for:extern double __atan(double __x)
static double
__atan2
(double __y, double __x) extern double __atan2(double __y, double __x)
static MemorySegment
Address for:extern double __atan2(double __y, double __x)
static FunctionDescriptor
Function descriptor for:extern double __atan2(double __y, double __x)
static MethodHandle
Downcall method handle for:extern double __atan2(double __y, double __x)
static float
__atan2f
(float __y, float __x) extern float __atan2f(float __y, float __x)
static MemorySegment
Address for:extern float __atan2f(float __y, float __x)
static FunctionDescriptor
Function descriptor for:extern float __atan2f(float __y, float __x)
static MethodHandle
Downcall method handle for:extern float __atan2f(float __y, float __x)
static float
__atanf
(float __x) extern float __atanf(float __x)
static MemorySegment
Address for:extern float __atanf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __atanf(float __x)
static MethodHandle
Downcall method handle for:extern float __atanf(float __x)
static double
__atanh
(double __x) extern double __atanh(double __x)
static MemorySegment
Address for:extern double __atanh(double __x)
static FunctionDescriptor
Function descriptor for:extern double __atanh(double __x)
static MethodHandle
Downcall method handle for:extern double __atanh(double __x)
static float
__atanhf
(float __x) extern float __atanhf(float __x)
static MemorySegment
Address for:extern float __atanhf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __atanhf(float __x)
static MethodHandle
Downcall method handle for:extern float __atanhf(float __x)
static double
__cbrt
(double __x) extern double __cbrt(double __x)
static MemorySegment
Address for:extern double __cbrt(double __x)
static FunctionDescriptor
Function descriptor for:extern double __cbrt(double __x)
static MethodHandle
Downcall method handle for:extern double __cbrt(double __x)
static float
__cbrtf
(float __x) extern float __cbrtf(float __x)
static MemorySegment
Address for:extern float __cbrtf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __cbrtf(float __x)
static MethodHandle
Downcall method handle for:extern float __cbrtf(float __x)
static double
__ceil
(double __x) extern double __ceil(double __x)
static MemorySegment
Address for:extern double __ceil(double __x)
static FunctionDescriptor
Function descriptor for:extern double __ceil(double __x)
static MethodHandle
Downcall method handle for:extern double __ceil(double __x)
static float
__ceilf
(float __x) extern float __ceilf(float __x)
static MemorySegment
Address for:extern float __ceilf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __ceilf(float __x)
static MethodHandle
Downcall method handle for:extern float __ceilf(float __x)
static double
__copysign
(double __x, double __y) extern double __copysign(double __x, double __y)
static MemorySegment
Address for:extern double __copysign(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __copysign(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __copysign(double __x, double __y)
static float
__copysignf
(float __x, float __y) extern float __copysignf(float __x, float __y)
static MemorySegment
Address for:extern float __copysignf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __copysignf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __copysignf(float __x, float __y)
static double
__cos
(double __x) extern double __cos(double __x)
static MemorySegment
Address for:extern double __cos(double __x)
static FunctionDescriptor
Function descriptor for:extern double __cos(double __x)
static MethodHandle
Downcall method handle for:extern double __cos(double __x)
static float
__cosf
(float __x) extern float __cosf(float __x)
static MemorySegment
Address for:extern float __cosf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __cosf(float __x)
static MethodHandle
Downcall method handle for:extern float __cosf(float __x)
static double
__cosh
(double __x) extern double __cosh(double __x)
static MemorySegment
Address for:extern double __cosh(double __x)
static FunctionDescriptor
Function descriptor for:extern double __cosh(double __x)
static MethodHandle
Downcall method handle for:extern double __cosh(double __x)
static float
__coshf
(float __x) extern float __coshf(float __x)
static MemorySegment
Address for:extern float __coshf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __coshf(float __x)
static MethodHandle
Downcall method handle for:extern float __coshf(float __x)
static double
__drem
(double __x, double __y) extern double __drem(double __x, double __y)
static MemorySegment
Address for:extern double __drem(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __drem(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __drem(double __x, double __y)
static float
__dremf
(float __x, float __y) extern float __dremf(float __x, float __y)
static MemorySegment
Address for:extern float __dremf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __dremf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __dremf(float __x, float __y)
static double
__erf
(double x0) extern double __erf(double)
static MemorySegment
Address for:extern double __erf(double)
static FunctionDescriptor
Function descriptor for:extern double __erf(double)
static MethodHandle
Downcall method handle for:extern double __erf(double)
static double
__erfc
(double x0) extern double __erfc(double)
static MemorySegment
Address for:extern double __erfc(double)
static FunctionDescriptor
Function descriptor for:extern double __erfc(double)
static MethodHandle
Downcall method handle for:extern double __erfc(double)
static float
__erfcf
(float x0) extern float __erfcf(float)
static MemorySegment
Address for:extern float __erfcf(float)
static FunctionDescriptor
Function descriptor for:extern float __erfcf(float)
static MethodHandle
Downcall method handle for:extern float __erfcf(float)
static float
__erff
(float x0) extern float __erff(float)
static MemorySegment
Address for:extern float __erff(float)
static FunctionDescriptor
Function descriptor for:extern float __erff(float)
static MethodHandle
Downcall method handle for:extern float __erff(float)
static double
__exp
(double __x) extern double __exp(double __x)
static MemorySegment
Address for:extern double __exp(double __x)
static FunctionDescriptor
Function descriptor for:extern double __exp(double __x)
static MethodHandle
Downcall method handle for:extern double __exp(double __x)
static double
__exp2
(double __x) extern double __exp2(double __x)
static MemorySegment
Address for:extern double __exp2(double __x)
static FunctionDescriptor
Function descriptor for:extern double __exp2(double __x)
static MethodHandle
Downcall method handle for:extern double __exp2(double __x)
static float
__exp2f
(float __x) extern float __exp2f(float __x)
static MemorySegment
Address for:extern float __exp2f(float __x)
static FunctionDescriptor
Function descriptor for:extern float __exp2f(float __x)
static MethodHandle
Downcall method handle for:extern float __exp2f(float __x)
static float
__expf
(float __x) extern float __expf(float __x)
static MemorySegment
Address for:extern float __expf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __expf(float __x)
static MethodHandle
Downcall method handle for:extern float __expf(float __x)
static double
__expm1
(double __x) extern double __expm1(double __x)
static MemorySegment
Address for:extern double __expm1(double __x)
static FunctionDescriptor
Function descriptor for:extern double __expm1(double __x)
static MethodHandle
Downcall method handle for:extern double __expm1(double __x)
static float
__expm1f
(float __x) extern float __expm1f(float __x)
static MemorySegment
Address for:extern float __expm1f(float __x)
static FunctionDescriptor
Function descriptor for:extern float __expm1f(float __x)
static MethodHandle
Downcall method handle for:extern float __expm1f(float __x)
static double
__fabs
(double __x) extern double __fabs(double __x)
static MemorySegment
Address for:extern double __fabs(double __x)
static FunctionDescriptor
Function descriptor for:extern double __fabs(double __x)
static MethodHandle
Downcall method handle for:extern double __fabs(double __x)
static float
__fabsf
(float __x) extern float __fabsf(float __x)
static MemorySegment
Address for:extern float __fabsf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __fabsf(float __x)
static MethodHandle
Downcall method handle for:extern float __fabsf(float __x)
static double
__fdim
(double __x, double __y) extern double __fdim(double __x, double __y)
static MemorySegment
Address for:extern double __fdim(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __fdim(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __fdim(double __x, double __y)
static float
__fdimf
(float __x, float __y) extern float __fdimf(float __x, float __y)
static MemorySegment
Address for:extern float __fdimf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __fdimf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __fdimf(float __x, float __y)
static int
__finite
(double __value) extern int __finite(double __value)
static MemorySegment
Address for:extern int __finite(double __value)
static FunctionDescriptor
Function descriptor for:extern int __finite(double __value)
static MethodHandle
Downcall method handle for:extern int __finite(double __value)
static int
__finitef
(float __value) extern int __finitef(float __value)
static MemorySegment
Address for:extern int __finitef(float __value)
static FunctionDescriptor
Function descriptor for:extern int __finitef(float __value)
static MethodHandle
Downcall method handle for:extern int __finitef(float __value)
static double
__floor
(double __x) extern double __floor(double __x)
static MemorySegment
Address for:extern double __floor(double __x)
static FunctionDescriptor
Function descriptor for:extern double __floor(double __x)
static MethodHandle
Downcall method handle for:extern double __floor(double __x)
static float
__floorf
(float __x) extern float __floorf(float __x)
static MemorySegment
Address for:extern float __floorf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __floorf(float __x)
static MethodHandle
Downcall method handle for:extern float __floorf(float __x)
static double
__fma
(double __x, double __y, double __z) extern double __fma(double __x, double __y, double __z)
static MemorySegment
Address for:extern double __fma(double __x, double __y, double __z)
static FunctionDescriptor
Function descriptor for:extern double __fma(double __x, double __y, double __z)
static MethodHandle
Downcall method handle for:extern double __fma(double __x, double __y, double __z)
static float
__fmaf
(float __x, float __y, float __z) extern float __fmaf(float __x, float __y, float __z)
static MemorySegment
Address for:extern float __fmaf(float __x, float __y, float __z)
static FunctionDescriptor
Function descriptor for:extern float __fmaf(float __x, float __y, float __z)
static MethodHandle
Downcall method handle for:extern float __fmaf(float __x, float __y, float __z)
static double
__fmax
(double __x, double __y) extern double __fmax(double __x, double __y)
static MemorySegment
Address for:extern double __fmax(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __fmax(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __fmax(double __x, double __y)
static float
__fmaxf
(float __x, float __y) extern float __fmaxf(float __x, float __y)
static MemorySegment
Address for:extern float __fmaxf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __fmaxf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __fmaxf(float __x, float __y)
static double
__fmin
(double __x, double __y) extern double __fmin(double __x, double __y)
static MemorySegment
Address for:extern double __fmin(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __fmin(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __fmin(double __x, double __y)
static float
__fminf
(float __x, float __y) extern float __fminf(float __x, float __y)
static MemorySegment
Address for:extern float __fminf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __fminf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __fminf(float __x, float __y)
static double
__fmod
(double __x, double __y) extern double __fmod(double __x, double __y)
static MemorySegment
Address for:extern double __fmod(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __fmod(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __fmod(double __x, double __y)
static float
__fmodf
(float __x, float __y) extern float __fmodf(float __x, float __y)
static MemorySegment
Address for:extern float __fmodf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __fmodf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __fmodf(float __x, float __y)
static int
__fpclassify
(double __value) extern int __fpclassify(double __value)
static MemorySegment
Address for:extern int __fpclassify(double __value)
static FunctionDescriptor
Function descriptor for:extern int __fpclassify(double __value)
static MethodHandle
Downcall method handle for:extern int __fpclassify(double __value)
static int
__fpclassifyf
(float __value) extern int __fpclassifyf(float __value)
static MemorySegment
Address for:extern int __fpclassifyf(float __value)
static FunctionDescriptor
Function descriptor for:extern int __fpclassifyf(float __value)
static MethodHandle
Downcall method handle for:extern int __fpclassifyf(float __value)
static double
__frexp
(double __x, MemorySegment __exponent) extern double __frexp(double __x, int *__exponent)
static MemorySegment
Address for:extern double __frexp(double __x, int *__exponent)
static FunctionDescriptor
Function descriptor for:extern double __frexp(double __x, int *__exponent)
static MethodHandle
Downcall method handle for:extern double __frexp(double __x, int *__exponent)
static float
__frexpf
(float __x, MemorySegment __exponent) extern float __frexpf(float __x, int *__exponent)
static MemorySegment
Address for:extern float __frexpf(float __x, int *__exponent)
static FunctionDescriptor
Function descriptor for:extern float __frexpf(float __x, int *__exponent)
static MethodHandle
Downcall method handle for:extern float __frexpf(float __x, int *__exponent)
static double
__gamma
(double x0) extern double __gamma(double)
static MemorySegment
Address for:extern double __gamma(double)
static FunctionDescriptor
Function descriptor for:extern double __gamma(double)
static MethodHandle
Downcall method handle for:extern double __gamma(double)
static float
__gammaf
(float x0) extern float __gammaf(float)
static MemorySegment
Address for:extern float __gammaf(float)
static FunctionDescriptor
Function descriptor for:extern float __gammaf(float)
static MethodHandle
Downcall method handle for:extern float __gammaf(float)
static int
#define __GLIBC_FLT_EVAL_METHOD 0
static int
#define __HAVE_DISTINCT_FLOAT128X 0
static int
#define __HAVE_DISTINCT_FLOAT16 0
static int
#define __HAVE_FLOAT128_UNLIKE_LDBL 0
static double
__hypot
(double __x, double __y) extern double __hypot(double __x, double __y)
static MemorySegment
Address for:extern double __hypot(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __hypot(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __hypot(double __x, double __y)
static float
__hypotf
(float __x, float __y) extern float __hypotf(float __x, float __y)
static MemorySegment
Address for:extern float __hypotf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __hypotf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __hypotf(float __x, float __y)
static int
__ilogb
(double __x) extern int __ilogb(double __x)
static MemorySegment
Address for:extern int __ilogb(double __x)
static FunctionDescriptor
Function descriptor for:extern int __ilogb(double __x)
static MethodHandle
Downcall method handle for:extern int __ilogb(double __x)
static int
__ilogbf
(float __x) extern int __ilogbf(float __x)
static MemorySegment
Address for:extern int __ilogbf(float __x)
static FunctionDescriptor
Function descriptor for:extern int __ilogbf(float __x)
static MethodHandle
Downcall method handle for:extern int __ilogbf(float __x)
static int
__iseqsig
(double __x, double __y) extern int __iseqsig(double __x, double __y)
static MemorySegment
Address for:extern int __iseqsig(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern int __iseqsig(double __x, double __y)
static MethodHandle
Downcall method handle for:extern int __iseqsig(double __x, double __y)
static int
__iseqsigf
(float __x, float __y) extern int __iseqsigf(float __x, float __y)
static MemorySegment
Address for:extern int __iseqsigf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern int __iseqsigf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern int __iseqsigf(float __x, float __y)
static int
__isinf
(double __value) extern int __isinf(double __value)
static MemorySegment
Address for:extern int __isinf(double __value)
static FunctionDescriptor
Function descriptor for:extern int __isinf(double __value)
static MethodHandle
Downcall method handle for:extern int __isinf(double __value)
static int
__isinff
(float __value) extern int __isinff(float __value)
static MemorySegment
Address for:extern int __isinff(float __value)
static FunctionDescriptor
Function descriptor for:extern int __isinff(float __value)
static MethodHandle
Downcall method handle for:extern int __isinff(float __value)
static int
__isnan
(double __value) extern int __isnan(double __value)
static MemorySegment
Address for:extern int __isnan(double __value)
static FunctionDescriptor
Function descriptor for:extern int __isnan(double __value)
static MethodHandle
Downcall method handle for:extern int __isnan(double __value)
static int
__isnanf
(float __value) extern int __isnanf(float __value)
static MemorySegment
Address for:extern int __isnanf(float __value)
static FunctionDescriptor
Function descriptor for:extern int __isnanf(float __value)
static MethodHandle
Downcall method handle for:extern int __isnanf(float __value)
static int
__issignaling
(double __value) extern int __issignaling(double __value)
static MemorySegment
Address for:extern int __issignaling(double __value)
static FunctionDescriptor
Function descriptor for:extern int __issignaling(double __value)
static MethodHandle
Downcall method handle for:extern int __issignaling(double __value)
static int
__issignalingf
(float __value) extern int __issignalingf(float __value)
static MemorySegment
Address for:extern int __issignalingf(float __value)
static FunctionDescriptor
Function descriptor for:extern int __issignalingf(float __value)
static MethodHandle
Downcall method handle for:extern int __issignalingf(float __value)
static double
__j0
(double x0) extern double __j0(double)
static MemorySegment
Address for:extern double __j0(double)
static FunctionDescriptor
Function descriptor for:extern double __j0(double)
static MethodHandle
Downcall method handle for:extern double __j0(double)
static float
__j0f
(float x0) extern float __j0f(float)
static MemorySegment
Address for:extern float __j0f(float)
static FunctionDescriptor
Function descriptor for:extern float __j0f(float)
static MethodHandle
Downcall method handle for:extern float __j0f(float)
static double
__j1
(double x0) extern double __j1(double)
static MemorySegment
Address for:extern double __j1(double)
static FunctionDescriptor
Function descriptor for:extern double __j1(double)
static MethodHandle
Downcall method handle for:extern double __j1(double)
static float
__j1f
(float x0) extern float __j1f(float)
static MemorySegment
Address for:extern float __j1f(float)
static FunctionDescriptor
Function descriptor for:extern float __j1f(float)
static MethodHandle
Downcall method handle for:extern float __j1f(float)
static double
__jn
(int x0, double x1) extern double __jn(int, double)
static MemorySegment
Address for:extern double __jn(int, double)
static FunctionDescriptor
Function descriptor for:extern double __jn(int, double)
static MethodHandle
Downcall method handle for:extern double __jn(int, double)
static float
__jnf
(int x0, float x1) extern float __jnf(int, float)
static MemorySegment
Address for:extern float __jnf(int, float)
static FunctionDescriptor
Function descriptor for:extern float __jnf(int, float)
static MethodHandle
Downcall method handle for:extern float __jnf(int, float)
static double
__ldexp
(double __x, int __exponent) extern double __ldexp(double __x, int __exponent)
static MemorySegment
Address for:extern double __ldexp(double __x, int __exponent)
static FunctionDescriptor
Function descriptor for:extern double __ldexp(double __x, int __exponent)
static MethodHandle
Downcall method handle for:extern double __ldexp(double __x, int __exponent)
static float
__ldexpf
(float __x, int __exponent) extern float __ldexpf(float __x, int __exponent)
static MemorySegment
Address for:extern float __ldexpf(float __x, int __exponent)
static FunctionDescriptor
Function descriptor for:extern float __ldexpf(float __x, int __exponent)
static MethodHandle
Downcall method handle for:extern float __ldexpf(float __x, int __exponent)
static double
__lgamma
(double x0) extern double __lgamma(double)
static double
__lgamma_r
(double x0, MemorySegment __signgamp) extern double __lgamma_r(double, int *__signgamp)
static MemorySegment
Address for:extern double __lgamma_r(double, int *__signgamp)
static FunctionDescriptor
Function descriptor for:extern double __lgamma_r(double, int *__signgamp)
static MethodHandle
Downcall method handle for:extern double __lgamma_r(double, int *__signgamp)
static MemorySegment
Address for:extern double __lgamma(double)
static FunctionDescriptor
Function descriptor for:extern double __lgamma(double)
static MethodHandle
Downcall method handle for:extern double __lgamma(double)
static float
__lgammaf
(float x0) extern float __lgammaf(float)
static float
__lgammaf_r
(float x0, MemorySegment __signgamp) extern float __lgammaf_r(float, int *__signgamp)
static MemorySegment
Address for:extern float __lgammaf_r(float, int *__signgamp)
static FunctionDescriptor
Function descriptor for:extern float __lgammaf_r(float, int *__signgamp)
static MethodHandle
Downcall method handle for:extern float __lgammaf_r(float, int *__signgamp)
static MemorySegment
Address for:extern float __lgammaf(float)
static FunctionDescriptor
Function descriptor for:extern float __lgammaf(float)
static MethodHandle
Downcall method handle for:extern float __lgammaf(float)
static long
__llrint
(double __x) extern long long __llrint(double __x)
static MemorySegment
Address for:extern long long __llrint(double __x)
static FunctionDescriptor
Function descriptor for:extern long long __llrint(double __x)
static MethodHandle
Downcall method handle for:extern long long __llrint(double __x)
static long
__llrintf
(float __x) extern long long __llrintf(float __x)
static MemorySegment
Address for:extern long long __llrintf(float __x)
static FunctionDescriptor
Function descriptor for:extern long long __llrintf(float __x)
static MethodHandle
Downcall method handle for:extern long long __llrintf(float __x)
static long
__llround
(double __x) extern long long __llround(double __x)
static MemorySegment
Address for:extern long long __llround(double __x)
static FunctionDescriptor
Function descriptor for:extern long long __llround(double __x)
static MethodHandle
Downcall method handle for:extern long long __llround(double __x)
static long
__llroundf
(float __x) extern long long __llroundf(float __x)
static MemorySegment
Address for:extern long long __llroundf(float __x)
static FunctionDescriptor
Function descriptor for:extern long long __llroundf(float __x)
static MethodHandle
Downcall method handle for:extern long long __llroundf(float __x)
static double
__log
(double __x) extern double __log(double __x)
static MemorySegment
Address for:extern double __log(double __x)
static FunctionDescriptor
Function descriptor for:extern double __log(double __x)
static MethodHandle
Downcall method handle for:extern double __log(double __x)
static double
__log10
(double __x) extern double __log10(double __x)
static MemorySegment
Address for:extern double __log10(double __x)
static FunctionDescriptor
Function descriptor for:extern double __log10(double __x)
static MethodHandle
Downcall method handle for:extern double __log10(double __x)
static float
__log10f
(float __x) extern float __log10f(float __x)
static MemorySegment
Address for:extern float __log10f(float __x)
static FunctionDescriptor
Function descriptor for:extern float __log10f(float __x)
static MethodHandle
Downcall method handle for:extern float __log10f(float __x)
static double
__log1p
(double __x) extern double __log1p(double __x)
static MemorySegment
Address for:extern double __log1p(double __x)
static FunctionDescriptor
Function descriptor for:extern double __log1p(double __x)
static MethodHandle
Downcall method handle for:extern double __log1p(double __x)
static float
__log1pf
(float __x) extern float __log1pf(float __x)
static MemorySegment
Address for:extern float __log1pf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __log1pf(float __x)
static MethodHandle
Downcall method handle for:extern float __log1pf(float __x)
static double
__log2
(double __x) extern double __log2(double __x)
static MemorySegment
Address for:extern double __log2(double __x)
static FunctionDescriptor
Function descriptor for:extern double __log2(double __x)
static MethodHandle
Downcall method handle for:extern double __log2(double __x)
static float
__log2f
(float __x) extern float __log2f(float __x)
static MemorySegment
Address for:extern float __log2f(float __x)
static FunctionDescriptor
Function descriptor for:extern float __log2f(float __x)
static MethodHandle
Downcall method handle for:extern float __log2f(float __x)
static double
__logb
(double __x) extern double __logb(double __x)
static MemorySegment
Address for:extern double __logb(double __x)
static FunctionDescriptor
Function descriptor for:extern double __logb(double __x)
static MethodHandle
Downcall method handle for:extern double __logb(double __x)
static float
__logbf
(float __x) extern float __logbf(float __x)
static MemorySegment
Address for:extern float __logbf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __logbf(float __x)
static MethodHandle
Downcall method handle for:extern float __logbf(float __x)
static float
__logf
(float __x) extern float __logf(float __x)
static MemorySegment
Address for:extern float __logf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __logf(float __x)
static MethodHandle
Downcall method handle for:extern float __logf(float __x)
static long
__lrint
(double __x) extern long __lrint(double __x)
static MemorySegment
Address for:extern long __lrint(double __x)
static FunctionDescriptor
Function descriptor for:extern long __lrint(double __x)
static MethodHandle
Downcall method handle for:extern long __lrint(double __x)
static long
__lrintf
(float __x) extern long __lrintf(float __x)
static MemorySegment
Address for:extern long __lrintf(float __x)
static FunctionDescriptor
Function descriptor for:extern long __lrintf(float __x)
static MethodHandle
Downcall method handle for:extern long __lrintf(float __x)
static long
__lround
(double __x) extern long __lround(double __x)
static MemorySegment
Address for:extern long __lround(double __x)
static FunctionDescriptor
Function descriptor for:extern long __lround(double __x)
static MethodHandle
Downcall method handle for:extern long __lround(double __x)
static long
__lroundf
(float __x) extern long __lroundf(float __x)
static MemorySegment
Address for:extern long __lroundf(float __x)
static FunctionDescriptor
Function descriptor for:extern long __lroundf(float __x)
static MethodHandle
Downcall method handle for:extern long __lroundf(float __x)
static double
__modf
(double __x, MemorySegment __iptr) extern double __modf(double __x, double *__iptr)
static MemorySegment
Address for:extern double __modf(double __x, double *__iptr)
static FunctionDescriptor
Function descriptor for:extern double __modf(double __x, double *__iptr)
static MethodHandle
Downcall method handle for:extern double __modf(double __x, double *__iptr)
static float
__modff
(float __x, MemorySegment __iptr) extern float __modff(float __x, float *__iptr)
static MemorySegment
Address for:extern float __modff(float __x, float *__iptr)
static FunctionDescriptor
Function descriptor for:extern float __modff(float __x, float *__iptr)
static MethodHandle
Downcall method handle for:extern float __modff(float __x, float *__iptr)
static double
__nan
(MemorySegment __tagb) extern double __nan(const char *__tagb)
static MemorySegment
Address for:extern double __nan(const char *__tagb)
static FunctionDescriptor
Function descriptor for:extern double __nan(const char *__tagb)
static MethodHandle
Downcall method handle for:extern double __nan(const char *__tagb)
static float
__nanf
(MemorySegment __tagb) extern float __nanf(const char *__tagb)
static MemorySegment
Address for:extern float __nanf(const char *__tagb)
static FunctionDescriptor
Function descriptor for:extern float __nanf(const char *__tagb)
static MethodHandle
Downcall method handle for:extern float __nanf(const char *__tagb)
static double
__nearbyint
(double __x) extern double __nearbyint(double __x)
static MemorySegment
Address for:extern double __nearbyint(double __x)
static FunctionDescriptor
Function descriptor for:extern double __nearbyint(double __x)
static MethodHandle
Downcall method handle for:extern double __nearbyint(double __x)
static float
__nearbyintf
(float __x) extern float __nearbyintf(float __x)
static MemorySegment
Address for:extern float __nearbyintf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __nearbyintf(float __x)
static MethodHandle
Downcall method handle for:extern float __nearbyintf(float __x)
static double
__nextafter
(double __x, double __y) extern double __nextafter(double __x, double __y)
static MemorySegment
Address for:extern double __nextafter(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __nextafter(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __nextafter(double __x, double __y)
static float
__nextafterf
(float __x, float __y) extern float __nextafterf(float __x, float __y)
static MemorySegment
Address for:extern float __nextafterf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __nextafterf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __nextafterf(float __x, float __y)
static double
__pow
(double __x, double __y) extern double __pow(double __x, double __y)
static MemorySegment
Address for:extern double __pow(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __pow(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __pow(double __x, double __y)
static float
__powf
(float __x, float __y) extern float __powf(float __x, float __y)
static MemorySegment
Address for:extern float __powf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __powf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __powf(float __x, float __y)
static double
__remainder
(double __x, double __y) extern double __remainder(double __x, double __y)
static MemorySegment
Address for:extern double __remainder(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double __remainder(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double __remainder(double __x, double __y)
static float
__remainderf
(float __x, float __y) extern float __remainderf(float __x, float __y)
static MemorySegment
Address for:extern float __remainderf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float __remainderf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float __remainderf(float __x, float __y)
static double
__remquo
(double __x, double __y, MemorySegment __quo) extern double __remquo(double __x, double __y, int *__quo)
static MemorySegment
Address for:extern double __remquo(double __x, double __y, int *__quo)
static FunctionDescriptor
Function descriptor for:extern double __remquo(double __x, double __y, int *__quo)
static MethodHandle
Downcall method handle for:extern double __remquo(double __x, double __y, int *__quo)
static float
__remquof
(float __x, float __y, MemorySegment __quo) extern float __remquof(float __x, float __y, int *__quo)
static MemorySegment
Address for:extern float __remquof(float __x, float __y, int *__quo)
static FunctionDescriptor
Function descriptor for:extern float __remquof(float __x, float __y, int *__quo)
static MethodHandle
Downcall method handle for:extern float __remquof(float __x, float __y, int *__quo)
static double
__rint
(double __x) extern double __rint(double __x)
static MemorySegment
Address for:extern double __rint(double __x)
static FunctionDescriptor
Function descriptor for:extern double __rint(double __x)
static MethodHandle
Downcall method handle for:extern double __rint(double __x)
static float
__rintf
(float __x) extern float __rintf(float __x)
static MemorySegment
Address for:extern float __rintf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __rintf(float __x)
static MethodHandle
Downcall method handle for:extern float __rintf(float __x)
static double
__round
(double __x) extern double __round(double __x)
static MemorySegment
Address for:extern double __round(double __x)
static FunctionDescriptor
Function descriptor for:extern double __round(double __x)
static MethodHandle
Downcall method handle for:extern double __round(double __x)
static float
__roundf
(float __x) extern float __roundf(float __x)
static MemorySegment
Address for:extern float __roundf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __roundf(float __x)
static MethodHandle
Downcall method handle for:extern float __roundf(float __x)
static double
__scalb
(double __x, double __n) extern double __scalb(double __x, double __n)
static MemorySegment
Address for:extern double __scalb(double __x, double __n)
static FunctionDescriptor
Function descriptor for:extern double __scalb(double __x, double __n)
static MethodHandle
Downcall method handle for:extern double __scalb(double __x, double __n)
static float
__scalbf
(float __x, float __n) extern float __scalbf(float __x, float __n)
static MemorySegment
Address for:extern float __scalbf(float __x, float __n)
static FunctionDescriptor
Function descriptor for:extern float __scalbf(float __x, float __n)
static MethodHandle
Downcall method handle for:extern float __scalbf(float __x, float __n)
static double
__scalbln
(double __x, long __n) extern double __scalbln(double __x, long __n)
static MemorySegment
Address for:extern double __scalbln(double __x, long __n)
static FunctionDescriptor
Function descriptor for:extern double __scalbln(double __x, long __n)
static MethodHandle
Downcall method handle for:extern double __scalbln(double __x, long __n)
static float
__scalblnf
(float __x, long __n) extern float __scalblnf(float __x, long __n)
static MemorySegment
Address for:extern float __scalblnf(float __x, long __n)
static FunctionDescriptor
Function descriptor for:extern float __scalblnf(float __x, long __n)
static MethodHandle
Downcall method handle for:extern float __scalblnf(float __x, long __n)
static double
__scalbn
(double __x, int __n) extern double __scalbn(double __x, int __n)
static MemorySegment
Address for:extern double __scalbn(double __x, int __n)
static FunctionDescriptor
Function descriptor for:extern double __scalbn(double __x, int __n)
static MethodHandle
Downcall method handle for:extern double __scalbn(double __x, int __n)
static float
__scalbnf
(float __x, int __n) extern float __scalbnf(float __x, int __n)
static MemorySegment
Address for:extern float __scalbnf(float __x, int __n)
static FunctionDescriptor
Function descriptor for:extern float __scalbnf(float __x, int __n)
static MethodHandle
Downcall method handle for:extern float __scalbnf(float __x, int __n)
static int
__signbit
(double __value) extern int __signbit(double __value)
static MemorySegment
Address for:extern int __signbit(double __value)
static FunctionDescriptor
Function descriptor for:extern int __signbit(double __value)
static MethodHandle
Downcall method handle for:extern int __signbit(double __value)
static int
__signbitf
(float __value) extern int __signbitf(float __value)
static MemorySegment
Address for:extern int __signbitf(float __value)
static FunctionDescriptor
Function descriptor for:extern int __signbitf(float __value)
static MethodHandle
Downcall method handle for:extern int __signbitf(float __value)
static double
__significand
(double __x) extern double __significand(double __x)
static MemorySegment
Address for:extern double __significand(double __x)
static FunctionDescriptor
Function descriptor for:extern double __significand(double __x)
static MethodHandle
Downcall method handle for:extern double __significand(double __x)
static float
__significandf
(float __x) extern float __significandf(float __x)
static MemorySegment
Address for:extern float __significandf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __significandf(float __x)
static MethodHandle
Downcall method handle for:extern float __significandf(float __x)
static double
__sin
(double __x) extern double __sin(double __x)
static MemorySegment
Address for:extern double __sin(double __x)
static FunctionDescriptor
Function descriptor for:extern double __sin(double __x)
static MethodHandle
Downcall method handle for:extern double __sin(double __x)
static float
__sinf
(float __x) extern float __sinf(float __x)
static MemorySegment
Address for:extern float __sinf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __sinf(float __x)
static MethodHandle
Downcall method handle for:extern float __sinf(float __x)
static double
__sinh
(double __x) extern double __sinh(double __x)
static MemorySegment
Address for:extern double __sinh(double __x)
static FunctionDescriptor
Function descriptor for:extern double __sinh(double __x)
static MethodHandle
Downcall method handle for:extern double __sinh(double __x)
static float
__sinhf
(float __x) extern float __sinhf(float __x)
static MemorySegment
Address for:extern float __sinhf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __sinhf(float __x)
static MethodHandle
Downcall method handle for:extern float __sinhf(float __x)
static double
__sqrt
(double __x) extern double __sqrt(double __x)
static MemorySegment
Address for:extern double __sqrt(double __x)
static FunctionDescriptor
Function descriptor for:extern double __sqrt(double __x)
static MethodHandle
Downcall method handle for:extern double __sqrt(double __x)
static float
__sqrtf
(float __x) extern float __sqrtf(float __x)
static MemorySegment
Address for:extern float __sqrtf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __sqrtf(float __x)
static MethodHandle
Downcall method handle for:extern float __sqrtf(float __x)
static long
#define __STDC_IEC_60559_BFP__ 201404
static long
#define __STDC_IEC_60559_COMPLEX__ 201404
static long
#define __STDC_ISO_10646__ 201706
static double
__tan
(double __x) extern double __tan(double __x)
static MemorySegment
Address for:extern double __tan(double __x)
static FunctionDescriptor
Function descriptor for:extern double __tan(double __x)
static MethodHandle
Downcall method handle for:extern double __tan(double __x)
static float
__tanf
(float __x) extern float __tanf(float __x)
static MemorySegment
Address for:extern float __tanf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __tanf(float __x)
static MethodHandle
Downcall method handle for:extern float __tanf(float __x)
static double
__tanh
(double __x) extern double __tanh(double __x)
static MemorySegment
Address for:extern double __tanh(double __x)
static FunctionDescriptor
Function descriptor for:extern double __tanh(double __x)
static MethodHandle
Downcall method handle for:extern double __tanh(double __x)
static float
__tanhf
(float __x) extern float __tanhf(float __x)
static MemorySegment
Address for:extern float __tanhf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __tanhf(float __x)
static MethodHandle
Downcall method handle for:extern float __tanhf(float __x)
static double
__tgamma
(double x0) extern double __tgamma(double)
static MemorySegment
Address for:extern double __tgamma(double)
static FunctionDescriptor
Function descriptor for:extern double __tgamma(double)
static MethodHandle
Downcall method handle for:extern double __tgamma(double)
static float
__tgammaf
(float x0) extern float __tgammaf(float)
static MemorySegment
Address for:extern float __tgammaf(float)
static FunctionDescriptor
Function descriptor for:extern float __tgammaf(float)
static MethodHandle
Downcall method handle for:extern float __tgammaf(float)
static int
#define __TIMESIZE 64
static double
__trunc
(double __x) extern double __trunc(double __x)
static MemorySegment
Address for:extern double __trunc(double __x)
static FunctionDescriptor
Function descriptor for:extern double __trunc(double __x)
static MethodHandle
Downcall method handle for:extern double __trunc(double __x)
static float
__truncf
(float __x) extern float __truncf(float __x)
static MemorySegment
Address for:extern float __truncf(float __x)
static FunctionDescriptor
Function descriptor for:extern float __truncf(float __x)
static MethodHandle
Downcall method handle for:extern float __truncf(float __x)
static double
__y0
(double x0) extern double __y0(double)
static MemorySegment
Address for:extern double __y0(double)
static FunctionDescriptor
Function descriptor for:extern double __y0(double)
static MethodHandle
Downcall method handle for:extern double __y0(double)
static float
__y0f
(float x0) extern float __y0f(float)
static MemorySegment
Address for:extern float __y0f(float)
static FunctionDescriptor
Function descriptor for:extern float __y0f(float)
static MethodHandle
Downcall method handle for:extern float __y0f(float)
static double
__y1
(double x0) extern double __y1(double)
static MemorySegment
Address for:extern double __y1(double)
static FunctionDescriptor
Function descriptor for:extern double __y1(double)
static MethodHandle
Downcall method handle for:extern double __y1(double)
static float
__y1f
(float x0) extern float __y1f(float)
static MemorySegment
Address for:extern float __y1f(float)
static FunctionDescriptor
Function descriptor for:extern float __y1f(float)
static MethodHandle
Downcall method handle for:extern float __y1f(float)
static double
__yn
(int x0, double x1) extern double __yn(int, double)
static MemorySegment
Address for:extern double __yn(int, double)
static FunctionDescriptor
Function descriptor for:extern double __yn(int, double)
static MethodHandle
Downcall method handle for:extern double __yn(int, double)
static float
__ynf
(int x0, float x1) extern float __ynf(int, float)
static MemorySegment
Address for:extern float __ynf(int, float)
static FunctionDescriptor
Function descriptor for:extern float __ynf(int, float)
static MethodHandle
Downcall method handle for:extern float __ynf(int, float)
static long
#define _POSIX_C_SOURCE 200809
static double
acos
(double __x) extern double acos(double __x)
static MemorySegment
Address for:extern double acos(double __x)
static FunctionDescriptor
Function descriptor for:extern double acos(double __x)
static MethodHandle
Downcall method handle for:extern double acos(double __x)
static float
acosf
(float __x) extern float acosf(float __x)
static MemorySegment
Address for:extern float acosf(float __x)
static FunctionDescriptor
Function descriptor for:extern float acosf(float __x)
static MethodHandle
Downcall method handle for:extern float acosf(float __x)
static double
acosh
(double __x) extern double acosh(double __x)
static MemorySegment
Address for:extern double acosh(double __x)
static FunctionDescriptor
Function descriptor for:extern double acosh(double __x)
static MethodHandle
Downcall method handle for:extern double acosh(double __x)
static float
acoshf
(float __x) extern float acoshf(float __x)
static MemorySegment
Address for:extern float acoshf(float __x)
static FunctionDescriptor
Function descriptor for:extern float acoshf(float __x)
static MethodHandle
Downcall method handle for:extern float acoshf(float __x)
static double
asin
(double __x) extern double asin(double __x)
static MemorySegment
Address for:extern double asin(double __x)
static FunctionDescriptor
Function descriptor for:extern double asin(double __x)
static MethodHandle
Downcall method handle for:extern double asin(double __x)
static float
asinf
(float __x) extern float asinf(float __x)
static MemorySegment
Address for:extern float asinf(float __x)
static FunctionDescriptor
Function descriptor for:extern float asinf(float __x)
static MethodHandle
Downcall method handle for:extern float asinf(float __x)
static double
asinh
(double __x) extern double asinh(double __x)
static MemorySegment
Address for:extern double asinh(double __x)
static FunctionDescriptor
Function descriptor for:extern double asinh(double __x)
static MethodHandle
Downcall method handle for:extern double asinh(double __x)
static float
asinhf
(float __x) extern float asinhf(float __x)
static MemorySegment
Address for:extern float asinhf(float __x)
static FunctionDescriptor
Function descriptor for:extern float asinhf(float __x)
static MethodHandle
Downcall method handle for:extern float asinhf(float __x)
static double
atan
(double __x) extern double atan(double __x)
static MemorySegment
Address for:extern double atan(double __x)
static FunctionDescriptor
Function descriptor for:extern double atan(double __x)
static MethodHandle
Downcall method handle for:extern double atan(double __x)
static double
atan2
(double __y, double __x) extern double atan2(double __y, double __x)
static MemorySegment
Address for:extern double atan2(double __y, double __x)
static FunctionDescriptor
Function descriptor for:extern double atan2(double __y, double __x)
static MethodHandle
Downcall method handle for:extern double atan2(double __y, double __x)
static float
atan2f
(float __y, float __x) extern float atan2f(float __y, float __x)
static MemorySegment
Address for:extern float atan2f(float __y, float __x)
static FunctionDescriptor
Function descriptor for:extern float atan2f(float __y, float __x)
static MethodHandle
Downcall method handle for:extern float atan2f(float __y, float __x)
static float
atanf
(float __x) extern float atanf(float __x)
static MemorySegment
Address for:extern float atanf(float __x)
static FunctionDescriptor
Function descriptor for:extern float atanf(float __x)
static MethodHandle
Downcall method handle for:extern float atanf(float __x)
static double
atanh
(double __x) extern double atanh(double __x)
static MemorySegment
Address for:extern double atanh(double __x)
static FunctionDescriptor
Function descriptor for:extern double atanh(double __x)
static MethodHandle
Downcall method handle for:extern double atanh(double __x)
static float
atanhf
(float __x) extern float atanhf(float __x)
static MemorySegment
Address for:extern float atanhf(float __x)
static FunctionDescriptor
Function descriptor for:extern float atanhf(float __x)
static MethodHandle
Downcall method handle for:extern float atanhf(float __x)
static void
AttachAudioMixedProcessor
(MemorySegment processor) void AttachAudioMixedProcessor(AudioCallback processor)
static MemorySegment
Address for:void AttachAudioMixedProcessor(AudioCallback processor)
static FunctionDescriptor
Function descriptor for:void AttachAudioMixedProcessor(AudioCallback processor)
static MethodHandle
Downcall method handle for:void AttachAudioMixedProcessor(AudioCallback processor)
static void
AttachAudioStreamProcessor
(MemorySegment stream, MemorySegment processor) void AttachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
static MemorySegment
Address for:void AttachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
static FunctionDescriptor
Function descriptor for:void AttachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
static MethodHandle
Downcall method handle for:void AttachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
static double
cbrt
(double __x) extern double cbrt(double __x)
static MemorySegment
Address for:extern double cbrt(double __x)
static FunctionDescriptor
Function descriptor for:extern double cbrt(double __x)
static MethodHandle
Downcall method handle for:extern double cbrt(double __x)
static float
cbrtf
(float __x) extern float cbrtf(float __x)
static MemorySegment
Address for:extern float cbrtf(float __x)
static FunctionDescriptor
Function descriptor for:extern float cbrtf(float __x)
static MethodHandle
Downcall method handle for:extern float cbrtf(float __x)
static double
ceil
(double __x) extern double ceil(double __x)
static MemorySegment
Address for:extern double ceil(double __x)
static FunctionDescriptor
Function descriptor for:extern double ceil(double __x)
static MethodHandle
Downcall method handle for:extern double ceil(double __x)
static float
ceilf
(float __x) extern float ceilf(float __x)
static MemorySegment
Address for:extern float ceilf(float __x)
static FunctionDescriptor
Function descriptor for:extern float ceilf(float __x)
static MethodHandle
Downcall method handle for:extern float ceilf(float __x)
static float
Clamp
(float value, float min, float max) float Clamp(float value, float min, float max)
static MemorySegment
Address for:float Clamp(float value, float min, float max)
static FunctionDescriptor
Function descriptor for:float Clamp(float value, float min, float max)
static MethodHandle
Downcall method handle for:float Clamp(float value, float min, float max)
static double
copysign
(double __x, double __y) extern double copysign(double __x, double __y)
static MemorySegment
Address for:extern double copysign(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double copysign(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double copysign(double __x, double __y)
static float
copysignf
(float __x, float __y) extern float copysignf(float __x, float __y)
static MemorySegment
Address for:extern float copysignf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float copysignf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float copysignf(float __x, float __y)
static double
cos
(double __x) extern double cos(double __x)
static MemorySegment
Address for:extern double cos(double __x)
static FunctionDescriptor
Function descriptor for:extern double cos(double __x)
static MethodHandle
Downcall method handle for:extern double cos(double __x)
static float
cosf
(float __x) extern float cosf(float __x)
static MemorySegment
Address for:extern float cosf(float __x)
static FunctionDescriptor
Function descriptor for:extern float cosf(float __x)
static MethodHandle
Downcall method handle for:extern float cosf(float __x)
static double
cosh
(double __x) extern double cosh(double __x)
static MemorySegment
Address for:extern double cosh(double __x)
static FunctionDescriptor
Function descriptor for:extern double cosh(double __x)
static MethodHandle
Downcall method handle for:extern double cosh(double __x)
static float
coshf
(float __x) extern float coshf(float __x)
static MemorySegment
Address for:extern float coshf(float __x)
static FunctionDescriptor
Function descriptor for:extern float coshf(float __x)
static MethodHandle
Downcall method handle for:extern float coshf(float __x)
static float
DEG2RAD()
#define DEG2RAD 0.01745329238474369
static void
DetachAudioMixedProcessor
(MemorySegment processor) void DetachAudioMixedProcessor(AudioCallback processor)
static MemorySegment
Address for:void DetachAudioMixedProcessor(AudioCallback processor)
static FunctionDescriptor
Function descriptor for:void DetachAudioMixedProcessor(AudioCallback processor)
static MethodHandle
Downcall method handle for:void DetachAudioMixedProcessor(AudioCallback processor)
static void
DetachAudioStreamProcessor
(MemorySegment stream, MemorySegment processor) void DetachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
static MemorySegment
Address for:void DetachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
static FunctionDescriptor
Function descriptor for:void DetachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
static MethodHandle
Downcall method handle for:void DetachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
static double
drem
(double __x, double __y) extern double drem(double __x, double __y)
static MemorySegment
Address for:extern double drem(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double drem(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double drem(double __x, double __y)
static float
dremf
(float __x, float __y) extern float dremf(float __x, float __y)
static MemorySegment
Address for:extern float dremf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float dremf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float dremf(float __x, float __y)
static float
EPSILON()
#define EPSILON 9.999999974752427E-7
static double
erf
(double x0) extern double erf(double)
static MemorySegment
Address for:extern double erf(double)
static FunctionDescriptor
Function descriptor for:extern double erf(double)
static MethodHandle
Downcall method handle for:extern double erf(double)
static double
erfc
(double x0) extern double erfc(double)
static MemorySegment
Address for:extern double erfc(double)
static FunctionDescriptor
Function descriptor for:extern double erfc(double)
static MethodHandle
Downcall method handle for:extern double erfc(double)
static float
erfcf
(float x0) extern float erfcf(float)
static MemorySegment
Address for:extern float erfcf(float)
static FunctionDescriptor
Function descriptor for:extern float erfcf(float)
static MethodHandle
Downcall method handle for:extern float erfcf(float)
static float
erff
(float x0) extern float erff(float)
static MemorySegment
Address for:extern float erff(float)
static FunctionDescriptor
Function descriptor for:extern float erff(float)
static MethodHandle
Downcall method handle for:extern float erff(float)
static double
exp
(double __x) extern double exp(double __x)
static MemorySegment
Address for:extern double exp(double __x)
static FunctionDescriptor
Function descriptor for:extern double exp(double __x)
static MethodHandle
Downcall method handle for:extern double exp(double __x)
static double
exp2
(double __x) extern double exp2(double __x)
static MemorySegment
Address for:extern double exp2(double __x)
static FunctionDescriptor
Function descriptor for:extern double exp2(double __x)
static MethodHandle
Downcall method handle for:extern double exp2(double __x)
static float
exp2f
(float __x) extern float exp2f(float __x)
static MemorySegment
Address for:extern float exp2f(float __x)
static FunctionDescriptor
Function descriptor for:extern float exp2f(float __x)
static MethodHandle
Downcall method handle for:extern float exp2f(float __x)
static float
expf
(float __x) extern float expf(float __x)
static MemorySegment
Address for:extern float expf(float __x)
static FunctionDescriptor
Function descriptor for:extern float expf(float __x)
static MethodHandle
Downcall method handle for:extern float expf(float __x)
static double
expm1
(double __x) extern double expm1(double __x)
static MemorySegment
Address for:extern double expm1(double __x)
static FunctionDescriptor
Function descriptor for:extern double expm1(double __x)
static MethodHandle
Downcall method handle for:extern double expm1(double __x)
static float
expm1f
(float __x) extern float expm1f(float __x)
static MemorySegment
Address for:extern float expm1f(float __x)
static FunctionDescriptor
Function descriptor for:extern float expm1f(float __x)
static MethodHandle
Downcall method handle for:extern float expm1f(float __x)
static double
fabs
(double __x) extern double fabs(double __x)
static MemorySegment
Address for:extern double fabs(double __x)
static FunctionDescriptor
Function descriptor for:extern double fabs(double __x)
static MethodHandle
Downcall method handle for:extern double fabs(double __x)
static float
fabsf
(float __x) extern float fabsf(float __x)
static MemorySegment
Address for:extern float fabsf(float __x)
static FunctionDescriptor
Function descriptor for:extern float fabsf(float __x)
static MethodHandle
Downcall method handle for:extern float fabsf(float __x)
static double
fdim
(double __x, double __y) extern double fdim(double __x, double __y)
static MemorySegment
Address for:extern double fdim(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double fdim(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double fdim(double __x, double __y)
static float
fdimf
(float __x, float __y) extern float fdimf(float __x, float __y)
static MemorySegment
Address for:extern float fdimf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float fdimf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float fdimf(float __x, float __y)
static int
finite
(double __value) extern int finite(double __value)
static MemorySegment
Address for:extern int finite(double __value)
static FunctionDescriptor
Function descriptor for:extern int finite(double __value)
static MethodHandle
Downcall method handle for:extern int finite(double __value)
static int
finitef
(float __value) extern int finitef(float __value)
static MemorySegment
Address for:extern int finitef(float __value)
static FunctionDescriptor
Function descriptor for:extern int finitef(float __value)
static MethodHandle
Downcall method handle for:extern int finitef(float __value)
static int
FloatEquals
(float x, float y) int FloatEquals(float x, float y)
static MemorySegment
Address for:int FloatEquals(float x, float y)
static FunctionDescriptor
Function descriptor for:int FloatEquals(float x, float y)
static MethodHandle
Downcall method handle for:int FloatEquals(float x, float y)
static double
floor
(double __x) extern double floor(double __x)
static MemorySegment
Address for:extern double floor(double __x)
static FunctionDescriptor
Function descriptor for:extern double floor(double __x)
static MethodHandle
Downcall method handle for:extern double floor(double __x)
static float
floorf
(float __x) extern float floorf(float __x)
static MemorySegment
Address for:extern float floorf(float __x)
static FunctionDescriptor
Function descriptor for:extern float floorf(float __x)
static MethodHandle
Downcall method handle for:extern float floorf(float __x)
static double
fma
(double __x, double __y, double __z) extern double fma(double __x, double __y, double __z)
static MemorySegment
Address for:extern double fma(double __x, double __y, double __z)
static FunctionDescriptor
Function descriptor for:extern double fma(double __x, double __y, double __z)
static MethodHandle
Downcall method handle for:extern double fma(double __x, double __y, double __z)
static float
fmaf
(float __x, float __y, float __z) extern float fmaf(float __x, float __y, float __z)
static MemorySegment
Address for:extern float fmaf(float __x, float __y, float __z)
static FunctionDescriptor
Function descriptor for:extern float fmaf(float __x, float __y, float __z)
static MethodHandle
Downcall method handle for:extern float fmaf(float __x, float __y, float __z)
static double
fmax
(double __x, double __y) extern double fmax(double __x, double __y)
static MemorySegment
Address for:extern double fmax(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double fmax(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double fmax(double __x, double __y)
static float
fmaxf
(float __x, float __y) extern float fmaxf(float __x, float __y)
static MemorySegment
Address for:extern float fmaxf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float fmaxf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float fmaxf(float __x, float __y)
static double
fmin
(double __x, double __y) extern double fmin(double __x, double __y)
static MemorySegment
Address for:extern double fmin(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double fmin(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double fmin(double __x, double __y)
static float
fminf
(float __x, float __y) extern float fminf(float __x, float __y)
static MemorySegment
Address for:extern float fminf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float fminf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float fminf(float __x, float __y)
static double
fmod
(double __x, double __y) extern double fmod(double __x, double __y)
static MemorySegment
Address for:extern double fmod(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double fmod(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double fmod(double __x, double __y)
static float
fmodf
(float __x, float __y) extern float fmodf(float __x, float __y)
static MemorySegment
Address for:extern float fmodf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float fmodf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float fmodf(float __x, float __y)
static int
#define FP_ILOGB0 -2147483648
static int
#define FP_ILOGBNAN -2147483648
static double
frexp
(double __x, MemorySegment __exponent) extern double frexp(double __x, int *__exponent)
static MemorySegment
Address for:extern double frexp(double __x, int *__exponent)
static FunctionDescriptor
Function descriptor for:extern double frexp(double __x, int *__exponent)
static MethodHandle
Downcall method handle for:extern double frexp(double __x, int *__exponent)
static float
frexpf
(float __x, MemorySegment __exponent) extern float frexpf(float __x, int *__exponent)
static MemorySegment
Address for:extern float frexpf(float __x, int *__exponent)
static FunctionDescriptor
Function descriptor for:extern float frexpf(float __x, int *__exponent)
static MethodHandle
Downcall method handle for:extern float frexpf(float __x, int *__exponent)
static double
gamma
(double x0) extern double gamma(double)
static MemorySegment
Address for:extern double gamma(double)
static FunctionDescriptor
Function descriptor for:extern double gamma(double)
static MethodHandle
Downcall method handle for:extern double gamma(double)
static float
gammaf
(float x0) extern float gammaf(float)
static MemorySegment
Address for:extern float gammaf(float)
static FunctionDescriptor
Function descriptor for:extern float gammaf(float)
static MethodHandle
Downcall method handle for:extern float gammaf(float)
static float
GetMusicTimeLength
(MemorySegment music) float GetMusicTimeLength(Music music)
static MemorySegment
Address for:float GetMusicTimeLength(Music music)
static FunctionDescriptor
Function descriptor for:float GetMusicTimeLength(Music music)
static MethodHandle
Downcall method handle for:float GetMusicTimeLength(Music music)
static float
GetMusicTimePlayed
(MemorySegment music) float GetMusicTimePlayed(Music music)
static MemorySegment
Address for:float GetMusicTimePlayed(Music music)
static FunctionDescriptor
Function descriptor for:float GetMusicTimePlayed(Music music)
static MethodHandle
Downcall method handle for:float GetMusicTimePlayed(Music music)
static double
HUGE_VAL()
#define HUGE_VAL Infinity
static float
#define HUGE_VALF Infinity
static double
hypot
(double __x, double __y) extern double hypot(double __x, double __y)
static MemorySegment
Address for:extern double hypot(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double hypot(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double hypot(double __x, double __y)
static float
hypotf
(float __x, float __y) extern float hypotf(float __x, float __y)
static MemorySegment
Address for:extern float hypotf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float hypotf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float hypotf(float __x, float __y)
static int
ilogb
(double __x) extern int ilogb(double __x)
static MemorySegment
Address for:extern int ilogb(double __x)
static FunctionDescriptor
Function descriptor for:extern int ilogb(double __x)
static MethodHandle
Downcall method handle for:extern int ilogb(double __x)
static int
ilogbf
(float __x) extern int ilogbf(float __x)
static MemorySegment
Address for:extern int ilogbf(float __x)
static FunctionDescriptor
Function descriptor for:extern int ilogbf(float __x)
static MethodHandle
Downcall method handle for:extern int ilogbf(float __x)
static float
INFINITY()
#define INFINITY Infinity
static boolean
IsAudioStreamPlaying
(MemorySegment stream) bool IsAudioStreamPlaying(AudioStream stream)
static MemorySegment
Address for:bool IsAudioStreamPlaying(AudioStream stream)
static FunctionDescriptor
Function descriptor for:bool IsAudioStreamPlaying(AudioStream stream)
static MethodHandle
Downcall method handle for:bool IsAudioStreamPlaying(AudioStream stream)
static boolean
IsAudioStreamProcessed
(MemorySegment stream) bool IsAudioStreamProcessed(AudioStream stream)
static MemorySegment
Address for:bool IsAudioStreamProcessed(AudioStream stream)
static FunctionDescriptor
Function descriptor for:bool IsAudioStreamProcessed(AudioStream stream)
static MethodHandle
Downcall method handle for:bool IsAudioStreamProcessed(AudioStream stream)
static boolean
IsAudioStreamValid
(MemorySegment stream) bool IsAudioStreamValid(AudioStream stream)
static MemorySegment
Address for:bool IsAudioStreamValid(AudioStream stream)
static FunctionDescriptor
Function descriptor for:bool IsAudioStreamValid(AudioStream stream)
static MethodHandle
Downcall method handle for:bool IsAudioStreamValid(AudioStream stream)
static int
isinf
(double __value) extern int isinf(double __value)
static MemorySegment
Address for:extern int isinf(double __value)
static FunctionDescriptor
Function descriptor for:extern int isinf(double __value)
static MethodHandle
Downcall method handle for:extern int isinf(double __value)
static int
isinff
(float __value) extern int isinff(float __value)
static MemorySegment
Address for:extern int isinff(float __value)
static FunctionDescriptor
Function descriptor for:extern int isinff(float __value)
static MethodHandle
Downcall method handle for:extern int isinff(float __value)
static boolean
bool IsMusicStreamPlaying(Music music)
static MemorySegment
Address for:bool IsMusicStreamPlaying(Music music)
static FunctionDescriptor
Function descriptor for:bool IsMusicStreamPlaying(Music music)
static MethodHandle
Downcall method handle for:bool IsMusicStreamPlaying(Music music)
static boolean
IsMusicValid
(MemorySegment music) bool IsMusicValid(Music music)
static MemorySegment
Address for:bool IsMusicValid(Music music)
static FunctionDescriptor
Function descriptor for:bool IsMusicValid(Music music)
static MethodHandle
Downcall method handle for:bool IsMusicValid(Music music)
static int
isnan
(double __value) extern int isnan(double __value)
static MemorySegment
Address for:extern int isnan(double __value)
static FunctionDescriptor
Function descriptor for:extern int isnan(double __value)
static MethodHandle
Downcall method handle for:extern int isnan(double __value)
static int
isnanf
(float __value) extern int isnanf(float __value)
static MemorySegment
Address for:extern int isnanf(float __value)
static FunctionDescriptor
Function descriptor for:extern int isnanf(float __value)
static MethodHandle
Downcall method handle for:extern int isnanf(float __value)
static boolean
IsSoundPlaying
(MemorySegment sound) bool IsSoundPlaying(Sound sound)
static MemorySegment
Address for:bool IsSoundPlaying(Sound sound)
static FunctionDescriptor
Function descriptor for:bool IsSoundPlaying(Sound sound)
static MethodHandle
Downcall method handle for:bool IsSoundPlaying(Sound sound)
static double
j0
(double x0) extern double j0(double)
static MemorySegment
Address for:extern double j0(double)
static FunctionDescriptor
Function descriptor for:extern double j0(double)
static MethodHandle
Downcall method handle for:extern double j0(double)
static float
j0f
(float x0) extern float j0f(float)
static MemorySegment
Address for:extern float j0f(float)
static FunctionDescriptor
Function descriptor for:extern float j0f(float)
static MethodHandle
Downcall method handle for:extern float j0f(float)
static double
j1
(double x0) extern double j1(double)
static MemorySegment
Address for:extern double j1(double)
static FunctionDescriptor
Function descriptor for:extern double j1(double)
static MethodHandle
Downcall method handle for:extern double j1(double)
static float
j1f
(float x0) extern float j1f(float)
static MemorySegment
Address for:extern float j1f(float)
static FunctionDescriptor
Function descriptor for:extern float j1f(float)
static MethodHandle
Downcall method handle for:extern float j1f(float)
static double
jn
(int x0, double x1) extern double jn(int, double)
static MemorySegment
Address for:extern double jn(int, double)
static FunctionDescriptor
Function descriptor for:extern double jn(int, double)
static MethodHandle
Downcall method handle for:extern double jn(int, double)
static float
jnf
(int x0, float x1) extern float jnf(int, float)
static MemorySegment
Address for:extern float jnf(int, float)
static FunctionDescriptor
Function descriptor for:extern float jnf(int, float)
static MethodHandle
Downcall method handle for:extern float jnf(int, float)
static double
ldexp
(double __x, int __exponent) extern double ldexp(double __x, int __exponent)
static MemorySegment
Address for:extern double ldexp(double __x, int __exponent)
static FunctionDescriptor
Function descriptor for:extern double ldexp(double __x, int __exponent)
static MethodHandle
Downcall method handle for:extern double ldexp(double __x, int __exponent)
static float
ldexpf
(float __x, int __exponent) extern float ldexpf(float __x, int __exponent)
static MemorySegment
Address for:extern float ldexpf(float __x, int __exponent)
static FunctionDescriptor
Function descriptor for:extern float ldexpf(float __x, int __exponent)
static MethodHandle
Downcall method handle for:extern float ldexpf(float __x, int __exponent)
static float
Lerp
(float start, float end, float amount) float Lerp(float start, float end, float amount)
static MemorySegment
Address for:float Lerp(float start, float end, float amount)
static FunctionDescriptor
Function descriptor for:float Lerp(float start, float end, float amount)
static MethodHandle
Downcall method handle for:float Lerp(float start, float end, float amount)
static double
lgamma
(double x0) extern double lgamma(double)
static double
lgamma_r
(double x0, MemorySegment __signgamp) extern double lgamma_r(double, int *__signgamp)
static MemorySegment
Address for:extern double lgamma_r(double, int *__signgamp)
static FunctionDescriptor
Function descriptor for:extern double lgamma_r(double, int *__signgamp)
static MethodHandle
Downcall method handle for:extern double lgamma_r(double, int *__signgamp)
static MemorySegment
Address for:extern double lgamma(double)
static FunctionDescriptor
Function descriptor for:extern double lgamma(double)
static MethodHandle
Downcall method handle for:extern double lgamma(double)
static float
lgammaf
(float x0) extern float lgammaf(float)
static float
lgammaf_r
(float x0, MemorySegment __signgamp) extern float lgammaf_r(float, int *__signgamp)
static MemorySegment
Address for:extern float lgammaf_r(float, int *__signgamp)
static FunctionDescriptor
Function descriptor for:extern float lgammaf_r(float, int *__signgamp)
static MethodHandle
Downcall method handle for:extern float lgammaf_r(float, int *__signgamp)
static MemorySegment
Address for:extern float lgammaf(float)
static FunctionDescriptor
Function descriptor for:extern float lgammaf(float)
static MethodHandle
Downcall method handle for:extern float lgammaf(float)
static long
llrint
(double __x) extern long long llrint(double __x)
static MemorySegment
Address for:extern long long llrint(double __x)
static FunctionDescriptor
Function descriptor for:extern long long llrint(double __x)
static MethodHandle
Downcall method handle for:extern long long llrint(double __x)
static long
llrintf
(float __x) extern long long llrintf(float __x)
static MemorySegment
Address for:extern long long llrintf(float __x)
static FunctionDescriptor
Function descriptor for:extern long long llrintf(float __x)
static MethodHandle
Downcall method handle for:extern long long llrintf(float __x)
static long
llround
(double __x) extern long long llround(double __x)
static MemorySegment
Address for:extern long long llround(double __x)
static FunctionDescriptor
Function descriptor for:extern long long llround(double __x)
static MethodHandle
Downcall method handle for:extern long long llround(double __x)
static long
llroundf
(float __x) extern long long llroundf(float __x)
static MemorySegment
Address for:extern long long llroundf(float __x)
static FunctionDescriptor
Function descriptor for:extern long long llroundf(float __x)
static MethodHandle
Downcall method handle for:extern long long llroundf(float __x)
static MemorySegment
LoadAudioStream
(SegmentAllocator allocator, int sampleRate, int sampleSize, int channels) AudioStream LoadAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels)
static MemorySegment
Address for:AudioStream LoadAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels)
static FunctionDescriptor
Function descriptor for:AudioStream LoadAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels)
static MethodHandle
Downcall method handle for:AudioStream LoadAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels)
static MemorySegment
LoadMusicStream
(SegmentAllocator allocator, MemorySegment fileName) Music LoadMusicStream(const char *fileName)
static MemorySegment
Address for:Music LoadMusicStream(const char *fileName)
static FunctionDescriptor
Function descriptor for:Music LoadMusicStream(const char *fileName)
static MethodHandle
Downcall method handle for:Music LoadMusicStream(const char *fileName)
static MemorySegment
LoadMusicStreamFromMemory
(SegmentAllocator allocator, MemorySegment fileType, MemorySegment data, int dataSize) Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize)
static MemorySegment
Address for:Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize)
static FunctionDescriptor
Function descriptor for:Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize)
static MethodHandle
Downcall method handle for:Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize)
static MemorySegment
LoadWaveSamples
(MemorySegment wave) float *LoadWaveSamples(Wave wave)
static MemorySegment
Address for:float *LoadWaveSamples(Wave wave)
static FunctionDescriptor
Function descriptor for:float *LoadWaveSamples(Wave wave)
static MethodHandle
Downcall method handle for:float *LoadWaveSamples(Wave wave)
static double
log
(double __x) extern double log(double __x)
static MemorySegment
Address for:extern double log(double __x)
static FunctionDescriptor
Function descriptor for:extern double log(double __x)
static MethodHandle
Downcall method handle for:extern double log(double __x)
static double
log10
(double __x) extern double log10(double __x)
static MemorySegment
Address for:extern double log10(double __x)
static FunctionDescriptor
Function descriptor for:extern double log10(double __x)
static MethodHandle
Downcall method handle for:extern double log10(double __x)
static float
log10f
(float __x) extern float log10f(float __x)
static MemorySegment
Address for:extern float log10f(float __x)
static FunctionDescriptor
Function descriptor for:extern float log10f(float __x)
static MethodHandle
Downcall method handle for:extern float log10f(float __x)
static double
log1p
(double __x) extern double log1p(double __x)
static MemorySegment
Address for:extern double log1p(double __x)
static FunctionDescriptor
Function descriptor for:extern double log1p(double __x)
static MethodHandle
Downcall method handle for:extern double log1p(double __x)
static float
log1pf
(float __x) extern float log1pf(float __x)
static MemorySegment
Address for:extern float log1pf(float __x)
static FunctionDescriptor
Function descriptor for:extern float log1pf(float __x)
static MethodHandle
Downcall method handle for:extern float log1pf(float __x)
static double
log2
(double __x) extern double log2(double __x)
static MemorySegment
Address for:extern double log2(double __x)
static FunctionDescriptor
Function descriptor for:extern double log2(double __x)
static MethodHandle
Downcall method handle for:extern double log2(double __x)
static float
log2f
(float __x) extern float log2f(float __x)
static MemorySegment
Address for:extern float log2f(float __x)
static FunctionDescriptor
Function descriptor for:extern float log2f(float __x)
static MethodHandle
Downcall method handle for:extern float log2f(float __x)
static double
logb
(double __x) extern double logb(double __x)
static MemorySegment
Address for:extern double logb(double __x)
static FunctionDescriptor
Function descriptor for:extern double logb(double __x)
static MethodHandle
Downcall method handle for:extern double logb(double __x)
static float
logbf
(float __x) extern float logbf(float __x)
static MemorySegment
Address for:extern float logbf(float __x)
static FunctionDescriptor
Function descriptor for:extern float logbf(float __x)
static MethodHandle
Downcall method handle for:extern float logbf(float __x)
static float
logf
(float __x) extern float logf(float __x)
static MemorySegment
Address for:extern float logf(float __x)
static FunctionDescriptor
Function descriptor for:extern float logf(float __x)
static MethodHandle
Downcall method handle for:extern float logf(float __x)
static long
lrint
(double __x) extern long lrint(double __x)
static MemorySegment
Address for:extern long lrint(double __x)
static FunctionDescriptor
Function descriptor for:extern long lrint(double __x)
static MethodHandle
Downcall method handle for:extern long lrint(double __x)
static long
lrintf
(float __x) extern long lrintf(float __x)
static MemorySegment
Address for:extern long lrintf(float __x)
static FunctionDescriptor
Function descriptor for:extern long lrintf(float __x)
static MethodHandle
Downcall method handle for:extern long lrintf(float __x)
static long
lround
(double __x) extern long lround(double __x)
static MemorySegment
Address for:extern long lround(double __x)
static FunctionDescriptor
Function descriptor for:extern long lround(double __x)
static MethodHandle
Downcall method handle for:extern long lround(double __x)
static long
lroundf
(float __x) extern long lroundf(float __x)
static MemorySegment
Address for:extern long lroundf(float __x)
static FunctionDescriptor
Function descriptor for:extern long lroundf(float __x)
static MethodHandle
Downcall method handle for:extern long lroundf(float __x)
static double
M_1_PI()
#define M_1_PI 0.3183098861837907
static double
M_2_PI()
#define M_2_PI 0.6366197723675814
static double
#define M_2_SQRTPI 1.1283791670955126
static double
M_E()
#define M_E 2.718281828459045
static double
M_LN10()
#define M_LN10 2.302585092994046
static double
M_LN2()
#define M_LN2 0.6931471805599453
static double
M_LOG10E()
#define M_LOG10E 0.4342944819032518
static double
M_LOG2E()
#define M_LOG2E 1.4426950408889634
static double
M_PI()
#define M_PI 3.141592653589793
static double
M_PI_2()
#define M_PI_2 1.5707963267948966
static double
M_PI_4()
#define M_PI_4 0.7853981633974483
static double
#define M_SQRT1_2 0.7071067811865476
static double
M_SQRT2()
#define M_SQRT2 1.4142135623730951
static int
#define MATERIAL_MAP_DIFFUSE 0
static int
#define MATERIAL_MAP_SPECULAR 1
static int
#define math_errhandling 3
static MemorySegment
MatrixAdd
(SegmentAllocator allocator, MemorySegment left, MemorySegment right) Matrix MatrixAdd(Matrix left, Matrix right)
static MemorySegment
Address for:Matrix MatrixAdd(Matrix left, Matrix right)
static FunctionDescriptor
Function descriptor for:Matrix MatrixAdd(Matrix left, Matrix right)
static MethodHandle
Downcall method handle for:Matrix MatrixAdd(Matrix left, Matrix right)
static void
MatrixDecompose
(MemorySegment mat, MemorySegment translation, MemorySegment rotation, MemorySegment scale) void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale)
static MemorySegment
Address for:void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale)
static FunctionDescriptor
Function descriptor for:void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale)
static MethodHandle
Downcall method handle for:void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale)
static float
float MatrixDeterminant(Matrix mat)
static MemorySegment
Address for:float MatrixDeterminant(Matrix mat)
static FunctionDescriptor
Function descriptor for:float MatrixDeterminant(Matrix mat)
static MethodHandle
Downcall method handle for:float MatrixDeterminant(Matrix mat)
static MemorySegment
MatrixFrustum
(SegmentAllocator allocator, double left, double right, double bottom, double top, double nearPlane, double farPlane) Matrix MatrixFrustum(double left, double right, double bottom, double top, double nearPlane, double farPlane)
static MemorySegment
Address for:Matrix MatrixFrustum(double left, double right, double bottom, double top, double nearPlane, double farPlane)
static FunctionDescriptor
Function descriptor for:Matrix MatrixFrustum(double left, double right, double bottom, double top, double nearPlane, double farPlane)
static MethodHandle
Downcall method handle for:Matrix MatrixFrustum(double left, double right, double bottom, double top, double nearPlane, double farPlane)
static MemorySegment
MatrixIdentity
(SegmentAllocator allocator) Matrix MatrixIdentity()
static MemorySegment
Address for:Matrix MatrixIdentity()
static FunctionDescriptor
Function descriptor for:Matrix MatrixIdentity()
static MethodHandle
Downcall method handle for:Matrix MatrixIdentity()
static MemorySegment
MatrixInvert
(SegmentAllocator allocator, MemorySegment mat) Matrix MatrixInvert(Matrix mat)
static MemorySegment
Address for:Matrix MatrixInvert(Matrix mat)
static FunctionDescriptor
Function descriptor for:Matrix MatrixInvert(Matrix mat)
static MethodHandle
Downcall method handle for:Matrix MatrixInvert(Matrix mat)
static MemorySegment
MatrixLookAt
(SegmentAllocator allocator, MemorySegment eye, MemorySegment target, MemorySegment up) Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up)
static MemorySegment
Address for:Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up)
static FunctionDescriptor
Function descriptor for:Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up)
static MethodHandle
Downcall method handle for:Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up)
static MemorySegment
MatrixMultiply
(SegmentAllocator allocator, MemorySegment left, MemorySegment right) Matrix MatrixMultiply(Matrix left, Matrix right)
static MemorySegment
Address for:Matrix MatrixMultiply(Matrix left, Matrix right)
static FunctionDescriptor
Function descriptor for:Matrix MatrixMultiply(Matrix left, Matrix right)
static MethodHandle
Downcall method handle for:Matrix MatrixMultiply(Matrix left, Matrix right)
static MemorySegment
MatrixOrtho
(SegmentAllocator allocator, double left, double right, double bottom, double top, double nearPlane, double farPlane) Matrix MatrixOrtho(double left, double right, double bottom, double top, double nearPlane, double farPlane)
static MemorySegment
Address for:Matrix MatrixOrtho(double left, double right, double bottom, double top, double nearPlane, double farPlane)
static FunctionDescriptor
Function descriptor for:Matrix MatrixOrtho(double left, double right, double bottom, double top, double nearPlane, double farPlane)
static MethodHandle
Downcall method handle for:Matrix MatrixOrtho(double left, double right, double bottom, double top, double nearPlane, double farPlane)
static MemorySegment
MatrixPerspective
(SegmentAllocator allocator, double fovY, double aspect, double nearPlane, double farPlane) Matrix MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
static MemorySegment
Address for:Matrix MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
static FunctionDescriptor
Function descriptor for:Matrix MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
static MethodHandle
Downcall method handle for:Matrix MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
static MemorySegment
MatrixRotate
(SegmentAllocator allocator, MemorySegment axis, float angle) Matrix MatrixRotate(Vector3 axis, float angle)
static MemorySegment
Address for:Matrix MatrixRotate(Vector3 axis, float angle)
static FunctionDescriptor
Function descriptor for:Matrix MatrixRotate(Vector3 axis, float angle)
static MethodHandle
Downcall method handle for:Matrix MatrixRotate(Vector3 axis, float angle)
static MemorySegment
MatrixRotateX
(SegmentAllocator allocator, float angle) Matrix MatrixRotateX(float angle)
static MemorySegment
Address for:Matrix MatrixRotateX(float angle)
static FunctionDescriptor
Function descriptor for:Matrix MatrixRotateX(float angle)
static MethodHandle
Downcall method handle for:Matrix MatrixRotateX(float angle)
static MemorySegment
MatrixRotateXYZ
(SegmentAllocator allocator, MemorySegment angle) Matrix MatrixRotateXYZ(Vector3 angle)
static MemorySegment
Address for:Matrix MatrixRotateXYZ(Vector3 angle)
static FunctionDescriptor
Function descriptor for:Matrix MatrixRotateXYZ(Vector3 angle)
static MethodHandle
Downcall method handle for:Matrix MatrixRotateXYZ(Vector3 angle)
static MemorySegment
MatrixRotateY
(SegmentAllocator allocator, float angle) Matrix MatrixRotateY(float angle)
static MemorySegment
Address for:Matrix MatrixRotateY(float angle)
static FunctionDescriptor
Function descriptor for:Matrix MatrixRotateY(float angle)
static MethodHandle
Downcall method handle for:Matrix MatrixRotateY(float angle)
static MemorySegment
MatrixRotateZ
(SegmentAllocator allocator, float angle) Matrix MatrixRotateZ(float angle)
static MemorySegment
Address for:Matrix MatrixRotateZ(float angle)
static FunctionDescriptor
Function descriptor for:Matrix MatrixRotateZ(float angle)
static MethodHandle
Downcall method handle for:Matrix MatrixRotateZ(float angle)
static MemorySegment
MatrixRotateZYX
(SegmentAllocator allocator, MemorySegment angle) Matrix MatrixRotateZYX(Vector3 angle)
static MemorySegment
Address for:Matrix MatrixRotateZYX(Vector3 angle)
static FunctionDescriptor
Function descriptor for:Matrix MatrixRotateZYX(Vector3 angle)
static MethodHandle
Downcall method handle for:Matrix MatrixRotateZYX(Vector3 angle)
static MemorySegment
MatrixScale
(SegmentAllocator allocator, float x, float y, float z) Matrix MatrixScale(float x, float y, float z)
static MemorySegment
Address for:Matrix MatrixScale(float x, float y, float z)
static FunctionDescriptor
Function descriptor for:Matrix MatrixScale(float x, float y, float z)
static MethodHandle
Downcall method handle for:Matrix MatrixScale(float x, float y, float z)
static MemorySegment
MatrixSubtract
(SegmentAllocator allocator, MemorySegment left, MemorySegment right) Matrix MatrixSubtract(Matrix left, Matrix right)
static MemorySegment
Address for:Matrix MatrixSubtract(Matrix left, Matrix right)
static FunctionDescriptor
Function descriptor for:Matrix MatrixSubtract(Matrix left, Matrix right)
static MethodHandle
Downcall method handle for:Matrix MatrixSubtract(Matrix left, Matrix right)
static MemorySegment
MatrixToFloatV
(SegmentAllocator allocator, MemorySegment mat) float16 MatrixToFloatV(Matrix mat)
static MemorySegment
Address for:float16 MatrixToFloatV(Matrix mat)
static FunctionDescriptor
Function descriptor for:float16 MatrixToFloatV(Matrix mat)
static MethodHandle
Downcall method handle for:float16 MatrixToFloatV(Matrix mat)
static float
MatrixTrace
(MemorySegment mat) float MatrixTrace(Matrix mat)
static MemorySegment
Address for:float MatrixTrace(Matrix mat)
static FunctionDescriptor
Function descriptor for:float MatrixTrace(Matrix mat)
static MethodHandle
Downcall method handle for:float MatrixTrace(Matrix mat)
static MemorySegment
MatrixTranslate
(SegmentAllocator allocator, float x, float y, float z) Matrix MatrixTranslate(float x, float y, float z)
static MemorySegment
Address for:Matrix MatrixTranslate(float x, float y, float z)
static FunctionDescriptor
Function descriptor for:Matrix MatrixTranslate(float x, float y, float z)
static MethodHandle
Downcall method handle for:Matrix MatrixTranslate(float x, float y, float z)
static MemorySegment
MatrixTranspose
(SegmentAllocator allocator, MemorySegment mat) Matrix MatrixTranspose(Matrix mat)
static MemorySegment
Address for:Matrix MatrixTranspose(Matrix mat)
static FunctionDescriptor
Function descriptor for:Matrix MatrixTranspose(Matrix mat)
static MethodHandle
Downcall method handle for:Matrix MatrixTranspose(Matrix mat)
static double
modf
(double __x, MemorySegment __iptr) extern double modf(double __x, double *__iptr)
static MemorySegment
Address for:extern double modf(double __x, double *__iptr)
static FunctionDescriptor
Function descriptor for:extern double modf(double __x, double *__iptr)
static MethodHandle
Downcall method handle for:extern double modf(double __x, double *__iptr)
static float
modff
(float __x, MemorySegment __iptr) extern float modff(float __x, float *__iptr)
static MemorySegment
Address for:extern float modff(float __x, float *__iptr)
static FunctionDescriptor
Function descriptor for:extern float modff(float __x, float *__iptr)
static MethodHandle
Downcall method handle for:extern float modff(float __x, float *__iptr)
static int
#define MOUSE_LEFT_BUTTON 0
static int
#define MOUSE_MIDDLE_BUTTON 2
static int
#define MOUSE_RIGHT_BUTTON 1
static double
nan
(MemorySegment __tagb) extern double nan(const char *__tagb)
static float
NAN()
#define NAN NaN
static MemorySegment
Address for:extern double nan(const char *__tagb)
static FunctionDescriptor
Function descriptor for:extern double nan(const char *__tagb)
static MethodHandle
Downcall method handle for:extern double nan(const char *__tagb)
static float
nanf
(MemorySegment __tagb) extern float nanf(const char *__tagb)
static MemorySegment
Address for:extern float nanf(const char *__tagb)
static FunctionDescriptor
Function descriptor for:extern float nanf(const char *__tagb)
static MethodHandle
Downcall method handle for:extern float nanf(const char *__tagb)
static double
nearbyint
(double __x) extern double nearbyint(double __x)
static MemorySegment
Address for:extern double nearbyint(double __x)
static FunctionDescriptor
Function descriptor for:extern double nearbyint(double __x)
static MethodHandle
Downcall method handle for:extern double nearbyint(double __x)
static float
nearbyintf
(float __x) extern float nearbyintf(float __x)
static MemorySegment
Address for:extern float nearbyintf(float __x)
static FunctionDescriptor
Function descriptor for:extern float nearbyintf(float __x)
static MethodHandle
Downcall method handle for:extern float nearbyintf(float __x)
static double
nextafter
(double __x, double __y) extern double nextafter(double __x, double __y)
static MemorySegment
Address for:extern double nextafter(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double nextafter(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double nextafter(double __x, double __y)
static float
nextafterf
(float __x, float __y) extern float nextafterf(float __x, float __y)
static MemorySegment
Address for:extern float nextafterf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float nextafterf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float nextafterf(float __x, float __y)
static float
Normalize
(float value, float start, float end) float Normalize(float value, float start, float end)
static MemorySegment
Address for:float Normalize(float value, float start, float end)
static FunctionDescriptor
Function descriptor for:float Normalize(float value, float start, float end)
static MethodHandle
Downcall method handle for:float Normalize(float value, float start, float end)
static void
PauseAudioStream
(MemorySegment stream) void PauseAudioStream(AudioStream stream)
static MemorySegment
Address for:void PauseAudioStream(AudioStream stream)
static FunctionDescriptor
Function descriptor for:void PauseAudioStream(AudioStream stream)
static MethodHandle
Downcall method handle for:void PauseAudioStream(AudioStream stream)
static void
PauseMusicStream
(MemorySegment music) void PauseMusicStream(Music music)
static MemorySegment
Address for:void PauseMusicStream(Music music)
static FunctionDescriptor
Function descriptor for:void PauseMusicStream(Music music)
static MethodHandle
Downcall method handle for:void PauseMusicStream(Music music)
static void
PauseSound
(MemorySegment sound) void PauseSound(Sound sound)
static MemorySegment
Address for:void PauseSound(Sound sound)
static FunctionDescriptor
Function descriptor for:void PauseSound(Sound sound)
static MethodHandle
Downcall method handle for:void PauseSound(Sound sound)
static float
PI()
#define PI 3.1415927410125732
static void
PlayAudioStream
(MemorySegment stream) void PlayAudioStream(AudioStream stream)
static MemorySegment
Address for:void PlayAudioStream(AudioStream stream)
static FunctionDescriptor
Function descriptor for:void PlayAudioStream(AudioStream stream)
static MethodHandle
Downcall method handle for:void PlayAudioStream(AudioStream stream)
static void
PlayMusicStream
(MemorySegment music) void PlayMusicStream(Music music)
static MemorySegment
Address for:void PlayMusicStream(Music music)
static FunctionDescriptor
Function descriptor for:void PlayMusicStream(Music music)
static MethodHandle
Downcall method handle for:void PlayMusicStream(Music music)
static double
pow
(double __x, double __y) extern double pow(double __x, double __y)
static MemorySegment
Address for:extern double pow(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double pow(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double pow(double __x, double __y)
static float
powf
(float __x, float __y) extern float powf(float __x, float __y)
static MemorySegment
Address for:extern float powf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float powf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float powf(float __x, float __y)
static MemorySegment
QuaternionAdd
(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2) Quaternion QuaternionAdd(Quaternion q1, Quaternion q2)
static MemorySegment
Address for:Quaternion QuaternionAdd(Quaternion q1, Quaternion q2)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionAdd(Quaternion q1, Quaternion q2)
static MethodHandle
Downcall method handle for:Quaternion QuaternionAdd(Quaternion q1, Quaternion q2)
static MemorySegment
QuaternionAddValue
(SegmentAllocator allocator, MemorySegment q, float add) Quaternion QuaternionAddValue(Quaternion q, float add)
static MemorySegment
Address for:Quaternion QuaternionAddValue(Quaternion q, float add)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionAddValue(Quaternion q, float add)
static MethodHandle
Downcall method handle for:Quaternion QuaternionAddValue(Quaternion q, float add)
static MemorySegment
QuaternionCubicHermiteSpline
(SegmentAllocator allocator, MemorySegment q1, MemorySegment outTangent1, MemorySegment q2, MemorySegment inTangent2, float t) Quaternion QuaternionCubicHermiteSpline(Quaternion q1, Quaternion outTangent1, Quaternion q2, Quaternion inTangent2, float t)
static MemorySegment
Address for:Quaternion QuaternionCubicHermiteSpline(Quaternion q1, Quaternion outTangent1, Quaternion q2, Quaternion inTangent2, float t)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionCubicHermiteSpline(Quaternion q1, Quaternion outTangent1, Quaternion q2, Quaternion inTangent2, float t)
static MethodHandle
Downcall method handle for:Quaternion QuaternionCubicHermiteSpline(Quaternion q1, Quaternion outTangent1, Quaternion q2, Quaternion inTangent2, float t)
static MemorySegment
QuaternionDivide
(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2) Quaternion QuaternionDivide(Quaternion q1, Quaternion q2)
static MemorySegment
Address for:Quaternion QuaternionDivide(Quaternion q1, Quaternion q2)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionDivide(Quaternion q1, Quaternion q2)
static MethodHandle
Downcall method handle for:Quaternion QuaternionDivide(Quaternion q1, Quaternion q2)
static int
int QuaternionEquals(Quaternion p, Quaternion q)
static MemorySegment
Address for:int QuaternionEquals(Quaternion p, Quaternion q)
static FunctionDescriptor
Function descriptor for:int QuaternionEquals(Quaternion p, Quaternion q)
static MethodHandle
Downcall method handle for:int QuaternionEquals(Quaternion p, Quaternion q)
static MemorySegment
QuaternionFromAxisAngle
(SegmentAllocator allocator, MemorySegment axis, float angle) Quaternion QuaternionFromAxisAngle(Vector3 axis, float angle)
static MemorySegment
Address for:Quaternion QuaternionFromAxisAngle(Vector3 axis, float angle)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionFromAxisAngle(Vector3 axis, float angle)
static MethodHandle
Downcall method handle for:Quaternion QuaternionFromAxisAngle(Vector3 axis, float angle)
static MemorySegment
QuaternionFromEuler
(SegmentAllocator allocator, float pitch, float yaw, float roll) Quaternion QuaternionFromEuler(float pitch, float yaw, float roll)
static MemorySegment
Address for:Quaternion QuaternionFromEuler(float pitch, float yaw, float roll)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionFromEuler(float pitch, float yaw, float roll)
static MethodHandle
Downcall method handle for:Quaternion QuaternionFromEuler(float pitch, float yaw, float roll)
static MemorySegment
QuaternionFromMatrix
(SegmentAllocator allocator, MemorySegment mat) Quaternion QuaternionFromMatrix(Matrix mat)
static MemorySegment
Address for:Quaternion QuaternionFromMatrix(Matrix mat)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionFromMatrix(Matrix mat)
static MethodHandle
Downcall method handle for:Quaternion QuaternionFromMatrix(Matrix mat)
static MemorySegment
QuaternionFromVector3ToVector3
(SegmentAllocator allocator, MemorySegment from, MemorySegment to) Quaternion QuaternionFromVector3ToVector3(Vector3 from, Vector3 to)
static MemorySegment
Address for:Quaternion QuaternionFromVector3ToVector3(Vector3 from, Vector3 to)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionFromVector3ToVector3(Vector3 from, Vector3 to)
static MethodHandle
Downcall method handle for:Quaternion QuaternionFromVector3ToVector3(Vector3 from, Vector3 to)
static MemorySegment
QuaternionIdentity
(SegmentAllocator allocator) Quaternion QuaternionIdentity()
static MemorySegment
Address for:Quaternion QuaternionIdentity()
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionIdentity()
static MethodHandle
Downcall method handle for:Quaternion QuaternionIdentity()
static MemorySegment
QuaternionInvert
(SegmentAllocator allocator, MemorySegment q) Quaternion QuaternionInvert(Quaternion q)
static MemorySegment
Address for:Quaternion QuaternionInvert(Quaternion q)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionInvert(Quaternion q)
static MethodHandle
Downcall method handle for:Quaternion QuaternionInvert(Quaternion q)
static float
float QuaternionLength(Quaternion q)
static MemorySegment
Address for:float QuaternionLength(Quaternion q)
static FunctionDescriptor
Function descriptor for:float QuaternionLength(Quaternion q)
static MethodHandle
Downcall method handle for:float QuaternionLength(Quaternion q)
static MemorySegment
QuaternionLerp
(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2, float amount) Quaternion QuaternionLerp(Quaternion q1, Quaternion q2, float amount)
static MemorySegment
Address for:Quaternion QuaternionLerp(Quaternion q1, Quaternion q2, float amount)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionLerp(Quaternion q1, Quaternion q2, float amount)
static MethodHandle
Downcall method handle for:Quaternion QuaternionLerp(Quaternion q1, Quaternion q2, float amount)
static MemorySegment
QuaternionMultiply
(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2) Quaternion QuaternionMultiply(Quaternion q1, Quaternion q2)
static MemorySegment
Address for:Quaternion QuaternionMultiply(Quaternion q1, Quaternion q2)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionMultiply(Quaternion q1, Quaternion q2)
static MethodHandle
Downcall method handle for:Quaternion QuaternionMultiply(Quaternion q1, Quaternion q2)
static MemorySegment
QuaternionNlerp
(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2, float amount) Quaternion QuaternionNlerp(Quaternion q1, Quaternion q2, float amount)
static MemorySegment
Address for:Quaternion QuaternionNlerp(Quaternion q1, Quaternion q2, float amount)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionNlerp(Quaternion q1, Quaternion q2, float amount)
static MethodHandle
Downcall method handle for:Quaternion QuaternionNlerp(Quaternion q1, Quaternion q2, float amount)
static MemorySegment
QuaternionNormalize
(SegmentAllocator allocator, MemorySegment q) Quaternion QuaternionNormalize(Quaternion q)
static MemorySegment
Address for:Quaternion QuaternionNormalize(Quaternion q)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionNormalize(Quaternion q)
static MethodHandle
Downcall method handle for:Quaternion QuaternionNormalize(Quaternion q)
static MemorySegment
QuaternionScale
(SegmentAllocator allocator, MemorySegment q, float mul) Quaternion QuaternionScale(Quaternion q, float mul)
static MemorySegment
Address for:Quaternion QuaternionScale(Quaternion q, float mul)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionScale(Quaternion q, float mul)
static MethodHandle
Downcall method handle for:Quaternion QuaternionScale(Quaternion q, float mul)
static MemorySegment
QuaternionSlerp
(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2, float amount) Quaternion QuaternionSlerp(Quaternion q1, Quaternion q2, float amount)
static MemorySegment
Address for:Quaternion QuaternionSlerp(Quaternion q1, Quaternion q2, float amount)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionSlerp(Quaternion q1, Quaternion q2, float amount)
static MethodHandle
Downcall method handle for:Quaternion QuaternionSlerp(Quaternion q1, Quaternion q2, float amount)
static MemorySegment
QuaternionSubtract
(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2) Quaternion QuaternionSubtract(Quaternion q1, Quaternion q2)
static MemorySegment
Address for:Quaternion QuaternionSubtract(Quaternion q1, Quaternion q2)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionSubtract(Quaternion q1, Quaternion q2)
static MethodHandle
Downcall method handle for:Quaternion QuaternionSubtract(Quaternion q1, Quaternion q2)
static MemorySegment
QuaternionSubtractValue
(SegmentAllocator allocator, MemorySegment q, float sub) Quaternion QuaternionSubtractValue(Quaternion q, float sub)
static MemorySegment
Address for:Quaternion QuaternionSubtractValue(Quaternion q, float sub)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionSubtractValue(Quaternion q, float sub)
static MethodHandle
Downcall method handle for:Quaternion QuaternionSubtractValue(Quaternion q, float sub)
static void
QuaternionToAxisAngle
(MemorySegment q, MemorySegment outAxis, MemorySegment outAngle) void QuaternionToAxisAngle(Quaternion q, Vector3 *outAxis, float *outAngle)
static MemorySegment
Address for:void QuaternionToAxisAngle(Quaternion q, Vector3 *outAxis, float *outAngle)
static FunctionDescriptor
Function descriptor for:void QuaternionToAxisAngle(Quaternion q, Vector3 *outAxis, float *outAngle)
static MethodHandle
Downcall method handle for:void QuaternionToAxisAngle(Quaternion q, Vector3 *outAxis, float *outAngle)
static MemorySegment
QuaternionToEuler
(SegmentAllocator allocator, MemorySegment q) Vector3 QuaternionToEuler(Quaternion q)
static MemorySegment
Address for:Vector3 QuaternionToEuler(Quaternion q)
static FunctionDescriptor
Function descriptor for:Vector3 QuaternionToEuler(Quaternion q)
static MethodHandle
Downcall method handle for:Vector3 QuaternionToEuler(Quaternion q)
static MemorySegment
QuaternionToMatrix
(SegmentAllocator allocator, MemorySegment q) Matrix QuaternionToMatrix(Quaternion q)
static MemorySegment
Address for:Matrix QuaternionToMatrix(Quaternion q)
static FunctionDescriptor
Function descriptor for:Matrix QuaternionToMatrix(Quaternion q)
static MethodHandle
Downcall method handle for:Matrix QuaternionToMatrix(Quaternion q)
static MemorySegment
QuaternionTransform
(SegmentAllocator allocator, MemorySegment q, MemorySegment mat) Quaternion QuaternionTransform(Quaternion q, Matrix mat)
static MemorySegment
Address for:Quaternion QuaternionTransform(Quaternion q, Matrix mat)
static FunctionDescriptor
Function descriptor for:Quaternion QuaternionTransform(Quaternion q, Matrix mat)
static MethodHandle
Downcall method handle for:Quaternion QuaternionTransform(Quaternion q, Matrix mat)
static float
RAD2DEG()
#define RAD2DEG 57.2957763671875
static MemorySegment
#define RAYLIB_VERSION "5.5"
static double
remainder
(double __x, double __y) extern double remainder(double __x, double __y)
static MemorySegment
Address for:extern double remainder(double __x, double __y)
static FunctionDescriptor
Function descriptor for:extern double remainder(double __x, double __y)
static MethodHandle
Downcall method handle for:extern double remainder(double __x, double __y)
static float
remainderf
(float __x, float __y) extern float remainderf(float __x, float __y)
static MemorySegment
Address for:extern float remainderf(float __x, float __y)
static FunctionDescriptor
Function descriptor for:extern float remainderf(float __x, float __y)
static MethodHandle
Downcall method handle for:extern float remainderf(float __x, float __y)
static float
Remap
(float value, float inputStart, float inputEnd, float outputStart, float outputEnd) float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd)
static MemorySegment
Address for:float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd)
static FunctionDescriptor
Function descriptor for:float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd)
static MethodHandle
Downcall method handle for:float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd)
static double
remquo
(double __x, double __y, MemorySegment __quo) extern double remquo(double __x, double __y, int *__quo)
static MemorySegment
Address for:extern double remquo(double __x, double __y, int *__quo)
static FunctionDescriptor
Function descriptor for:extern double remquo(double __x, double __y, int *__quo)
static MethodHandle
Downcall method handle for:extern double remquo(double __x, double __y, int *__quo)
static float
remquof
(float __x, float __y, MemorySegment __quo) extern float remquof(float __x, float __y, int *__quo)
static MemorySegment
Address for:extern float remquof(float __x, float __y, int *__quo)
static FunctionDescriptor
Function descriptor for:extern float remquof(float __x, float __y, int *__quo)
static MethodHandle
Downcall method handle for:extern float remquof(float __x, float __y, int *__quo)
static void
ResumeAudioStream
(MemorySegment stream) void ResumeAudioStream(AudioStream stream)
static MemorySegment
Address for:void ResumeAudioStream(AudioStream stream)
static FunctionDescriptor
Function descriptor for:void ResumeAudioStream(AudioStream stream)
static MethodHandle
Downcall method handle for:void ResumeAudioStream(AudioStream stream)
static void
ResumeMusicStream
(MemorySegment music) void ResumeMusicStream(Music music)
static MemorySegment
Address for:void ResumeMusicStream(Music music)
static FunctionDescriptor
Function descriptor for:void ResumeMusicStream(Music music)
static MethodHandle
Downcall method handle for:void ResumeMusicStream(Music music)
static void
ResumeSound
(MemorySegment sound) void ResumeSound(Sound sound)
static MemorySegment
Address for:void ResumeSound(Sound sound)
static FunctionDescriptor
Function descriptor for:void ResumeSound(Sound sound)
static MethodHandle
Downcall method handle for:void ResumeSound(Sound sound)
static double
rint
(double __x) extern double rint(double __x)
static MemorySegment
Address for:extern double rint(double __x)
static FunctionDescriptor
Function descriptor for:extern double rint(double __x)
static MethodHandle
Downcall method handle for:extern double rint(double __x)
static float
rintf
(float __x) extern float rintf(float __x)
static MemorySegment
Address for:extern float rintf(float __x)
static FunctionDescriptor
Function descriptor for:extern float rintf(float __x)
static MethodHandle
Downcall method handle for:extern float rintf(float __x)
static int
enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL0 = 0
static int
enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL1 = 1
static int
enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL2 = 2
static int
enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL3 = 3
static int
enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL4 = 4
static int
enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL5 = 5
static int
enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL6 = 6
static int
enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL7 = 7
static int
enum <anonymous>.RL_ATTACHMENT_CUBEMAP_NEGATIVE_X = 1
static int
enum <anonymous>.RL_ATTACHMENT_CUBEMAP_NEGATIVE_Y = 3
static int
enum <anonymous>.RL_ATTACHMENT_CUBEMAP_NEGATIVE_Z = 5
static int
enum <anonymous>.RL_ATTACHMENT_CUBEMAP_POSITIVE_X = 0
static int
enum <anonymous>.RL_ATTACHMENT_CUBEMAP_POSITIVE_Y = 2
static int
enum <anonymous>.RL_ATTACHMENT_CUBEMAP_POSITIVE_Z = 4
static int
enum <anonymous>.RL_ATTACHMENT_DEPTH = 100
static int
enum <anonymous>.RL_ATTACHMENT_RENDERBUFFER = 200
static int
enum <anonymous>.RL_ATTACHMENT_STENCIL = 200
static int
enum <anonymous>.RL_ATTACHMENT_TEXTURE2D = 100
static int
enum <anonymous>.RL_BLEND_ADD_COLORS = 3
static int
enum <anonymous>.RL_BLEND_ADDITIVE = 1
static int
enum <anonymous>.RL_BLEND_ALPHA = 0
static int
enum <anonymous>.RL_BLEND_ALPHA_PREMULTIPLY = 5
static int
enum <anonymous>.RL_BLEND_CUSTOM = 6
static int
enum <anonymous>.RL_BLEND_CUSTOM_SEPARATE = 7
static int
enum <anonymous>.RL_BLEND_MULTIPLIED = 2
static int
enum <anonymous>.RL_BLEND_SUBTRACT_COLORS = 4
static double
#define RL_CULL_DISTANCE_FAR 1000.0
static double
#define RL_CULL_DISTANCE_NEAR 0.01
static int
enum <anonymous>.RL_CULL_FACE_BACK = 1
static int
enum <anonymous>.RL_CULL_FACE_FRONT = 0
static int
enum <anonymous>.RL_LOG_ALL = 0
static int
enum <anonymous>.RL_LOG_DEBUG = 2
static int
enum <anonymous>.RL_LOG_ERROR = 5
static int
enum <anonymous>.RL_LOG_FATAL = 6
static int
enum <anonymous>.RL_LOG_INFO = 3
static int
enum <anonymous>.RL_LOG_NONE = 7
static int
enum <anonymous>.RL_LOG_TRACE = 1
static int
enum <anonymous>.RL_LOG_WARNING = 4
static int
enum <anonymous>.RL_OPENGL_11 = 1
static int
enum <anonymous>.RL_OPENGL_21 = 2
static int
enum <anonymous>.RL_OPENGL_33 = 3
static int
enum <anonymous>.RL_OPENGL_43 = 4
static int
enum <anonymous>.RL_OPENGL_ES_20 = 5
static int
enum <anonymous>.RL_OPENGL_ES_30 = 6
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ASTC_4x4_RGBA = 23
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ASTC_8x8_RGBA = 24
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_DXT1_RGB = 14
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_DXT1_RGBA = 15
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_DXT3_RGBA = 16
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_DXT5_RGBA = 17
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ETC1_RGB = 18
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ETC2_EAC_RGBA = 20
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ETC2_RGB = 19
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_PVRT_RGB = 21
static int
enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_PVRT_RGBA = 22
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_GRAY_ALPHA = 2
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_GRAYSCALE = 1
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R16 = 11
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16 = 12
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16A16 = 13
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R32 = 8
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32 = 9
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32A32 = 10
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R4G4B4A4 = 6
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R5G5B5A1 = 5
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R5G6B5 = 3
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8 = 4
static int
enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8A8 = 7
static int
enum <anonymous>.RL_SHADER_ATTRIB_FLOAT = 0
static int
enum <anonymous>.RL_SHADER_ATTRIB_VEC2 = 1
static int
enum <anonymous>.RL_SHADER_ATTRIB_VEC3 = 2
static int
enum <anonymous>.RL_SHADER_ATTRIB_VEC4 = 3
static int
enum <anonymous>.RL_SHADER_LOC_COLOR_AMBIENT = 14
static int
enum <anonymous>.RL_SHADER_LOC_COLOR_DIFFUSE = 12
static int
enum <anonymous>.RL_SHADER_LOC_COLOR_SPECULAR = 13
static int
enum <anonymous>.RL_SHADER_LOC_MAP_ALBEDO = 15
static int
enum <anonymous>.RL_SHADER_LOC_MAP_BRDF = 25
static int
enum <anonymous>.RL_SHADER_LOC_MAP_CUBEMAP = 22
static int
#define RL_SHADER_LOC_MAP_DIFFUSE 15
static int
enum <anonymous>.RL_SHADER_LOC_MAP_EMISSION = 20
static int
enum <anonymous>.RL_SHADER_LOC_MAP_HEIGHT = 21
static int
enum <anonymous>.RL_SHADER_LOC_MAP_IRRADIANCE = 23
static int
enum <anonymous>.RL_SHADER_LOC_MAP_METALNESS = 16
static int
enum <anonymous>.RL_SHADER_LOC_MAP_NORMAL = 17
static int
enum <anonymous>.RL_SHADER_LOC_MAP_OCCLUSION = 19
static int
enum <anonymous>.RL_SHADER_LOC_MAP_PREFILTER = 24
static int
enum <anonymous>.RL_SHADER_LOC_MAP_ROUGHNESS = 18
static int
#define RL_SHADER_LOC_MAP_SPECULAR 16
static int
enum <anonymous>.RL_SHADER_LOC_MATRIX_MODEL = 9
static int
enum <anonymous>.RL_SHADER_LOC_MATRIX_MVP = 6
static int
enum <anonymous>.RL_SHADER_LOC_MATRIX_NORMAL = 10
static int
enum <anonymous>.RL_SHADER_LOC_MATRIX_PROJECTION = 8
static int
enum <anonymous>.RL_SHADER_LOC_MATRIX_VIEW = 7
static int
enum <anonymous>.RL_SHADER_LOC_VECTOR_VIEW = 11
static int
enum <anonymous>.RL_SHADER_LOC_VERTEX_COLOR = 5
static int
enum <anonymous>.RL_SHADER_LOC_VERTEX_NORMAL = 3
static int
enum <anonymous>.RL_SHADER_LOC_VERTEX_POSITION = 0
static int
enum <anonymous>.RL_SHADER_LOC_VERTEX_TANGENT = 4
static int
enum <anonymous>.RL_SHADER_LOC_VERTEX_TEXCOORD01 = 1
static int
enum <anonymous>.RL_SHADER_LOC_VERTEX_TEXCOORD02 = 2
static int
enum <anonymous>.RL_SHADER_UNIFORM_FLOAT = 0
static int
enum <anonymous>.RL_SHADER_UNIFORM_INT = 4
static int
enum <anonymous>.RL_SHADER_UNIFORM_IVEC2 = 5
static int
enum <anonymous>.RL_SHADER_UNIFORM_IVEC3 = 6
static int
enum <anonymous>.RL_SHADER_UNIFORM_IVEC4 = 7
static int
enum <anonymous>.RL_SHADER_UNIFORM_SAMPLER2D = 12
static int
enum <anonymous>.RL_SHADER_UNIFORM_UINT = 8
static int
enum <anonymous>.RL_SHADER_UNIFORM_UIVEC2 = 9
static int
enum <anonymous>.RL_SHADER_UNIFORM_UIVEC3 = 10
static int
enum <anonymous>.RL_SHADER_UNIFORM_UIVEC4 = 11
static int
enum <anonymous>.RL_SHADER_UNIFORM_VEC2 = 1
static int
enum <anonymous>.RL_SHADER_UNIFORM_VEC3 = 2
static int
enum <anonymous>.RL_SHADER_UNIFORM_VEC4 = 3
static int
enum <anonymous>.RL_TEXTURE_FILTER_ANISOTROPIC_16X = 5
static int
enum <anonymous>.RL_TEXTURE_FILTER_ANISOTROPIC_4X = 3
static int
enum <anonymous>.RL_TEXTURE_FILTER_ANISOTROPIC_8X = 4
static int
enum <anonymous>.RL_TEXTURE_FILTER_BILINEAR = 1
static int
enum <anonymous>.RL_TEXTURE_FILTER_POINT = 0
static int
enum <anonymous>.RL_TEXTURE_FILTER_TRILINEAR = 2
static void
rlActiveDrawBuffers
(int count) void rlActiveDrawBuffers(int count)
static MemorySegment
Address for:void rlActiveDrawBuffers(int count)
static FunctionDescriptor
Function descriptor for:void rlActiveDrawBuffers(int count)
static MethodHandle
Downcall method handle for:void rlActiveDrawBuffers(int count)
static void
rlActiveTextureSlot
(int slot) void rlActiveTextureSlot(int slot)
static MemorySegment
Address for:void rlActiveTextureSlot(int slot)
static FunctionDescriptor
Function descriptor for:void rlActiveTextureSlot(int slot)
static MethodHandle
Downcall method handle for:void rlActiveTextureSlot(int slot)
static void
rlBegin
(int mode) void rlBegin(int mode)
static MemorySegment
Address for:void rlBegin(int mode)
static FunctionDescriptor
Function descriptor for:void rlBegin(int mode)
static MethodHandle
Downcall method handle for:void rlBegin(int mode)
static void
rlBindFramebuffer
(int target, int framebuffer) void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
static MemorySegment
Address for:void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
static FunctionDescriptor
Function descriptor for:void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
static MethodHandle
Downcall method handle for:void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
static void
rlBindImageTexture
(int id, int index, int format, boolean readonly) void rlBindImageTexture(unsigned int id, unsigned int index, int format, bool readonly)
static MemorySegment
Address for:void rlBindImageTexture(unsigned int id, unsigned int index, int format, bool readonly)
static FunctionDescriptor
Function descriptor for:void rlBindImageTexture(unsigned int id, unsigned int index, int format, bool readonly)
static MethodHandle
Downcall method handle for:void rlBindImageTexture(unsigned int id, unsigned int index, int format, bool readonly)
static void
rlBindShaderBuffer
(int id, int index) void rlBindShaderBuffer(unsigned int id, unsigned int index)
static MemorySegment
Address for:void rlBindShaderBuffer(unsigned int id, unsigned int index)
static FunctionDescriptor
Function descriptor for:void rlBindShaderBuffer(unsigned int id, unsigned int index)
static MethodHandle
Downcall method handle for:void rlBindShaderBuffer(unsigned int id, unsigned int index)
static void
rlBlitFramebuffer
(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask) void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask)
static MemorySegment
Address for:void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask)
static FunctionDescriptor
Function descriptor for:void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask)
static MethodHandle
Downcall method handle for:void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask)
static void
void rlCheckErrors()
static MemorySegment
Address for:void rlCheckErrors()
static FunctionDescriptor
Function descriptor for:void rlCheckErrors()
static MethodHandle
Downcall method handle for:void rlCheckErrors()
static boolean
rlCheckRenderBatchLimit
(int vCount) bool rlCheckRenderBatchLimit(int vCount)
static MemorySegment
Address for:bool rlCheckRenderBatchLimit(int vCount)
static FunctionDescriptor
Function descriptor for:bool rlCheckRenderBatchLimit(int vCount)
static MethodHandle
Downcall method handle for:bool rlCheckRenderBatchLimit(int vCount)
static void
rlClearColor
(byte r, byte g, byte b, byte a) void rlClearColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
static MemorySegment
Address for:void rlClearColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
static FunctionDescriptor
Function descriptor for:void rlClearColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
static MethodHandle
Downcall method handle for:void rlClearColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
static void
void rlClearScreenBuffers()
static MemorySegment
Address for:void rlClearScreenBuffers()
static FunctionDescriptor
Function descriptor for:void rlClearScreenBuffers()
static MethodHandle
Downcall method handle for:void rlClearScreenBuffers()
static void
rlColor3f
(float x, float y, float z) void rlColor3f(float x, float y, float z)
static MemorySegment
Address for:void rlColor3f(float x, float y, float z)
static FunctionDescriptor
Function descriptor for:void rlColor3f(float x, float y, float z)
static MethodHandle
Downcall method handle for:void rlColor3f(float x, float y, float z)
static void
rlColor4f
(float x, float y, float z, float w) void rlColor4f(float x, float y, float z, float w)
static MemorySegment
Address for:void rlColor4f(float x, float y, float z, float w)
static FunctionDescriptor
Function descriptor for:void rlColor4f(float x, float y, float z, float w)
static MethodHandle
Downcall method handle for:void rlColor4f(float x, float y, float z, float w)
static void
rlColor4ub
(byte r, byte g, byte b, byte a) void rlColor4ub(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
static MemorySegment
Address for:void rlColor4ub(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
static FunctionDescriptor
Function descriptor for:void rlColor4ub(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
static MethodHandle
Downcall method handle for:void rlColor4ub(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
static void
rlColorMask
(boolean r, boolean g, boolean b, boolean a) void rlColorMask(bool r, bool g, bool b, bool a)
static MemorySegment
Address for:void rlColorMask(bool r, bool g, bool b, bool a)
static FunctionDescriptor
Function descriptor for:void rlColorMask(bool r, bool g, bool b, bool a)
static MethodHandle
Downcall method handle for:void rlColorMask(bool r, bool g, bool b, bool a)
static int
rlCompileShader
(MemorySegment shaderCode, int type) unsigned int rlCompileShader(const char *shaderCode, int type)
static MemorySegment
Address for:unsigned int rlCompileShader(const char *shaderCode, int type)
static FunctionDescriptor
Function descriptor for:unsigned int rlCompileShader(const char *shaderCode, int type)
static MethodHandle
Downcall method handle for:unsigned int rlCompileShader(const char *shaderCode, int type)
static void
rlComputeShaderDispatch
(int groupX, int groupY, int groupZ) void rlComputeShaderDispatch(unsigned int groupX, unsigned int groupY, unsigned int groupZ)
static MemorySegment
Address for:void rlComputeShaderDispatch(unsigned int groupX, unsigned int groupY, unsigned int groupZ)
static FunctionDescriptor
Function descriptor for:void rlComputeShaderDispatch(unsigned int groupX, unsigned int groupY, unsigned int groupZ)
static MethodHandle
Downcall method handle for:void rlComputeShaderDispatch(unsigned int groupX, unsigned int groupY, unsigned int groupZ)
static void
rlCopyShaderBuffer
(int destId, int srcId, int destOffset, int srcOffset, int count) void rlCopyShaderBuffer(unsigned int destId, unsigned int srcId, unsigned int destOffset, unsigned int srcOffset, unsigned int count)
static MemorySegment
Address for:void rlCopyShaderBuffer(unsigned int destId, unsigned int srcId, unsigned int destOffset, unsigned int srcOffset, unsigned int count)
static FunctionDescriptor
Function descriptor for:void rlCopyShaderBuffer(unsigned int destId, unsigned int srcId, unsigned int destOffset, unsigned int srcOffset, unsigned int count)
static MethodHandle
Downcall method handle for:void rlCopyShaderBuffer(unsigned int destId, unsigned int srcId, unsigned int destOffset, unsigned int srcOffset, unsigned int count)
static void
rlCubemapParameters
(int id, int param, int value) void rlCubemapParameters(unsigned int id, int param, int value)
static MemorySegment
Address for:void rlCubemapParameters(unsigned int id, int param, int value)
static FunctionDescriptor
Function descriptor for:void rlCubemapParameters(unsigned int id, int param, int value)
static MethodHandle
Downcall method handle for:void rlCubemapParameters(unsigned int id, int param, int value)
static void
void rlDisableBackfaceCulling()
static MemorySegment
Address for:void rlDisableBackfaceCulling()
static FunctionDescriptor
Function descriptor for:void rlDisableBackfaceCulling()
static MethodHandle
Downcall method handle for:void rlDisableBackfaceCulling()
static void
void rlDisableColorBlend()
static MemorySegment
Address for:void rlDisableColorBlend()
static FunctionDescriptor
Function descriptor for:void rlDisableColorBlend()
static MethodHandle
Downcall method handle for:void rlDisableColorBlend()
static void
void rlDisableDepthMask()
static MemorySegment
Address for:void rlDisableDepthMask()
static FunctionDescriptor
Function descriptor for:void rlDisableDepthMask()
static MethodHandle
Downcall method handle for:void rlDisableDepthMask()
static void
void rlDisableDepthTest()
static MemorySegment
Address for:void rlDisableDepthTest()
static FunctionDescriptor
Function descriptor for:void rlDisableDepthTest()
static MethodHandle
Downcall method handle for:void rlDisableDepthTest()
static void
void rlDisableFramebuffer()
static MemorySegment
Address for:void rlDisableFramebuffer()
static FunctionDescriptor
Function descriptor for:void rlDisableFramebuffer()
static MethodHandle
Downcall method handle for:void rlDisableFramebuffer()
static void
void rlDisableScissorTest()
static MemorySegment
Address for:void rlDisableScissorTest()
static FunctionDescriptor
Function descriptor for:void rlDisableScissorTest()
static MethodHandle
Downcall method handle for:void rlDisableScissorTest()
static void
void rlDisableShader()
static MemorySegment
Address for:void rlDisableShader()
static FunctionDescriptor
Function descriptor for:void rlDisableShader()
static MethodHandle
Downcall method handle for:void rlDisableShader()
static void
void rlDisableSmoothLines()
static MemorySegment
Address for:void rlDisableSmoothLines()
static FunctionDescriptor
Function descriptor for:void rlDisableSmoothLines()
static MethodHandle
Downcall method handle for:void rlDisableSmoothLines()
static void
void rlDisableStereoRender()
static MemorySegment
Address for:void rlDisableStereoRender()
static FunctionDescriptor
Function descriptor for:void rlDisableStereoRender()
static MethodHandle
Downcall method handle for:void rlDisableStereoRender()
static void
void rlDisableTexture()
static MemorySegment
Address for:void rlDisableTexture()
static FunctionDescriptor
Function descriptor for:void rlDisableTexture()
static MethodHandle
Downcall method handle for:void rlDisableTexture()
static void
void rlDisableTextureCubemap()
static MemorySegment
Address for:void rlDisableTextureCubemap()
static FunctionDescriptor
Function descriptor for:void rlDisableTextureCubemap()
static MethodHandle
Downcall method handle for:void rlDisableTextureCubemap()
static void
void rlDisableVertexArray()
static MemorySegment
Address for:void rlDisableVertexArray()
static FunctionDescriptor
Function descriptor for:void rlDisableVertexArray()
static MethodHandle
Downcall method handle for:void rlDisableVertexArray()
static void
rlDisableVertexAttribute
(int index) void rlDisableVertexAttribute(unsigned int index)
static MemorySegment
Address for:void rlDisableVertexAttribute(unsigned int index)
static FunctionDescriptor
Function descriptor for:void rlDisableVertexAttribute(unsigned int index)
static MethodHandle
Downcall method handle for:void rlDisableVertexAttribute(unsigned int index)
static void
void rlDisableVertexBuffer()
static MemorySegment
Address for:void rlDisableVertexBuffer()
static FunctionDescriptor
Function descriptor for:void rlDisableVertexBuffer()
static MethodHandle
Downcall method handle for:void rlDisableVertexBuffer()
static void
void rlDisableVertexBufferElement()
static MemorySegment
Address for:void rlDisableVertexBufferElement()
static FunctionDescriptor
Function descriptor for:void rlDisableVertexBufferElement()
static MethodHandle
Downcall method handle for:void rlDisableVertexBufferElement()
static void
void rlDisableWireMode()
static MemorySegment
Address for:void rlDisableWireMode()
static FunctionDescriptor
Function descriptor for:void rlDisableWireMode()
static MethodHandle
Downcall method handle for:void rlDisableWireMode()
static void
rlDrawRenderBatch
(MemorySegment batch) void rlDrawRenderBatch(rlRenderBatch *batch)
static MemorySegment
Address for:void rlDrawRenderBatch(rlRenderBatch *batch)
static FunctionDescriptor
Function descriptor for:void rlDrawRenderBatch(rlRenderBatch *batch)
static MethodHandle
Downcall method handle for:void rlDrawRenderBatch(rlRenderBatch *batch)
static void
void rlDrawRenderBatchActive()
static MemorySegment
Address for:void rlDrawRenderBatchActive()
static FunctionDescriptor
Function descriptor for:void rlDrawRenderBatchActive()
static MethodHandle
Downcall method handle for:void rlDrawRenderBatchActive()
static void
rlDrawVertexArray
(int offset, int count) void rlDrawVertexArray(int offset, int count)
static MemorySegment
Address for:void rlDrawVertexArray(int offset, int count)
static FunctionDescriptor
Function descriptor for:void rlDrawVertexArray(int offset, int count)
static MethodHandle
Downcall method handle for:void rlDrawVertexArray(int offset, int count)
static void
rlDrawVertexArrayElements
(int offset, int count, MemorySegment buffer) void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
static MemorySegment
Address for:void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
static FunctionDescriptor
Function descriptor for:void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
static MethodHandle
Downcall method handle for:void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
static void
rlDrawVertexArrayElementsInstanced
(int offset, int count, MemorySegment buffer, int instances) void rlDrawVertexArrayElementsInstanced(int offset, int count, const void *buffer, int instances)
static MemorySegment
Address for:void rlDrawVertexArrayElementsInstanced(int offset, int count, const void *buffer, int instances)
static FunctionDescriptor
Function descriptor for:void rlDrawVertexArrayElementsInstanced(int offset, int count, const void *buffer, int instances)
static MethodHandle
Downcall method handle for:void rlDrawVertexArrayElementsInstanced(int offset, int count, const void *buffer, int instances)
static void
rlDrawVertexArrayInstanced
(int offset, int count, int instances) void rlDrawVertexArrayInstanced(int offset, int count, int instances)
static MemorySegment
Address for:void rlDrawVertexArrayInstanced(int offset, int count, int instances)
static FunctionDescriptor
Function descriptor for:void rlDrawVertexArrayInstanced(int offset, int count, int instances)
static MethodHandle
Downcall method handle for:void rlDrawVertexArrayInstanced(int offset, int count, int instances)
static void
void rlEnableBackfaceCulling()
static MemorySegment
Address for:void rlEnableBackfaceCulling()
static FunctionDescriptor
Function descriptor for:void rlEnableBackfaceCulling()
static MethodHandle
Downcall method handle for:void rlEnableBackfaceCulling()
static void
void rlEnableColorBlend()
static MemorySegment
Address for:void rlEnableColorBlend()
static FunctionDescriptor
Function descriptor for:void rlEnableColorBlend()
static MethodHandle
Downcall method handle for:void rlEnableColorBlend()
static void
void rlEnableDepthMask()
static MemorySegment
Address for:void rlEnableDepthMask()
static FunctionDescriptor
Function descriptor for:void rlEnableDepthMask()
static MethodHandle
Downcall method handle for:void rlEnableDepthMask()
static void
void rlEnableDepthTest()
static MemorySegment
Address for:void rlEnableDepthTest()
static FunctionDescriptor
Function descriptor for:void rlEnableDepthTest()
static MethodHandle
Downcall method handle for:void rlEnableDepthTest()
static void
rlEnableFramebuffer
(int id) void rlEnableFramebuffer(unsigned int id)
static MemorySegment
Address for:void rlEnableFramebuffer(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlEnableFramebuffer(unsigned int id)
static MethodHandle
Downcall method handle for:void rlEnableFramebuffer(unsigned int id)
static void
void rlEnablePointMode()
static MemorySegment
Address for:void rlEnablePointMode()
static FunctionDescriptor
Function descriptor for:void rlEnablePointMode()
static MethodHandle
Downcall method handle for:void rlEnablePointMode()
static void
void rlEnableScissorTest()
static MemorySegment
Address for:void rlEnableScissorTest()
static FunctionDescriptor
Function descriptor for:void rlEnableScissorTest()
static MethodHandle
Downcall method handle for:void rlEnableScissorTest()
static void
rlEnableShader
(int id) void rlEnableShader(unsigned int id)
static MemorySegment
Address for:void rlEnableShader(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlEnableShader(unsigned int id)
static MethodHandle
Downcall method handle for:void rlEnableShader(unsigned int id)
static void
void rlEnableSmoothLines()
static MemorySegment
Address for:void rlEnableSmoothLines()
static FunctionDescriptor
Function descriptor for:void rlEnableSmoothLines()
static MethodHandle
Downcall method handle for:void rlEnableSmoothLines()
static void
void rlEnableStereoRender()
static MemorySegment
Address for:void rlEnableStereoRender()
static FunctionDescriptor
Function descriptor for:void rlEnableStereoRender()
static MethodHandle
Downcall method handle for:void rlEnableStereoRender()
static void
rlEnableTexture
(int id) void rlEnableTexture(unsigned int id)
static MemorySegment
Address for:void rlEnableTexture(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlEnableTexture(unsigned int id)
static MethodHandle
Downcall method handle for:void rlEnableTexture(unsigned int id)
static void
rlEnableTextureCubemap
(int id) void rlEnableTextureCubemap(unsigned int id)
static MemorySegment
Address for:void rlEnableTextureCubemap(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlEnableTextureCubemap(unsigned int id)
static MethodHandle
Downcall method handle for:void rlEnableTextureCubemap(unsigned int id)
static boolean
rlEnableVertexArray
(int vaoId) bool rlEnableVertexArray(unsigned int vaoId)
static MemorySegment
Address for:bool rlEnableVertexArray(unsigned int vaoId)
static FunctionDescriptor
Function descriptor for:bool rlEnableVertexArray(unsigned int vaoId)
static MethodHandle
Downcall method handle for:bool rlEnableVertexArray(unsigned int vaoId)
static void
rlEnableVertexAttribute
(int index) void rlEnableVertexAttribute(unsigned int index)
static MemorySegment
Address for:void rlEnableVertexAttribute(unsigned int index)
static FunctionDescriptor
Function descriptor for:void rlEnableVertexAttribute(unsigned int index)
static MethodHandle
Downcall method handle for:void rlEnableVertexAttribute(unsigned int index)
static void
rlEnableVertexBuffer
(int id) void rlEnableVertexBuffer(unsigned int id)
static MemorySegment
Address for:void rlEnableVertexBuffer(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlEnableVertexBuffer(unsigned int id)
static MethodHandle
Downcall method handle for:void rlEnableVertexBuffer(unsigned int id)
static void
rlEnableVertexBufferElement
(int id) void rlEnableVertexBufferElement(unsigned int id)
static MemorySegment
Address for:void rlEnableVertexBufferElement(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlEnableVertexBufferElement(unsigned int id)
static MethodHandle
Downcall method handle for:void rlEnableVertexBufferElement(unsigned int id)
static void
void rlEnableWireMode()
static MemorySegment
Address for:void rlEnableWireMode()
static FunctionDescriptor
Function descriptor for:void rlEnableWireMode()
static MethodHandle
Downcall method handle for:void rlEnableWireMode()
static void
rlEnd()
void rlEnd()
static MemorySegment
Address for:void rlEnd()
static FunctionDescriptor
Function descriptor for:void rlEnd()
static MethodHandle
Downcall method handle for:void rlEnd()
static void
rlFramebufferAttach
(int fboId, int texId, int attachType, int texType, int mipLevel) void rlFramebufferAttach(unsigned int fboId, unsigned int texId, int attachType, int texType, int mipLevel)
static MemorySegment
Address for:void rlFramebufferAttach(unsigned int fboId, unsigned int texId, int attachType, int texType, int mipLevel)
static FunctionDescriptor
Function descriptor for:void rlFramebufferAttach(unsigned int fboId, unsigned int texId, int attachType, int texType, int mipLevel)
static MethodHandle
Downcall method handle for:void rlFramebufferAttach(unsigned int fboId, unsigned int texId, int attachType, int texType, int mipLevel)
static boolean
rlFramebufferComplete
(int id) bool rlFramebufferComplete(unsigned int id)
static MemorySegment
Address for:bool rlFramebufferComplete(unsigned int id)
static FunctionDescriptor
Function descriptor for:bool rlFramebufferComplete(unsigned int id)
static MethodHandle
Downcall method handle for:bool rlFramebufferComplete(unsigned int id)
static void
rlFrustum
(double left, double right, double bottom, double top, double znear, double zfar) void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar)
static MemorySegment
Address for:void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar)
static FunctionDescriptor
Function descriptor for:void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar)
static MethodHandle
Downcall method handle for:void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar)
static void
rlGenTextureMipmaps
(int id, int width, int height, int format, MemorySegment mipmaps) void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
static MemorySegment
Address for:void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
static FunctionDescriptor
Function descriptor for:void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
static MethodHandle
Downcall method handle for:void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
static int
unsigned int rlGetActiveFramebuffer()
static MemorySegment
Address for:unsigned int rlGetActiveFramebuffer()
static FunctionDescriptor
Function descriptor for:unsigned int rlGetActiveFramebuffer()
static MethodHandle
Downcall method handle for:unsigned int rlGetActiveFramebuffer()
static double
double rlGetCullDistanceFar()
static MemorySegment
Address for:double rlGetCullDistanceFar()
static FunctionDescriptor
Function descriptor for:double rlGetCullDistanceFar()
static MethodHandle
Downcall method handle for:double rlGetCullDistanceFar()
static double
double rlGetCullDistanceNear()
static MemorySegment
Address for:double rlGetCullDistanceNear()
static FunctionDescriptor
Function descriptor for:double rlGetCullDistanceNear()
static MethodHandle
Downcall method handle for:double rlGetCullDistanceNear()
static int
int rlGetFramebufferHeight()
static MemorySegment
Address for:int rlGetFramebufferHeight()
static FunctionDescriptor
Function descriptor for:int rlGetFramebufferHeight()
static MethodHandle
Downcall method handle for:int rlGetFramebufferHeight()
static int
int rlGetFramebufferWidth()
static MemorySegment
Address for:int rlGetFramebufferWidth()
static FunctionDescriptor
Function descriptor for:int rlGetFramebufferWidth()
static MethodHandle
Downcall method handle for:int rlGetFramebufferWidth()
static void
rlGetGlTextureFormats
(int format, MemorySegment glInternalFormat, MemorySegment glFormat, MemorySegment glType) void rlGetGlTextureFormats(int format, unsigned int *glInternalFormat, unsigned int *glFormat, unsigned int *glType)
static MemorySegment
Address for:void rlGetGlTextureFormats(int format, unsigned int *glInternalFormat, unsigned int *glFormat, unsigned int *glType)
static FunctionDescriptor
Function descriptor for:void rlGetGlTextureFormats(int format, unsigned int *glInternalFormat, unsigned int *glFormat, unsigned int *glType)
static MethodHandle
Downcall method handle for:void rlGetGlTextureFormats(int format, unsigned int *glInternalFormat, unsigned int *glFormat, unsigned int *glType)
static float
float rlGetLineWidth()
static MemorySegment
Address for:float rlGetLineWidth()
static FunctionDescriptor
Function descriptor for:float rlGetLineWidth()
static MethodHandle
Downcall method handle for:float rlGetLineWidth()
static int
rlGetLocationAttrib
(int shaderId, MemorySegment attribName) int rlGetLocationAttrib(unsigned int shaderId, const char *attribName)
static MemorySegment
Address for:int rlGetLocationAttrib(unsigned int shaderId, const char *attribName)
static FunctionDescriptor
Function descriptor for:int rlGetLocationAttrib(unsigned int shaderId, const char *attribName)
static MethodHandle
Downcall method handle for:int rlGetLocationAttrib(unsigned int shaderId, const char *attribName)
static int
rlGetLocationUniform
(int shaderId, MemorySegment uniformName) int rlGetLocationUniform(unsigned int shaderId, const char *uniformName)
static MemorySegment
Address for:int rlGetLocationUniform(unsigned int shaderId, const char *uniformName)
static FunctionDescriptor
Function descriptor for:int rlGetLocationUniform(unsigned int shaderId, const char *uniformName)
static MethodHandle
Downcall method handle for:int rlGetLocationUniform(unsigned int shaderId, const char *uniformName)
static MemorySegment
rlGetMatrixModelview
(SegmentAllocator allocator) Matrix rlGetMatrixModelview()
static MemorySegment
Address for:Matrix rlGetMatrixModelview()
static FunctionDescriptor
Function descriptor for:Matrix rlGetMatrixModelview()
static MethodHandle
Downcall method handle for:Matrix rlGetMatrixModelview()
static MemorySegment
rlGetMatrixProjection
(SegmentAllocator allocator) Matrix rlGetMatrixProjection()
static MemorySegment
Address for:Matrix rlGetMatrixProjection()
static FunctionDescriptor
Function descriptor for:Matrix rlGetMatrixProjection()
static MethodHandle
Downcall method handle for:Matrix rlGetMatrixProjection()
static MemorySegment
rlGetMatrixProjectionStereo
(SegmentAllocator allocator, int eye) Matrix rlGetMatrixProjectionStereo(int eye)
static MemorySegment
Address for:Matrix rlGetMatrixProjectionStereo(int eye)
static FunctionDescriptor
Function descriptor for:Matrix rlGetMatrixProjectionStereo(int eye)
static MethodHandle
Downcall method handle for:Matrix rlGetMatrixProjectionStereo(int eye)
static MemorySegment
rlGetMatrixTransform
(SegmentAllocator allocator) Matrix rlGetMatrixTransform()
static MemorySegment
Address for:Matrix rlGetMatrixTransform()
static FunctionDescriptor
Function descriptor for:Matrix rlGetMatrixTransform()
static MethodHandle
Downcall method handle for:Matrix rlGetMatrixTransform()
static MemorySegment
rlGetMatrixViewOffsetStereo
(SegmentAllocator allocator, int eye) Matrix rlGetMatrixViewOffsetStereo(int eye)
static MemorySegment
Address for:Matrix rlGetMatrixViewOffsetStereo(int eye)
static FunctionDescriptor
Function descriptor for:Matrix rlGetMatrixViewOffsetStereo(int eye)
static MethodHandle
Downcall method handle for:Matrix rlGetMatrixViewOffsetStereo(int eye)
static MemorySegment
rlGetPixelFormatName
(int format) const char *rlGetPixelFormatName(unsigned int format)
static MemorySegment
Address for:const char *rlGetPixelFormatName(unsigned int format)
static FunctionDescriptor
Function descriptor for:const char *rlGetPixelFormatName(unsigned int format)
static MethodHandle
Downcall method handle for:const char *rlGetPixelFormatName(unsigned int format)
static int
rlGetShaderBufferSize
(int id) unsigned int rlGetShaderBufferSize(unsigned int id)
static MemorySegment
Address for:unsigned int rlGetShaderBufferSize(unsigned int id)
static FunctionDescriptor
Function descriptor for:unsigned int rlGetShaderBufferSize(unsigned int id)
static MethodHandle
Downcall method handle for:unsigned int rlGetShaderBufferSize(unsigned int id)
static int
unsigned int rlGetShaderIdDefault()
static MemorySegment
Address for:unsigned int rlGetShaderIdDefault()
static FunctionDescriptor
Function descriptor for:unsigned int rlGetShaderIdDefault()
static MethodHandle
Downcall method handle for:unsigned int rlGetShaderIdDefault()
static MemorySegment
int *rlGetShaderLocsDefault()
static MemorySegment
Address for:int *rlGetShaderLocsDefault()
static FunctionDescriptor
Function descriptor for:int *rlGetShaderLocsDefault()
static MethodHandle
Downcall method handle for:int *rlGetShaderLocsDefault()
static int
unsigned int rlGetTextureIdDefault()
static MemorySegment
Address for:unsigned int rlGetTextureIdDefault()
static FunctionDescriptor
Function descriptor for:unsigned int rlGetTextureIdDefault()
static MethodHandle
Downcall method handle for:unsigned int rlGetTextureIdDefault()
static int
int rlGetVersion()
static MemorySegment
Address for:int rlGetVersion()
static FunctionDescriptor
Function descriptor for:int rlGetVersion()
static MethodHandle
Downcall method handle for:int rlGetVersion()
static MemorySegment
#define RLGL_VERSION "5.0"
static void
void rlglClose()
static MemorySegment
Address for:void rlglClose()
static FunctionDescriptor
Function descriptor for:void rlglClose()
static MethodHandle
Downcall method handle for:void rlglClose()
static void
rlglInit
(int width, int height) void rlglInit(int width, int height)
static MemorySegment
Address for:void rlglInit(int width, int height)
static FunctionDescriptor
Function descriptor for:void rlglInit(int width, int height)
static MethodHandle
Downcall method handle for:void rlglInit(int width, int height)
static boolean
bool rlIsStereoRenderEnabled()
static MemorySegment
Address for:bool rlIsStereoRenderEnabled()
static FunctionDescriptor
Function descriptor for:bool rlIsStereoRenderEnabled()
static MethodHandle
Downcall method handle for:bool rlIsStereoRenderEnabled()
static int
rlLoadComputeShaderProgram
(int shaderId) unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
static MemorySegment
Address for:unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
static MethodHandle
Downcall method handle for:unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
static void
void rlLoadDrawCube()
static MemorySegment
Address for:void rlLoadDrawCube()
static FunctionDescriptor
Function descriptor for:void rlLoadDrawCube()
static MethodHandle
Downcall method handle for:void rlLoadDrawCube()
static void
void rlLoadDrawQuad()
static MemorySegment
Address for:void rlLoadDrawQuad()
static FunctionDescriptor
Function descriptor for:void rlLoadDrawQuad()
static MethodHandle
Downcall method handle for:void rlLoadDrawQuad()
static void
rlLoadExtensions
(MemorySegment loader) void rlLoadExtensions(void *loader)
static MemorySegment
Address for:void rlLoadExtensions(void *loader)
static FunctionDescriptor
Function descriptor for:void rlLoadExtensions(void *loader)
static MethodHandle
Downcall method handle for:void rlLoadExtensions(void *loader)
static int
unsigned int rlLoadFramebuffer()
static MemorySegment
Address for:unsigned int rlLoadFramebuffer()
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadFramebuffer()
static MethodHandle
Downcall method handle for:unsigned int rlLoadFramebuffer()
static void
void rlLoadIdentity()
static MemorySegment
Address for:void rlLoadIdentity()
static FunctionDescriptor
Function descriptor for:void rlLoadIdentity()
static MethodHandle
Downcall method handle for:void rlLoadIdentity()
static MemorySegment
rlLoadRenderBatch
(SegmentAllocator allocator, int numBuffers, int bufferElements) rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements)
static MemorySegment
Address for:rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements)
static FunctionDescriptor
Function descriptor for:rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements)
static MethodHandle
Downcall method handle for:rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements)
static int
rlLoadShaderBuffer
(int size, MemorySegment data, int usageHint) unsigned int rlLoadShaderBuffer(unsigned int size, const void *data, int usageHint)
static MemorySegment
Address for:unsigned int rlLoadShaderBuffer(unsigned int size, const void *data, int usageHint)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadShaderBuffer(unsigned int size, const void *data, int usageHint)
static MethodHandle
Downcall method handle for:unsigned int rlLoadShaderBuffer(unsigned int size, const void *data, int usageHint)
static int
rlLoadShaderCode
(MemorySegment vsCode, MemorySegment fsCode) unsigned int rlLoadShaderCode(const char *vsCode, const char *fsCode)
static MemorySegment
Address for:unsigned int rlLoadShaderCode(const char *vsCode, const char *fsCode)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadShaderCode(const char *vsCode, const char *fsCode)
static MethodHandle
Downcall method handle for:unsigned int rlLoadShaderCode(const char *vsCode, const char *fsCode)
static int
rlLoadShaderProgram
(int vShaderId, int fShaderId) unsigned int rlLoadShaderProgram(unsigned int vShaderId, unsigned int fShaderId)
static MemorySegment
Address for:unsigned int rlLoadShaderProgram(unsigned int vShaderId, unsigned int fShaderId)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadShaderProgram(unsigned int vShaderId, unsigned int fShaderId)
static MethodHandle
Downcall method handle for:unsigned int rlLoadShaderProgram(unsigned int vShaderId, unsigned int fShaderId)
static int
rlLoadTexture
(MemorySegment data, int width, int height, int format, int mipmapCount) unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
static MemorySegment
Address for:unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
static MethodHandle
Downcall method handle for:unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
static int
rlLoadTextureCubemap
(MemorySegment data, int size, int format, int mipmapCount) unsigned int rlLoadTextureCubemap(const void *data, int size, int format, int mipmapCount)
static MemorySegment
Address for:unsigned int rlLoadTextureCubemap(const void *data, int size, int format, int mipmapCount)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadTextureCubemap(const void *data, int size, int format, int mipmapCount)
static MethodHandle
Downcall method handle for:unsigned int rlLoadTextureCubemap(const void *data, int size, int format, int mipmapCount)
static int
rlLoadTextureDepth
(int width, int height, boolean useRenderBuffer) unsigned int rlLoadTextureDepth(int width, int height, bool useRenderBuffer)
static MemorySegment
Address for:unsigned int rlLoadTextureDepth(int width, int height, bool useRenderBuffer)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadTextureDepth(int width, int height, bool useRenderBuffer)
static MethodHandle
Downcall method handle for:unsigned int rlLoadTextureDepth(int width, int height, bool useRenderBuffer)
static int
unsigned int rlLoadVertexArray()
static MemorySegment
Address for:unsigned int rlLoadVertexArray()
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadVertexArray()
static MethodHandle
Downcall method handle for:unsigned int rlLoadVertexArray()
static int
rlLoadVertexBuffer
(MemorySegment buffer, int size, boolean dynamic) unsigned int rlLoadVertexBuffer(const void *buffer, int size, bool dynamic)
static MemorySegment
Address for:unsigned int rlLoadVertexBuffer(const void *buffer, int size, bool dynamic)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadVertexBuffer(const void *buffer, int size, bool dynamic)
static MethodHandle
Downcall method handle for:unsigned int rlLoadVertexBuffer(const void *buffer, int size, bool dynamic)
static int
rlLoadVertexBufferElement
(MemorySegment buffer, int size, boolean dynamic) unsigned int rlLoadVertexBufferElement(const void *buffer, int size, bool dynamic)
static MemorySegment
Address for:unsigned int rlLoadVertexBufferElement(const void *buffer, int size, bool dynamic)
static FunctionDescriptor
Function descriptor for:unsigned int rlLoadVertexBufferElement(const void *buffer, int size, bool dynamic)
static MethodHandle
Downcall method handle for:unsigned int rlLoadVertexBufferElement(const void *buffer, int size, bool dynamic)
static void
rlMatrixMode
(int mode) void rlMatrixMode(int mode)
static MemorySegment
Address for:void rlMatrixMode(int mode)
static FunctionDescriptor
Function descriptor for:void rlMatrixMode(int mode)
static MethodHandle
Downcall method handle for:void rlMatrixMode(int mode)
static void
rlMultMatrixf
(MemorySegment matf) void rlMultMatrixf(const float *matf)
static MemorySegment
Address for:void rlMultMatrixf(const float *matf)
static FunctionDescriptor
Function descriptor for:void rlMultMatrixf(const float *matf)
static MethodHandle
Downcall method handle for:void rlMultMatrixf(const float *matf)
static void
rlNormal3f
(float x, float y, float z) void rlNormal3f(float x, float y, float z)
static MemorySegment
Address for:void rlNormal3f(float x, float y, float z)
static FunctionDescriptor
Function descriptor for:void rlNormal3f(float x, float y, float z)
static MethodHandle
Downcall method handle for:void rlNormal3f(float x, float y, float z)
static void
rlOrtho
(double left, double right, double bottom, double top, double znear, double zfar) void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar)
static MemorySegment
Address for:void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar)
static FunctionDescriptor
Function descriptor for:void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar)
static MethodHandle
Downcall method handle for:void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar)
static void
void rlPopMatrix()
static MemorySegment
Address for:void rlPopMatrix()
static FunctionDescriptor
Function descriptor for:void rlPopMatrix()
static MethodHandle
Downcall method handle for:void rlPopMatrix()
static void
void rlPushMatrix()
static MemorySegment
Address for:void rlPushMatrix()
static FunctionDescriptor
Function descriptor for:void rlPushMatrix()
static MethodHandle
Downcall method handle for:void rlPushMatrix()
static MemorySegment
rlReadScreenPixels
(int width, int height) unsigned char *rlReadScreenPixels(int width, int height)
static MemorySegment
Address for:unsigned char *rlReadScreenPixels(int width, int height)
static FunctionDescriptor
Function descriptor for:unsigned char *rlReadScreenPixels(int width, int height)
static MethodHandle
Downcall method handle for:unsigned char *rlReadScreenPixels(int width, int height)
static void
rlReadShaderBuffer
(int id, MemorySegment dest, int count, int offset) void rlReadShaderBuffer(unsigned int id, void *dest, unsigned int count, unsigned int offset)
static MemorySegment
Address for:void rlReadShaderBuffer(unsigned int id, void *dest, unsigned int count, unsigned int offset)
static FunctionDescriptor
Function descriptor for:void rlReadShaderBuffer(unsigned int id, void *dest, unsigned int count, unsigned int offset)
static MethodHandle
Downcall method handle for:void rlReadShaderBuffer(unsigned int id, void *dest, unsigned int count, unsigned int offset)
static MemorySegment
rlReadTexturePixels
(int id, int width, int height, int format) void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
static MemorySegment
Address for:void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
static FunctionDescriptor
Function descriptor for:void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
static MethodHandle
Downcall method handle for:void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
static void
rlRotatef
(float angle, float x, float y, float z) void rlRotatef(float angle, float x, float y, float z)
static MemorySegment
Address for:void rlRotatef(float angle, float x, float y, float z)
static FunctionDescriptor
Function descriptor for:void rlRotatef(float angle, float x, float y, float z)
static MethodHandle
Downcall method handle for:void rlRotatef(float angle, float x, float y, float z)
static void
rlScalef
(float x, float y, float z) void rlScalef(float x, float y, float z)
static MemorySegment
Address for:void rlScalef(float x, float y, float z)
static FunctionDescriptor
Function descriptor for:void rlScalef(float x, float y, float z)
static MethodHandle
Downcall method handle for:void rlScalef(float x, float y, float z)
static void
rlScissor
(int x, int y, int width, int height) void rlScissor(int x, int y, int width, int height)
static MemorySegment
Address for:void rlScissor(int x, int y, int width, int height)
static FunctionDescriptor
Function descriptor for:void rlScissor(int x, int y, int width, int height)
static MethodHandle
Downcall method handle for:void rlScissor(int x, int y, int width, int height)
static void
rlSetBlendFactors
(int glSrcFactor, int glDstFactor, int glEquation) void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation)
static MemorySegment
Address for:void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation)
static FunctionDescriptor
Function descriptor for:void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation)
static MethodHandle
Downcall method handle for:void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation)
static void
rlSetBlendFactorsSeparate
(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha) void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha)
static MemorySegment
Address for:void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha)
static FunctionDescriptor
Function descriptor for:void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha)
static MethodHandle
Downcall method handle for:void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha)
static void
rlSetBlendMode
(int mode) void rlSetBlendMode(int mode)
static MemorySegment
Address for:void rlSetBlendMode(int mode)
static FunctionDescriptor
Function descriptor for:void rlSetBlendMode(int mode)
static MethodHandle
Downcall method handle for:void rlSetBlendMode(int mode)
static void
rlSetClipPlanes
(double nearPlane, double farPlane) void rlSetClipPlanes(double nearPlane, double farPlane)
static MemorySegment
Address for:void rlSetClipPlanes(double nearPlane, double farPlane)
static FunctionDescriptor
Function descriptor for:void rlSetClipPlanes(double nearPlane, double farPlane)
static MethodHandle
Downcall method handle for:void rlSetClipPlanes(double nearPlane, double farPlane)
static void
rlSetCullFace
(int mode) void rlSetCullFace(int mode)
static MemorySegment
Address for:void rlSetCullFace(int mode)
static FunctionDescriptor
Function descriptor for:void rlSetCullFace(int mode)
static MethodHandle
Downcall method handle for:void rlSetCullFace(int mode)
static void
rlSetFramebufferHeight
(int height) void rlSetFramebufferHeight(int height)
static MemorySegment
Address for:void rlSetFramebufferHeight(int height)
static FunctionDescriptor
Function descriptor for:void rlSetFramebufferHeight(int height)
static MethodHandle
Downcall method handle for:void rlSetFramebufferHeight(int height)
static void
rlSetFramebufferWidth
(int width) void rlSetFramebufferWidth(int width)
static MemorySegment
Address for:void rlSetFramebufferWidth(int width)
static FunctionDescriptor
Function descriptor for:void rlSetFramebufferWidth(int width)
static MethodHandle
Downcall method handle for:void rlSetFramebufferWidth(int width)
static void
rlSetLineWidth
(float width) void rlSetLineWidth(float width)
static MemorySegment
Address for:void rlSetLineWidth(float width)
static FunctionDescriptor
Function descriptor for:void rlSetLineWidth(float width)
static MethodHandle
Downcall method handle for:void rlSetLineWidth(float width)
static void
void rlSetMatrixModelview(Matrix view)
static MemorySegment
Address for:void rlSetMatrixModelview(Matrix view)
static FunctionDescriptor
Function descriptor for:void rlSetMatrixModelview(Matrix view)
static MethodHandle
Downcall method handle for:void rlSetMatrixModelview(Matrix view)
static void
void rlSetMatrixProjection(Matrix proj)
static MemorySegment
Address for:void rlSetMatrixProjection(Matrix proj)
static FunctionDescriptor
Function descriptor for:void rlSetMatrixProjection(Matrix proj)
static MethodHandle
Downcall method handle for:void rlSetMatrixProjection(Matrix proj)
static void
rlSetMatrixProjectionStereo
(MemorySegment right, MemorySegment left) void rlSetMatrixProjectionStereo(Matrix right, Matrix left)
static MemorySegment
Address for:void rlSetMatrixProjectionStereo(Matrix right, Matrix left)
static FunctionDescriptor
Function descriptor for:void rlSetMatrixProjectionStereo(Matrix right, Matrix left)
static MethodHandle
Downcall method handle for:void rlSetMatrixProjectionStereo(Matrix right, Matrix left)
static void
rlSetMatrixViewOffsetStereo
(MemorySegment right, MemorySegment left) void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
static MemorySegment
Address for:void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
static FunctionDescriptor
Function descriptor for:void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
static MethodHandle
Downcall method handle for:void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
static void
void rlSetRenderBatchActive(rlRenderBatch *batch)
static MemorySegment
Address for:void rlSetRenderBatchActive(rlRenderBatch *batch)
static FunctionDescriptor
Function descriptor for:void rlSetRenderBatchActive(rlRenderBatch *batch)
static MethodHandle
Downcall method handle for:void rlSetRenderBatchActive(rlRenderBatch *batch)
static void
rlSetShader
(int id, MemorySegment locs) void rlSetShader(unsigned int id, int *locs)
static MemorySegment
Address for:void rlSetShader(unsigned int id, int *locs)
static FunctionDescriptor
Function descriptor for:void rlSetShader(unsigned int id, int *locs)
static MethodHandle
Downcall method handle for:void rlSetShader(unsigned int id, int *locs)
static void
rlSetTexture
(int id) void rlSetTexture(unsigned int id)
static MemorySegment
Address for:void rlSetTexture(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlSetTexture(unsigned int id)
static MethodHandle
Downcall method handle for:void rlSetTexture(unsigned int id)
static void
rlSetUniform
(int locIndex, MemorySegment value, int uniformType, int count) void rlSetUniform(int locIndex, const void *value, int uniformType, int count)
static MemorySegment
Address for:void rlSetUniform(int locIndex, const void *value, int uniformType, int count)
static FunctionDescriptor
Function descriptor for:void rlSetUniform(int locIndex, const void *value, int uniformType, int count)
static MethodHandle
Downcall method handle for:void rlSetUniform(int locIndex, const void *value, int uniformType, int count)
static void
rlSetUniformMatrices
(int locIndex, MemorySegment mat, int count) void rlSetUniformMatrices(int locIndex, const Matrix *mat, int count)
static MemorySegment
Address for:void rlSetUniformMatrices(int locIndex, const Matrix *mat, int count)
static FunctionDescriptor
Function descriptor for:void rlSetUniformMatrices(int locIndex, const Matrix *mat, int count)
static MethodHandle
Downcall method handle for:void rlSetUniformMatrices(int locIndex, const Matrix *mat, int count)
static void
rlSetUniformMatrix
(int locIndex, MemorySegment mat) void rlSetUniformMatrix(int locIndex, Matrix mat)
static MemorySegment
Address for:void rlSetUniformMatrix(int locIndex, Matrix mat)
static FunctionDescriptor
Function descriptor for:void rlSetUniformMatrix(int locIndex, Matrix mat)
static MethodHandle
Downcall method handle for:void rlSetUniformMatrix(int locIndex, Matrix mat)
static void
rlSetUniformSampler
(int locIndex, int textureId) void rlSetUniformSampler(int locIndex, unsigned int textureId)
static MemorySegment
Address for:void rlSetUniformSampler(int locIndex, unsigned int textureId)
static FunctionDescriptor
Function descriptor for:void rlSetUniformSampler(int locIndex, unsigned int textureId)
static MethodHandle
Downcall method handle for:void rlSetUniformSampler(int locIndex, unsigned int textureId)
static void
rlSetVertexAttribute
(int index, int compSize, int type, boolean normalized, int stride, int offset) void rlSetVertexAttribute(unsigned int index, int compSize, int type, bool normalized, int stride, int offset)
static MemorySegment
Address for:void rlSetVertexAttribute(unsigned int index, int compSize, int type, bool normalized, int stride, int offset)
static FunctionDescriptor
Function descriptor for:void rlSetVertexAttribute(unsigned int index, int compSize, int type, bool normalized, int stride, int offset)
static MethodHandle
Downcall method handle for:void rlSetVertexAttribute(unsigned int index, int compSize, int type, bool normalized, int stride, int offset)
static void
rlSetVertexAttributeDefault
(int locIndex, MemorySegment value, int attribType, int count) void rlSetVertexAttributeDefault(int locIndex, const void *value, int attribType, int count)
static MemorySegment
Address for:void rlSetVertexAttributeDefault(int locIndex, const void *value, int attribType, int count)
static FunctionDescriptor
Function descriptor for:void rlSetVertexAttributeDefault(int locIndex, const void *value, int attribType, int count)
static MethodHandle
Downcall method handle for:void rlSetVertexAttributeDefault(int locIndex, const void *value, int attribType, int count)
static void
rlSetVertexAttributeDivisor
(int index, int divisor) void rlSetVertexAttributeDivisor(unsigned int index, int divisor)
static MemorySegment
Address for:void rlSetVertexAttributeDivisor(unsigned int index, int divisor)
static FunctionDescriptor
Function descriptor for:void rlSetVertexAttributeDivisor(unsigned int index, int divisor)
static MethodHandle
Downcall method handle for:void rlSetVertexAttributeDivisor(unsigned int index, int divisor)
static void
rlTexCoord2f
(float x, float y) void rlTexCoord2f(float x, float y)
static MemorySegment
Address for:void rlTexCoord2f(float x, float y)
static FunctionDescriptor
Function descriptor for:void rlTexCoord2f(float x, float y)
static MethodHandle
Downcall method handle for:void rlTexCoord2f(float x, float y)
static void
rlTextureParameters
(int id, int param, int value) void rlTextureParameters(unsigned int id, int param, int value)
static MemorySegment
Address for:void rlTextureParameters(unsigned int id, int param, int value)
static FunctionDescriptor
Function descriptor for:void rlTextureParameters(unsigned int id, int param, int value)
static MethodHandle
Downcall method handle for:void rlTextureParameters(unsigned int id, int param, int value)
static void
rlTranslatef
(float x, float y, float z) void rlTranslatef(float x, float y, float z)
static MemorySegment
Address for:void rlTranslatef(float x, float y, float z)
static FunctionDescriptor
Function descriptor for:void rlTranslatef(float x, float y, float z)
static MethodHandle
Downcall method handle for:void rlTranslatef(float x, float y, float z)
static void
rlUnloadFramebuffer
(int id) void rlUnloadFramebuffer(unsigned int id)
static MemorySegment
Address for:void rlUnloadFramebuffer(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlUnloadFramebuffer(unsigned int id)
static MethodHandle
Downcall method handle for:void rlUnloadFramebuffer(unsigned int id)
static void
rlUnloadRenderBatch
(MemorySegment batch) void rlUnloadRenderBatch(rlRenderBatch batch)
static MemorySegment
Address for:void rlUnloadRenderBatch(rlRenderBatch batch)
static FunctionDescriptor
Function descriptor for:void rlUnloadRenderBatch(rlRenderBatch batch)
static MethodHandle
Downcall method handle for:void rlUnloadRenderBatch(rlRenderBatch batch)
static void
rlUnloadShaderBuffer
(int ssboId) void rlUnloadShaderBuffer(unsigned int ssboId)
static MemorySegment
Address for:void rlUnloadShaderBuffer(unsigned int ssboId)
static FunctionDescriptor
Function descriptor for:void rlUnloadShaderBuffer(unsigned int ssboId)
static MethodHandle
Downcall method handle for:void rlUnloadShaderBuffer(unsigned int ssboId)
static void
rlUnloadShaderProgram
(int id) void rlUnloadShaderProgram(unsigned int id)
static MemorySegment
Address for:void rlUnloadShaderProgram(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlUnloadShaderProgram(unsigned int id)
static MethodHandle
Downcall method handle for:void rlUnloadShaderProgram(unsigned int id)
static void
rlUnloadTexture
(int id) void rlUnloadTexture(unsigned int id)
static MemorySegment
Address for:void rlUnloadTexture(unsigned int id)
static FunctionDescriptor
Function descriptor for:void rlUnloadTexture(unsigned int id)
static MethodHandle
Downcall method handle for:void rlUnloadTexture(unsigned int id)
static void
rlUnloadVertexArray
(int vaoId) void rlUnloadVertexArray(unsigned int vaoId)
static MemorySegment
Address for:void rlUnloadVertexArray(unsigned int vaoId)
static FunctionDescriptor
Function descriptor for:void rlUnloadVertexArray(unsigned int vaoId)
static MethodHandle
Downcall method handle for:void rlUnloadVertexArray(unsigned int vaoId)
static void
rlUnloadVertexBuffer
(int vboId) void rlUnloadVertexBuffer(unsigned int vboId)
static MemorySegment
Address for:void rlUnloadVertexBuffer(unsigned int vboId)
static FunctionDescriptor
Function descriptor for:void rlUnloadVertexBuffer(unsigned int vboId)
static MethodHandle
Downcall method handle for:void rlUnloadVertexBuffer(unsigned int vboId)
static void
rlUpdateShaderBuffer
(int id, MemorySegment data, int dataSize, int offset) void rlUpdateShaderBuffer(unsigned int id, const void *data, unsigned int dataSize, unsigned int offset)
static MemorySegment
Address for:void rlUpdateShaderBuffer(unsigned int id, const void *data, unsigned int dataSize, unsigned int offset)
static FunctionDescriptor
Function descriptor for:void rlUpdateShaderBuffer(unsigned int id, const void *data, unsigned int dataSize, unsigned int offset)
static MethodHandle
Downcall method handle for:void rlUpdateShaderBuffer(unsigned int id, const void *data, unsigned int dataSize, unsigned int offset)
static void
rlUpdateTexture
(int id, int offsetX, int offsetY, int width, int height, int format, MemorySegment data) void rlUpdateTexture(unsigned int id, int offsetX, int offsetY, int width, int height, int format, const void *data)
static MemorySegment
Address for:void rlUpdateTexture(unsigned int id, int offsetX, int offsetY, int width, int height, int format, const void *data)
static FunctionDescriptor
Function descriptor for:void rlUpdateTexture(unsigned int id, int offsetX, int offsetY, int width, int height, int format, const void *data)
static MethodHandle
Downcall method handle for:void rlUpdateTexture(unsigned int id, int offsetX, int offsetY, int width, int height, int format, const void *data)
static void
rlUpdateVertexBuffer
(int bufferId, MemorySegment data, int dataSize, int offset) void rlUpdateVertexBuffer(unsigned int bufferId, const void *data, int dataSize, int offset)
static MemorySegment
Address for:void rlUpdateVertexBuffer(unsigned int bufferId, const void *data, int dataSize, int offset)
static FunctionDescriptor
Function descriptor for:void rlUpdateVertexBuffer(unsigned int bufferId, const void *data, int dataSize, int offset)
static MethodHandle
Downcall method handle for:void rlUpdateVertexBuffer(unsigned int bufferId, const void *data, int dataSize, int offset)
static void
rlUpdateVertexBufferElements
(int id, MemorySegment data, int dataSize, int offset) void rlUpdateVertexBufferElements(unsigned int id, const void *data, int dataSize, int offset)
static MemorySegment
Address for:void rlUpdateVertexBufferElements(unsigned int id, const void *data, int dataSize, int offset)
static FunctionDescriptor
Function descriptor for:void rlUpdateVertexBufferElements(unsigned int id, const void *data, int dataSize, int offset)
static MethodHandle
Downcall method handle for:void rlUpdateVertexBufferElements(unsigned int id, const void *data, int dataSize, int offset)
static void
rlVertex2f
(float x, float y) void rlVertex2f(float x, float y)
static MemorySegment
Address for:void rlVertex2f(float x, float y)
static FunctionDescriptor
Function descriptor for:void rlVertex2f(float x, float y)
static MethodHandle
Downcall method handle for:void rlVertex2f(float x, float y)
static void
rlVertex2i
(int x, int y) void rlVertex2i(int x, int y)
static MemorySegment
Address for:void rlVertex2i(int x, int y)
static FunctionDescriptor
Function descriptor for:void rlVertex2i(int x, int y)
static MethodHandle
Downcall method handle for:void rlVertex2i(int x, int y)
static void
rlVertex3f
(float x, float y, float z) void rlVertex3f(float x, float y, float z)
static MemorySegment
Address for:void rlVertex3f(float x, float y, float z)
static FunctionDescriptor
Function descriptor for:void rlVertex3f(float x, float y, float z)
static MethodHandle
Downcall method handle for:void rlVertex3f(float x, float y, float z)
static void
rlViewport
(int x, int y, int width, int height) void rlViewport(int x, int y, int width, int height)
static MemorySegment
Address for:void rlViewport(int x, int y, int width, int height)
static FunctionDescriptor
Function descriptor for:void rlViewport(int x, int y, int width, int height)
static MethodHandle
Downcall method handle for:void rlViewport(int x, int y, int width, int height)
static double
round
(double __x) extern double round(double __x)
static MemorySegment
Address for:extern double round(double __x)
static FunctionDescriptor
Function descriptor for:extern double round(double __x)
static MethodHandle
Downcall method handle for:extern double round(double __x)
static float
roundf
(float __x) extern float roundf(float __x)
static MemorySegment
Address for:extern float roundf(float __x)
static FunctionDescriptor
Function descriptor for:extern float roundf(float __x)
static MethodHandle
Downcall method handle for:extern float roundf(float __x)
static double
scalb
(double __x, double __n) extern double scalb(double __x, double __n)
static MemorySegment
Address for:extern double scalb(double __x, double __n)
static FunctionDescriptor
Function descriptor for:extern double scalb(double __x, double __n)
static MethodHandle
Downcall method handle for:extern double scalb(double __x, double __n)
static float
scalbf
(float __x, float __n) extern float scalbf(float __x, float __n)
static MemorySegment
Address for:extern float scalbf(float __x, float __n)
static FunctionDescriptor
Function descriptor for:extern float scalbf(float __x, float __n)
static MethodHandle
Downcall method handle for:extern float scalbf(float __x, float __n)
static double
scalbln
(double __x, long __n) extern double scalbln(double __x, long __n)
static MemorySegment
Address for:extern double scalbln(double __x, long __n)
static FunctionDescriptor
Function descriptor for:extern double scalbln(double __x, long __n)
static MethodHandle
Downcall method handle for:extern double scalbln(double __x, long __n)
static float
scalblnf
(float __x, long __n) extern float scalblnf(float __x, long __n)
static MemorySegment
Address for:extern float scalblnf(float __x, long __n)
static FunctionDescriptor
Function descriptor for:extern float scalblnf(float __x, long __n)
static MethodHandle
Downcall method handle for:extern float scalblnf(float __x, long __n)
static double
scalbn
(double __x, int __n) extern double scalbn(double __x, int __n)
static MemorySegment
Address for:extern double scalbn(double __x, int __n)
static FunctionDescriptor
Function descriptor for:extern double scalbn(double __x, int __n)
static MethodHandle
Downcall method handle for:extern double scalbn(double __x, int __n)
static float
scalbnf
(float __x, int __n) extern float scalbnf(float __x, int __n)
static MemorySegment
Address for:extern float scalbnf(float __x, int __n)
static FunctionDescriptor
Function descriptor for:extern float scalbnf(float __x, int __n)
static MethodHandle
Downcall method handle for:extern float scalbnf(float __x, int __n)
static void
SeekMusicStream
(MemorySegment music, float position) void SeekMusicStream(Music music, float position)
static MemorySegment
Address for:void SeekMusicStream(Music music, float position)
static FunctionDescriptor
Function descriptor for:void SeekMusicStream(Music music, float position)
static MethodHandle
Downcall method handle for:void SeekMusicStream(Music music, float position)
static void
SetAudioStreamBufferSizeDefault
(int size) void SetAudioStreamBufferSizeDefault(int size)
static MemorySegment
Address for:void SetAudioStreamBufferSizeDefault(int size)
static FunctionDescriptor
Function descriptor for:void SetAudioStreamBufferSizeDefault(int size)
static MethodHandle
Downcall method handle for:void SetAudioStreamBufferSizeDefault(int size)
static void
SetAudioStreamCallback
(MemorySegment stream, MemorySegment callback) void SetAudioStreamCallback(AudioStream stream, AudioCallback callback)
static MemorySegment
Address for:void SetAudioStreamCallback(AudioStream stream, AudioCallback callback)
static FunctionDescriptor
Function descriptor for:void SetAudioStreamCallback(AudioStream stream, AudioCallback callback)
static MethodHandle
Downcall method handle for:void SetAudioStreamCallback(AudioStream stream, AudioCallback callback)
static void
SetAudioStreamPan
(MemorySegment stream, float pan) void SetAudioStreamPan(AudioStream stream, float pan)
static MemorySegment
Address for:void SetAudioStreamPan(AudioStream stream, float pan)
static FunctionDescriptor
Function descriptor for:void SetAudioStreamPan(AudioStream stream, float pan)
static MethodHandle
Downcall method handle for:void SetAudioStreamPan(AudioStream stream, float pan)
static void
SetAudioStreamPitch
(MemorySegment stream, float pitch) void SetAudioStreamPitch(AudioStream stream, float pitch)
static MemorySegment
Address for:void SetAudioStreamPitch(AudioStream stream, float pitch)
static FunctionDescriptor
Function descriptor for:void SetAudioStreamPitch(AudioStream stream, float pitch)
static MethodHandle
Downcall method handle for:void SetAudioStreamPitch(AudioStream stream, float pitch)
static void
SetAudioStreamVolume
(MemorySegment stream, float volume) void SetAudioStreamVolume(AudioStream stream, float volume)
static MemorySegment
Address for:void SetAudioStreamVolume(AudioStream stream, float volume)
static FunctionDescriptor
Function descriptor for:void SetAudioStreamVolume(AudioStream stream, float volume)
static MethodHandle
Downcall method handle for:void SetAudioStreamVolume(AudioStream stream, float volume)
static void
SetMusicPan
(MemorySegment music, float pan) void SetMusicPan(Music music, float pan)
static MemorySegment
Address for:void SetMusicPan(Music music, float pan)
static FunctionDescriptor
Function descriptor for:void SetMusicPan(Music music, float pan)
static MethodHandle
Downcall method handle for:void SetMusicPan(Music music, float pan)
static void
SetMusicPitch
(MemorySegment music, float pitch) void SetMusicPitch(Music music, float pitch)
static MemorySegment
Address for:void SetMusicPitch(Music music, float pitch)
static FunctionDescriptor
Function descriptor for:void SetMusicPitch(Music music, float pitch)
static MethodHandle
Downcall method handle for:void SetMusicPitch(Music music, float pitch)
static void
SetMusicVolume
(MemorySegment music, float volume) void SetMusicVolume(Music music, float volume)
static MemorySegment
Address for:void SetMusicVolume(Music music, float volume)
static FunctionDescriptor
Function descriptor for:void SetMusicVolume(Music music, float volume)
static MethodHandle
Downcall method handle for:void SetMusicVolume(Music music, float volume)
static void
SetSoundPan
(MemorySegment sound, float pan) void SetSoundPan(Sound sound, float pan)
static MemorySegment
Address for:void SetSoundPan(Sound sound, float pan)
static FunctionDescriptor
Function descriptor for:void SetSoundPan(Sound sound, float pan)
static MethodHandle
Downcall method handle for:void SetSoundPan(Sound sound, float pan)
static void
SetSoundPitch
(MemorySegment sound, float pitch) void SetSoundPitch(Sound sound, float pitch)
static MemorySegment
Address for:void SetSoundPitch(Sound sound, float pitch)
static FunctionDescriptor
Function descriptor for:void SetSoundPitch(Sound sound, float pitch)
static MethodHandle
Downcall method handle for:void SetSoundPitch(Sound sound, float pitch)
static void
SetSoundVolume
(MemorySegment sound, float volume) void SetSoundVolume(Sound sound, float volume)
static MemorySegment
Address for:void SetSoundVolume(Sound sound, float volume)
static FunctionDescriptor
Function descriptor for:void SetSoundVolume(Sound sound, float volume)
static MethodHandle
Downcall method handle for:void SetSoundVolume(Sound sound, float volume)
static int
#define SHADER_LOC_MAP_DIFFUSE 15
static int
#define SHADER_LOC_MAP_SPECULAR 16
static int
signgam()
Getter for variable:extern int signgam
static void
signgam
(int varValue) Setter for variable:extern int signgam
static ValueLayout.OfInt
Layout for variable:extern int signgam
static MemorySegment
Segment for variable:extern int signgam
static double
significand
(double __x) extern double significand(double __x)
static MemorySegment
Address for:extern double significand(double __x)
static FunctionDescriptor
Function descriptor for:extern double significand(double __x)
static MethodHandle
Downcall method handle for:extern double significand(double __x)
static float
significandf
(float __x) extern float significandf(float __x)
static MemorySegment
Address for:extern float significandf(float __x)
static FunctionDescriptor
Function descriptor for:extern float significandf(float __x)
static MethodHandle
Downcall method handle for:extern float significandf(float __x)
static double
sin
(double __x) extern double sin(double __x)
static MemorySegment
Address for:extern double sin(double __x)
static FunctionDescriptor
Function descriptor for:extern double sin(double __x)
static MethodHandle
Downcall method handle for:extern double sin(double __x)
static float
sinf
(float __x) extern float sinf(float __x)
static MemorySegment
Address for:extern float sinf(float __x)
static FunctionDescriptor
Function descriptor for:extern float sinf(float __x)
static MethodHandle
Downcall method handle for:extern float sinf(float __x)
static double
sinh
(double __x) extern double sinh(double __x)
static MemorySegment
Address for:extern double sinh(double __x)
static FunctionDescriptor
Function descriptor for:extern double sinh(double __x)
static MethodHandle
Downcall method handle for:extern double sinh(double __x)
static float
sinhf
(float __x) extern float sinhf(float __x)
static MemorySegment
Address for:extern float sinhf(float __x)
static FunctionDescriptor
Function descriptor for:extern float sinhf(float __x)
static MethodHandle
Downcall method handle for:extern float sinhf(float __x)
static double
sqrt
(double __x) extern double sqrt(double __x)
static MemorySegment
Address for:extern double sqrt(double __x)
static FunctionDescriptor
Function descriptor for:extern double sqrt(double __x)
static MethodHandle
Downcall method handle for:extern double sqrt(double __x)
static float
sqrtf
(float __x) extern float sqrtf(float __x)
static MemorySegment
Address for:extern float sqrtf(float __x)
static FunctionDescriptor
Function descriptor for:extern float sqrtf(float __x)
static MethodHandle
Downcall method handle for:extern float sqrtf(float __x)
static void
StopAudioStream
(MemorySegment stream) void StopAudioStream(AudioStream stream)
static MemorySegment
Address for:void StopAudioStream(AudioStream stream)
static FunctionDescriptor
Function descriptor for:void StopAudioStream(AudioStream stream)
static MethodHandle
Downcall method handle for:void StopAudioStream(AudioStream stream)
static void
StopMusicStream
(MemorySegment music) void StopMusicStream(Music music)
static MemorySegment
Address for:void StopMusicStream(Music music)
static FunctionDescriptor
Function descriptor for:void StopMusicStream(Music music)
static MethodHandle
Downcall method handle for:void StopMusicStream(Music music)
static double
tan
(double __x) extern double tan(double __x)
static MemorySegment
Address for:extern double tan(double __x)
static FunctionDescriptor
Function descriptor for:extern double tan(double __x)
static MethodHandle
Downcall method handle for:extern double tan(double __x)
static float
tanf
(float __x) extern float tanf(float __x)
static MemorySegment
Address for:extern float tanf(float __x)
static FunctionDescriptor
Function descriptor for:extern float tanf(float __x)
static MethodHandle
Downcall method handle for:extern float tanf(float __x)
static double
tanh
(double __x) extern double tanh(double __x)
static MemorySegment
Address for:extern double tanh(double __x)
static FunctionDescriptor
Function descriptor for:extern double tanh(double __x)
static MethodHandle
Downcall method handle for:extern double tanh(double __x)
static float
tanhf
(float __x) extern float tanhf(float __x)
static MemorySegment
Address for:extern float tanhf(float __x)
static FunctionDescriptor
Function descriptor for:extern float tanhf(float __x)
static MethodHandle
Downcall method handle for:extern float tanhf(float __x)
static double
tgamma
(double x0) extern double tgamma(double)
static MemorySegment
Address for:extern double tgamma(double)
static FunctionDescriptor
Function descriptor for:extern double tgamma(double)
static MethodHandle
Downcall method handle for:extern double tgamma(double)
static float
tgammaf
(float x0) extern float tgammaf(float)
static MemorySegment
Address for:extern float tgammaf(float)
static FunctionDescriptor
Function descriptor for:extern float tgammaf(float)
static MethodHandle
Downcall method handle for:extern float tgammaf(float)
static double
trunc
(double __x) extern double trunc(double __x)
static MemorySegment
Address for:extern double trunc(double __x)
static FunctionDescriptor
Function descriptor for:extern double trunc(double __x)
static MethodHandle
Downcall method handle for:extern double trunc(double __x)
static float
truncf
(float __x) extern float truncf(float __x)
static MemorySegment
Address for:extern float truncf(float __x)
static FunctionDescriptor
Function descriptor for:extern float truncf(float __x)
static MethodHandle
Downcall method handle for:extern float truncf(float __x)
static void
UnloadAudioStream
(MemorySegment stream) void UnloadAudioStream(AudioStream stream)
static MemorySegment
Address for:void UnloadAudioStream(AudioStream stream)
static FunctionDescriptor
Function descriptor for:void UnloadAudioStream(AudioStream stream)
static MethodHandle
Downcall method handle for:void UnloadAudioStream(AudioStream stream)
static void
UnloadMusicStream
(MemorySegment music) void UnloadMusicStream(Music music)
static MemorySegment
Address for:void UnloadMusicStream(Music music)
static FunctionDescriptor
Function descriptor for:void UnloadMusicStream(Music music)
static MethodHandle
Downcall method handle for:void UnloadMusicStream(Music music)
static void
UnloadWaveSamples
(MemorySegment samples) void UnloadWaveSamples(float *samples)
static MemorySegment
Address for:void UnloadWaveSamples(float *samples)
static FunctionDescriptor
Function descriptor for:void UnloadWaveSamples(float *samples)
static MethodHandle
Downcall method handle for:void UnloadWaveSamples(float *samples)
static void
UpdateAudioStream
(MemorySegment stream, MemorySegment data, int frameCount) void UpdateAudioStream(AudioStream stream, const void *data, int frameCount)
static MemorySegment
Address for:void UpdateAudioStream(AudioStream stream, const void *data, int frameCount)
static FunctionDescriptor
Function descriptor for:void UpdateAudioStream(AudioStream stream, const void *data, int frameCount)
static MethodHandle
Downcall method handle for:void UpdateAudioStream(AudioStream stream, const void *data, int frameCount)
static void
UpdateMusicStream
(MemorySegment music) void UpdateMusicStream(Music music)
static MemorySegment
Address for:void UpdateMusicStream(Music music)
static FunctionDescriptor
Function descriptor for:void UpdateMusicStream(Music music)
static MethodHandle
Downcall method handle for:void UpdateMusicStream(Music music)
static MemorySegment
Vector2Add
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Add(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:Vector2 Vector2Add(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Add(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:Vector2 Vector2Add(Vector2 v1, Vector2 v2)
static MemorySegment
Vector2AddValue
(SegmentAllocator allocator, MemorySegment v, float add) Vector2 Vector2AddValue(Vector2 v, float add)
static MemorySegment
Address for:Vector2 Vector2AddValue(Vector2 v, float add)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2AddValue(Vector2 v, float add)
static MethodHandle
Downcall method handle for:Vector2 Vector2AddValue(Vector2 v, float add)
static float
Vector2Angle
(MemorySegment v1, MemorySegment v2) float Vector2Angle(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:float Vector2Angle(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:float Vector2Angle(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:float Vector2Angle(Vector2 v1, Vector2 v2)
static MemorySegment
Vector2Clamp
(SegmentAllocator allocator, MemorySegment v, MemorySegment min, MemorySegment max) Vector2 Vector2Clamp(Vector2 v, Vector2 min, Vector2 max)
static MemorySegment
Address for:Vector2 Vector2Clamp(Vector2 v, Vector2 min, Vector2 max)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Clamp(Vector2 v, Vector2 min, Vector2 max)
static MethodHandle
Downcall method handle for:Vector2 Vector2Clamp(Vector2 v, Vector2 min, Vector2 max)
static MemorySegment
Vector2ClampValue
(SegmentAllocator allocator, MemorySegment v, float min, float max) Vector2 Vector2ClampValue(Vector2 v, float min, float max)
static MemorySegment
Address for:Vector2 Vector2ClampValue(Vector2 v, float min, float max)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2ClampValue(Vector2 v, float min, float max)
static MethodHandle
Downcall method handle for:Vector2 Vector2ClampValue(Vector2 v, float min, float max)
static float
float Vector2Distance(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:float Vector2Distance(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:float Vector2Distance(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:float Vector2Distance(Vector2 v1, Vector2 v2)
static float
float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
static MemorySegment
Vector2Divide
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Divide(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:Vector2 Vector2Divide(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Divide(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:Vector2 Vector2Divide(Vector2 v1, Vector2 v2)
static float
float Vector2DotProduct(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:float Vector2DotProduct(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:float Vector2DotProduct(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:float Vector2DotProduct(Vector2 v1, Vector2 v2)
static int
int Vector2Equals(Vector2 p, Vector2 q)
static MemorySegment
Address for:int Vector2Equals(Vector2 p, Vector2 q)
static FunctionDescriptor
Function descriptor for:int Vector2Equals(Vector2 p, Vector2 q)
static MethodHandle
Downcall method handle for:int Vector2Equals(Vector2 p, Vector2 q)
static MemorySegment
Vector2Invert
(SegmentAllocator allocator, MemorySegment v) Vector2 Vector2Invert(Vector2 v)
static MemorySegment
Address for:Vector2 Vector2Invert(Vector2 v)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Invert(Vector2 v)
static MethodHandle
Downcall method handle for:Vector2 Vector2Invert(Vector2 v)
static float
float Vector2Length(Vector2 v)
static MemorySegment
Address for:float Vector2Length(Vector2 v)
static FunctionDescriptor
Function descriptor for:float Vector2Length(Vector2 v)
static MethodHandle
Downcall method handle for:float Vector2Length(Vector2 v)
static float
float Vector2LengthSqr(Vector2 v)
static MemorySegment
Address for:float Vector2LengthSqr(Vector2 v)
static FunctionDescriptor
Function descriptor for:float Vector2LengthSqr(Vector2 v)
static MethodHandle
Downcall method handle for:float Vector2LengthSqr(Vector2 v)
static MemorySegment
Vector2Lerp
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2, float amount) Vector2 Vector2Lerp(Vector2 v1, Vector2 v2, float amount)
static MemorySegment
Address for:Vector2 Vector2Lerp(Vector2 v1, Vector2 v2, float amount)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Lerp(Vector2 v1, Vector2 v2, float amount)
static MethodHandle
Downcall method handle for:Vector2 Vector2Lerp(Vector2 v1, Vector2 v2, float amount)
static float
Vector2LineAngle
(MemorySegment start, MemorySegment end) float Vector2LineAngle(Vector2 start, Vector2 end)
static MemorySegment
Address for:float Vector2LineAngle(Vector2 start, Vector2 end)
static FunctionDescriptor
Function descriptor for:float Vector2LineAngle(Vector2 start, Vector2 end)
static MethodHandle
Downcall method handle for:float Vector2LineAngle(Vector2 start, Vector2 end)
static MemorySegment
Vector2Max
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Max(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:Vector2 Vector2Max(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Max(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:Vector2 Vector2Max(Vector2 v1, Vector2 v2)
static MemorySegment
Vector2Min
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Min(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:Vector2 Vector2Min(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Min(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:Vector2 Vector2Min(Vector2 v1, Vector2 v2)
static MemorySegment
Vector2MoveTowards
(SegmentAllocator allocator, MemorySegment v, MemorySegment target, float maxDistance) Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
static MemorySegment
Address for:Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
static MethodHandle
Downcall method handle for:Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
static MemorySegment
Vector2Multiply
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Multiply(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:Vector2 Vector2Multiply(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Multiply(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:Vector2 Vector2Multiply(Vector2 v1, Vector2 v2)
static MemorySegment
Vector2Negate
(SegmentAllocator allocator, MemorySegment v) Vector2 Vector2Negate(Vector2 v)
static MemorySegment
Address for:Vector2 Vector2Negate(Vector2 v)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Negate(Vector2 v)
static MethodHandle
Downcall method handle for:Vector2 Vector2Negate(Vector2 v)
static MemorySegment
Vector2Normalize
(SegmentAllocator allocator, MemorySegment v) Vector2 Vector2Normalize(Vector2 v)
static MemorySegment
Address for:Vector2 Vector2Normalize(Vector2 v)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Normalize(Vector2 v)
static MethodHandle
Downcall method handle for:Vector2 Vector2Normalize(Vector2 v)
static MemorySegment
Vector2One
(SegmentAllocator allocator) Vector2 Vector2One()
static MemorySegment
Address for:Vector2 Vector2One()
static FunctionDescriptor
Function descriptor for:Vector2 Vector2One()
static MethodHandle
Downcall method handle for:Vector2 Vector2One()
static MemorySegment
Vector2Reflect
(SegmentAllocator allocator, MemorySegment v, MemorySegment normal) Vector2 Vector2Reflect(Vector2 v, Vector2 normal)
static MemorySegment
Address for:Vector2 Vector2Reflect(Vector2 v, Vector2 normal)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Reflect(Vector2 v, Vector2 normal)
static MethodHandle
Downcall method handle for:Vector2 Vector2Reflect(Vector2 v, Vector2 normal)
static MemorySegment
Vector2Refract
(SegmentAllocator allocator, MemorySegment v, MemorySegment n, float r) Vector2 Vector2Refract(Vector2 v, Vector2 n, float r)
static MemorySegment
Address for:Vector2 Vector2Refract(Vector2 v, Vector2 n, float r)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Refract(Vector2 v, Vector2 n, float r)
static MethodHandle
Downcall method handle for:Vector2 Vector2Refract(Vector2 v, Vector2 n, float r)
static MemorySegment
Vector2Rotate
(SegmentAllocator allocator, MemorySegment v, float angle) Vector2 Vector2Rotate(Vector2 v, float angle)
static MemorySegment
Address for:Vector2 Vector2Rotate(Vector2 v, float angle)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Rotate(Vector2 v, float angle)
static MethodHandle
Downcall method handle for:Vector2 Vector2Rotate(Vector2 v, float angle)
static MemorySegment
Vector2Scale
(SegmentAllocator allocator, MemorySegment v, float scale) Vector2 Vector2Scale(Vector2 v, float scale)
static MemorySegment
Address for:Vector2 Vector2Scale(Vector2 v, float scale)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Scale(Vector2 v, float scale)
static MethodHandle
Downcall method handle for:Vector2 Vector2Scale(Vector2 v, float scale)
static MemorySegment
Vector2Subtract
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Subtract(Vector2 v1, Vector2 v2)
static MemorySegment
Address for:Vector2 Vector2Subtract(Vector2 v1, Vector2 v2)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Subtract(Vector2 v1, Vector2 v2)
static MethodHandle
Downcall method handle for:Vector2 Vector2Subtract(Vector2 v1, Vector2 v2)
static MemorySegment
Vector2SubtractValue
(SegmentAllocator allocator, MemorySegment v, float sub) Vector2 Vector2SubtractValue(Vector2 v, float sub)
static MemorySegment
Address for:Vector2 Vector2SubtractValue(Vector2 v, float sub)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2SubtractValue(Vector2 v, float sub)
static MethodHandle
Downcall method handle for:Vector2 Vector2SubtractValue(Vector2 v, float sub)
static MemorySegment
Vector2Transform
(SegmentAllocator allocator, MemorySegment v, MemorySegment mat) Vector2 Vector2Transform(Vector2 v, Matrix mat)
static MemorySegment
Address for:Vector2 Vector2Transform(Vector2 v, Matrix mat)
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Transform(Vector2 v, Matrix mat)
static MethodHandle
Downcall method handle for:Vector2 Vector2Transform(Vector2 v, Matrix mat)
static MemorySegment
Vector2Zero
(SegmentAllocator allocator) Vector2 Vector2Zero()
static MemorySegment
Address for:Vector2 Vector2Zero()
static FunctionDescriptor
Function descriptor for:Vector2 Vector2Zero()
static MethodHandle
Downcall method handle for:Vector2 Vector2Zero()
static MemorySegment
Vector3Add
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Add(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3Add(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Add(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3Add(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3AddValue
(SegmentAllocator allocator, MemorySegment v, float add) Vector3 Vector3AddValue(Vector3 v, float add)
static MemorySegment
Address for:Vector3 Vector3AddValue(Vector3 v, float add)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3AddValue(Vector3 v, float add)
static MethodHandle
Downcall method handle for:Vector3 Vector3AddValue(Vector3 v, float add)
static float
Vector3Angle
(MemorySegment v1, MemorySegment v2) float Vector3Angle(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:float Vector3Angle(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:float Vector3Angle(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:float Vector3Angle(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3Barycenter
(SegmentAllocator allocator, MemorySegment p, MemorySegment a, MemorySegment b, MemorySegment c) Vector3 Vector3Barycenter(Vector3 p, Vector3 a, Vector3 b, Vector3 c)
static MemorySegment
Address for:Vector3 Vector3Barycenter(Vector3 p, Vector3 a, Vector3 b, Vector3 c)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Barycenter(Vector3 p, Vector3 a, Vector3 b, Vector3 c)
static MethodHandle
Downcall method handle for:Vector3 Vector3Barycenter(Vector3 p, Vector3 a, Vector3 b, Vector3 c)
static MemorySegment
Vector3Clamp
(SegmentAllocator allocator, MemorySegment v, MemorySegment min, MemorySegment max) Vector3 Vector3Clamp(Vector3 v, Vector3 min, Vector3 max)
static MemorySegment
Address for:Vector3 Vector3Clamp(Vector3 v, Vector3 min, Vector3 max)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Clamp(Vector3 v, Vector3 min, Vector3 max)
static MethodHandle
Downcall method handle for:Vector3 Vector3Clamp(Vector3 v, Vector3 min, Vector3 max)
static MemorySegment
Vector3ClampValue
(SegmentAllocator allocator, MemorySegment v, float min, float max) Vector3 Vector3ClampValue(Vector3 v, float min, float max)
static MemorySegment
Address for:Vector3 Vector3ClampValue(Vector3 v, float min, float max)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3ClampValue(Vector3 v, float min, float max)
static MethodHandle
Downcall method handle for:Vector3 Vector3ClampValue(Vector3 v, float min, float max)
static MemorySegment
Vector3CrossProduct
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3CrossProduct(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3CrossProduct(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3CrossProduct(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3CrossProduct(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3CubicHermite
(SegmentAllocator allocator, MemorySegment v1, MemorySegment tangent1, MemorySegment v2, MemorySegment tangent2, float amount) Vector3 Vector3CubicHermite(Vector3 v1, Vector3 tangent1, Vector3 v2, Vector3 tangent2, float amount)
static MemorySegment
Address for:Vector3 Vector3CubicHermite(Vector3 v1, Vector3 tangent1, Vector3 v2, Vector3 tangent2, float amount)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3CubicHermite(Vector3 v1, Vector3 tangent1, Vector3 v2, Vector3 tangent2, float amount)
static MethodHandle
Downcall method handle for:Vector3 Vector3CubicHermite(Vector3 v1, Vector3 tangent1, Vector3 v2, Vector3 tangent2, float amount)
static float
float Vector3Distance(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:float Vector3Distance(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:float Vector3Distance(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:float Vector3Distance(Vector3 v1, Vector3 v2)
static float
float Vector3DistanceSqr(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:float Vector3DistanceSqr(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:float Vector3DistanceSqr(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:float Vector3DistanceSqr(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3Divide
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Divide(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3Divide(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Divide(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3Divide(Vector3 v1, Vector3 v2)
static float
float Vector3DotProduct(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:float Vector3DotProduct(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:float Vector3DotProduct(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:float Vector3DotProduct(Vector3 v1, Vector3 v2)
static int
int Vector3Equals(Vector3 p, Vector3 q)
static MemorySegment
Address for:int Vector3Equals(Vector3 p, Vector3 q)
static FunctionDescriptor
Function descriptor for:int Vector3Equals(Vector3 p, Vector3 q)
static MethodHandle
Downcall method handle for:int Vector3Equals(Vector3 p, Vector3 q)
static MemorySegment
Vector3Invert
(SegmentAllocator allocator, MemorySegment v) Vector3 Vector3Invert(Vector3 v)
static MemorySegment
Address for:Vector3 Vector3Invert(Vector3 v)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Invert(Vector3 v)
static MethodHandle
Downcall method handle for:Vector3 Vector3Invert(Vector3 v)
static float
float Vector3Length(const Vector3 v)
static MemorySegment
Address for:float Vector3Length(const Vector3 v)
static FunctionDescriptor
Function descriptor for:float Vector3Length(const Vector3 v)
static MethodHandle
Downcall method handle for:float Vector3Length(const Vector3 v)
static float
float Vector3LengthSqr(const Vector3 v)
static MemorySegment
Address for:float Vector3LengthSqr(const Vector3 v)
static FunctionDescriptor
Function descriptor for:float Vector3LengthSqr(const Vector3 v)
static MethodHandle
Downcall method handle for:float Vector3LengthSqr(const Vector3 v)
static MemorySegment
Vector3Lerp
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2, float amount) Vector3 Vector3Lerp(Vector3 v1, Vector3 v2, float amount)
static MemorySegment
Address for:Vector3 Vector3Lerp(Vector3 v1, Vector3 v2, float amount)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Lerp(Vector3 v1, Vector3 v2, float amount)
static MethodHandle
Downcall method handle for:Vector3 Vector3Lerp(Vector3 v1, Vector3 v2, float amount)
static MemorySegment
Vector3Max
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Max(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3Max(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Max(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3Max(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3Min
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Min(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3Min(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Min(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3Min(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3MoveTowards
(SegmentAllocator allocator, MemorySegment v, MemorySegment target, float maxDistance) Vector3 Vector3MoveTowards(Vector3 v, Vector3 target, float maxDistance)
static MemorySegment
Address for:Vector3 Vector3MoveTowards(Vector3 v, Vector3 target, float maxDistance)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3MoveTowards(Vector3 v, Vector3 target, float maxDistance)
static MethodHandle
Downcall method handle for:Vector3 Vector3MoveTowards(Vector3 v, Vector3 target, float maxDistance)
static MemorySegment
Vector3Multiply
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Multiply(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3Multiply(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Multiply(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3Multiply(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3Negate
(SegmentAllocator allocator, MemorySegment v) Vector3 Vector3Negate(Vector3 v)
static MemorySegment
Address for:Vector3 Vector3Negate(Vector3 v)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Negate(Vector3 v)
static MethodHandle
Downcall method handle for:Vector3 Vector3Negate(Vector3 v)
static MemorySegment
Vector3Normalize
(SegmentAllocator allocator, MemorySegment v) Vector3 Vector3Normalize(Vector3 v)
static MemorySegment
Address for:Vector3 Vector3Normalize(Vector3 v)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Normalize(Vector3 v)
static MethodHandle
Downcall method handle for:Vector3 Vector3Normalize(Vector3 v)
static MemorySegment
Vector3One
(SegmentAllocator allocator) Vector3 Vector3One()
static MemorySegment
Address for:Vector3 Vector3One()
static FunctionDescriptor
Function descriptor for:Vector3 Vector3One()
static MethodHandle
Downcall method handle for:Vector3 Vector3One()
static void
void Vector3OrthoNormalize(Vector3 *v1, Vector3 *v2)
static MemorySegment
Address for:void Vector3OrthoNormalize(Vector3 *v1, Vector3 *v2)
static FunctionDescriptor
Function descriptor for:void Vector3OrthoNormalize(Vector3 *v1, Vector3 *v2)
static MethodHandle
Downcall method handle for:void Vector3OrthoNormalize(Vector3 *v1, Vector3 *v2)
static MemorySegment
Vector3Perpendicular
(SegmentAllocator allocator, MemorySegment v) Vector3 Vector3Perpendicular(Vector3 v)
static MemorySegment
Address for:Vector3 Vector3Perpendicular(Vector3 v)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Perpendicular(Vector3 v)
static MethodHandle
Downcall method handle for:Vector3 Vector3Perpendicular(Vector3 v)
static MemorySegment
Vector3Project
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Project(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3Project(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Project(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3Project(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3Reflect
(SegmentAllocator allocator, MemorySegment v, MemorySegment normal) Vector3 Vector3Reflect(Vector3 v, Vector3 normal)
static MemorySegment
Address for:Vector3 Vector3Reflect(Vector3 v, Vector3 normal)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Reflect(Vector3 v, Vector3 normal)
static MethodHandle
Downcall method handle for:Vector3 Vector3Reflect(Vector3 v, Vector3 normal)
static MemorySegment
Vector3Refract
(SegmentAllocator allocator, MemorySegment v, MemorySegment n, float r) Vector3 Vector3Refract(Vector3 v, Vector3 n, float r)
static MemorySegment
Address for:Vector3 Vector3Refract(Vector3 v, Vector3 n, float r)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Refract(Vector3 v, Vector3 n, float r)
static MethodHandle
Downcall method handle for:Vector3 Vector3Refract(Vector3 v, Vector3 n, float r)
static MemorySegment
Vector3Reject
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Reject(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3Reject(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Reject(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3Reject(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3RotateByAxisAngle
(SegmentAllocator allocator, MemorySegment v, MemorySegment axis, float angle) Vector3 Vector3RotateByAxisAngle(Vector3 v, Vector3 axis, float angle)
static MemorySegment
Address for:Vector3 Vector3RotateByAxisAngle(Vector3 v, Vector3 axis, float angle)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3RotateByAxisAngle(Vector3 v, Vector3 axis, float angle)
static MethodHandle
Downcall method handle for:Vector3 Vector3RotateByAxisAngle(Vector3 v, Vector3 axis, float angle)
static MemorySegment
Vector3RotateByQuaternion
(SegmentAllocator allocator, MemorySegment v, MemorySegment q) Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)
static MemorySegment
Address for:Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)
static MethodHandle
Downcall method handle for:Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)
static MemorySegment
Vector3Scale
(SegmentAllocator allocator, MemorySegment v, float scalar) Vector3 Vector3Scale(Vector3 v, float scalar)
static MemorySegment
Address for:Vector3 Vector3Scale(Vector3 v, float scalar)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Scale(Vector3 v, float scalar)
static MethodHandle
Downcall method handle for:Vector3 Vector3Scale(Vector3 v, float scalar)
static MemorySegment
Vector3Subtract
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Subtract(Vector3 v1, Vector3 v2)
static MemorySegment
Address for:Vector3 Vector3Subtract(Vector3 v1, Vector3 v2)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Subtract(Vector3 v1, Vector3 v2)
static MethodHandle
Downcall method handle for:Vector3 Vector3Subtract(Vector3 v1, Vector3 v2)
static MemorySegment
Vector3SubtractValue
(SegmentAllocator allocator, MemorySegment v, float sub) Vector3 Vector3SubtractValue(Vector3 v, float sub)
static MemorySegment
Address for:Vector3 Vector3SubtractValue(Vector3 v, float sub)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3SubtractValue(Vector3 v, float sub)
static MethodHandle
Downcall method handle for:Vector3 Vector3SubtractValue(Vector3 v, float sub)
static MemorySegment
Vector3ToFloatV
(SegmentAllocator allocator, MemorySegment v) float3 Vector3ToFloatV(Vector3 v)
static MemorySegment
Address for:float3 Vector3ToFloatV(Vector3 v)
static FunctionDescriptor
Function descriptor for:float3 Vector3ToFloatV(Vector3 v)
static MethodHandle
Downcall method handle for:float3 Vector3ToFloatV(Vector3 v)
static MemorySegment
Vector3Transform
(SegmentAllocator allocator, MemorySegment v, MemorySegment mat) Vector3 Vector3Transform(Vector3 v, Matrix mat)
static MemorySegment
Address for:Vector3 Vector3Transform(Vector3 v, Matrix mat)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Transform(Vector3 v, Matrix mat)
static MethodHandle
Downcall method handle for:Vector3 Vector3Transform(Vector3 v, Matrix mat)
static MemorySegment
Vector3Unproject
(SegmentAllocator allocator, MemorySegment source, MemorySegment projection, MemorySegment view) Vector3 Vector3Unproject(Vector3 source, Matrix projection, Matrix view)
static MemorySegment
Address for:Vector3 Vector3Unproject(Vector3 source, Matrix projection, Matrix view)
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Unproject(Vector3 source, Matrix projection, Matrix view)
static MethodHandle
Downcall method handle for:Vector3 Vector3Unproject(Vector3 source, Matrix projection, Matrix view)
static MemorySegment
Vector3Zero
(SegmentAllocator allocator) Vector3 Vector3Zero()
static MemorySegment
Address for:Vector3 Vector3Zero()
static FunctionDescriptor
Function descriptor for:Vector3 Vector3Zero()
static MethodHandle
Downcall method handle for:Vector3 Vector3Zero()
static MemorySegment
Vector4Add
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Add(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:Vector4 Vector4Add(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Add(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:Vector4 Vector4Add(Vector4 v1, Vector4 v2)
static MemorySegment
Vector4AddValue
(SegmentAllocator allocator, MemorySegment v, float add) Vector4 Vector4AddValue(Vector4 v, float add)
static MemorySegment
Address for:Vector4 Vector4AddValue(Vector4 v, float add)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4AddValue(Vector4 v, float add)
static MethodHandle
Downcall method handle for:Vector4 Vector4AddValue(Vector4 v, float add)
static float
float Vector4Distance(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:float Vector4Distance(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:float Vector4Distance(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:float Vector4Distance(Vector4 v1, Vector4 v2)
static float
float Vector4DistanceSqr(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:float Vector4DistanceSqr(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:float Vector4DistanceSqr(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:float Vector4DistanceSqr(Vector4 v1, Vector4 v2)
static MemorySegment
Vector4Divide
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Divide(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:Vector4 Vector4Divide(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Divide(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:Vector4 Vector4Divide(Vector4 v1, Vector4 v2)
static float
float Vector4DotProduct(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:float Vector4DotProduct(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:float Vector4DotProduct(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:float Vector4DotProduct(Vector4 v1, Vector4 v2)
static int
int Vector4Equals(Vector4 p, Vector4 q)
static MemorySegment
Address for:int Vector4Equals(Vector4 p, Vector4 q)
static FunctionDescriptor
Function descriptor for:int Vector4Equals(Vector4 p, Vector4 q)
static MethodHandle
Downcall method handle for:int Vector4Equals(Vector4 p, Vector4 q)
static MemorySegment
Vector4Invert
(SegmentAllocator allocator, MemorySegment v) Vector4 Vector4Invert(Vector4 v)
static MemorySegment
Address for:Vector4 Vector4Invert(Vector4 v)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Invert(Vector4 v)
static MethodHandle
Downcall method handle for:Vector4 Vector4Invert(Vector4 v)
static float
float Vector4Length(Vector4 v)
static MemorySegment
Address for:float Vector4Length(Vector4 v)
static FunctionDescriptor
Function descriptor for:float Vector4Length(Vector4 v)
static MethodHandle
Downcall method handle for:float Vector4Length(Vector4 v)
static float
float Vector4LengthSqr(Vector4 v)
static MemorySegment
Address for:float Vector4LengthSqr(Vector4 v)
static FunctionDescriptor
Function descriptor for:float Vector4LengthSqr(Vector4 v)
static MethodHandle
Downcall method handle for:float Vector4LengthSqr(Vector4 v)
static MemorySegment
Vector4Lerp
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2, float amount) Vector4 Vector4Lerp(Vector4 v1, Vector4 v2, float amount)
static MemorySegment
Address for:Vector4 Vector4Lerp(Vector4 v1, Vector4 v2, float amount)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Lerp(Vector4 v1, Vector4 v2, float amount)
static MethodHandle
Downcall method handle for:Vector4 Vector4Lerp(Vector4 v1, Vector4 v2, float amount)
static MemorySegment
Vector4Max
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Max(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:Vector4 Vector4Max(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Max(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:Vector4 Vector4Max(Vector4 v1, Vector4 v2)
static MemorySegment
Vector4Min
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Min(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:Vector4 Vector4Min(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Min(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:Vector4 Vector4Min(Vector4 v1, Vector4 v2)
static MemorySegment
Vector4MoveTowards
(SegmentAllocator allocator, MemorySegment v, MemorySegment target, float maxDistance) Vector4 Vector4MoveTowards(Vector4 v, Vector4 target, float maxDistance)
static MemorySegment
Address for:Vector4 Vector4MoveTowards(Vector4 v, Vector4 target, float maxDistance)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4MoveTowards(Vector4 v, Vector4 target, float maxDistance)
static MethodHandle
Downcall method handle for:Vector4 Vector4MoveTowards(Vector4 v, Vector4 target, float maxDistance)
static MemorySegment
Vector4Multiply
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Multiply(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:Vector4 Vector4Multiply(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Multiply(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:Vector4 Vector4Multiply(Vector4 v1, Vector4 v2)
static MemorySegment
Vector4Negate
(SegmentAllocator allocator, MemorySegment v) Vector4 Vector4Negate(Vector4 v)
static MemorySegment
Address for:Vector4 Vector4Negate(Vector4 v)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Negate(Vector4 v)
static MethodHandle
Downcall method handle for:Vector4 Vector4Negate(Vector4 v)
static MemorySegment
Vector4Normalize
(SegmentAllocator allocator, MemorySegment v) Vector4 Vector4Normalize(Vector4 v)
static MemorySegment
Address for:Vector4 Vector4Normalize(Vector4 v)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Normalize(Vector4 v)
static MethodHandle
Downcall method handle for:Vector4 Vector4Normalize(Vector4 v)
static MemorySegment
Vector4One
(SegmentAllocator allocator) Vector4 Vector4One()
static MemorySegment
Address for:Vector4 Vector4One()
static FunctionDescriptor
Function descriptor for:Vector4 Vector4One()
static MethodHandle
Downcall method handle for:Vector4 Vector4One()
static MemorySegment
Vector4Scale
(SegmentAllocator allocator, MemorySegment v, float scale) Vector4 Vector4Scale(Vector4 v, float scale)
static MemorySegment
Address for:Vector4 Vector4Scale(Vector4 v, float scale)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Scale(Vector4 v, float scale)
static MethodHandle
Downcall method handle for:Vector4 Vector4Scale(Vector4 v, float scale)
static MemorySegment
Vector4Subtract
(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Subtract(Vector4 v1, Vector4 v2)
static MemorySegment
Address for:Vector4 Vector4Subtract(Vector4 v1, Vector4 v2)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Subtract(Vector4 v1, Vector4 v2)
static MethodHandle
Downcall method handle for:Vector4 Vector4Subtract(Vector4 v1, Vector4 v2)
static MemorySegment
Vector4SubtractValue
(SegmentAllocator allocator, MemorySegment v, float add) Vector4 Vector4SubtractValue(Vector4 v, float add)
static MemorySegment
Address for:Vector4 Vector4SubtractValue(Vector4 v, float add)
static FunctionDescriptor
Function descriptor for:Vector4 Vector4SubtractValue(Vector4 v, float add)
static MethodHandle
Downcall method handle for:Vector4 Vector4SubtractValue(Vector4 v, float add)
static MemorySegment
Vector4Zero
(SegmentAllocator allocator) Vector4 Vector4Zero()
static MemorySegment
Address for:Vector4 Vector4Zero()
static FunctionDescriptor
Function descriptor for:Vector4 Vector4Zero()
static MethodHandle
Downcall method handle for:Vector4 Vector4Zero()
static MemorySegment
WaveCopy
(SegmentAllocator allocator, MemorySegment wave) Wave WaveCopy(Wave wave)
static MemorySegment
Address for:Wave WaveCopy(Wave wave)
static FunctionDescriptor
Function descriptor for:Wave WaveCopy(Wave wave)
static MethodHandle
Downcall method handle for:Wave WaveCopy(Wave wave)
static void
WaveCrop
(MemorySegment wave, int initFrame, int finalFrame) void WaveCrop(Wave *wave, int initFrame, int finalFrame)
static MemorySegment
Address for:void WaveCrop(Wave *wave, int initFrame, int finalFrame)
static FunctionDescriptor
Function descriptor for:void WaveCrop(Wave *wave, int initFrame, int finalFrame)
static MethodHandle
Downcall method handle for:void WaveCrop(Wave *wave, int initFrame, int finalFrame)
static void
WaveFormat
(MemorySegment wave, int sampleRate, int sampleSize, int channels) void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels)
static MemorySegment
Address for:void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels)
static FunctionDescriptor
Function descriptor for:void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels)
static MethodHandle
Downcall method handle for:void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels)
static float
Wrap
(float value, float min, float max) float Wrap(float value, float min, float max)
static MemorySegment
Address for:float Wrap(float value, float min, float max)
static FunctionDescriptor
Function descriptor for:float Wrap(float value, float min, float max)
static MethodHandle
Downcall method handle for:float Wrap(float value, float min, float max)
static double
y0
(double x0) extern double y0(double)
static MemorySegment
Address for:extern double y0(double)
static FunctionDescriptor
Function descriptor for:extern double y0(double)
static MethodHandle
Downcall method handle for:extern double y0(double)
static float
y0f
(float x0) extern float y0f(float)
static MemorySegment
Address for:extern float y0f(float)
static FunctionDescriptor
Function descriptor for:extern float y0f(float)
static MethodHandle
Downcall method handle for:extern float y0f(float)
static double
y1
(double x0) extern double y1(double)
static MemorySegment
Address for:extern double y1(double)
static FunctionDescriptor
Function descriptor for:extern double y1(double)
static MethodHandle
Downcall method handle for:extern double y1(double)
static float
y1f
(float x0) extern float y1f(float)
static MemorySegment
Address for:extern float y1f(float)
static FunctionDescriptor
Function descriptor for:extern float y1f(float)
static MethodHandle
Downcall method handle for:extern float y1f(float)
static double
yn
(int x0, double x1) extern double yn(int, double)
static MemorySegment
Address for:extern double yn(int, double)
static FunctionDescriptor
Function descriptor for:extern double yn(int, double)
static MethodHandle
Downcall method handle for:extern double yn(int, double)
static float
ynf
(int x0, float x1) extern float ynf(int, float)
static MemorySegment
Address for:extern float ynf(int, float)
static FunctionDescriptor
Function descriptor for:extern float ynf(int, float)
static MethodHandle
Downcall method handle for:extern float ynf(int, float)
Methods inherited from class com.raylib.jextract.raylib_h_1
__bool_true_false_are_defined, __FD_SETSIZE, __FP_LOGB0_IS_MIN, __FP_LOGBNAN_IS_MIN, __GLIBC__, __glibc_c99_flexarr_available, __GLIBC_MINOR__, __GLIBC_USE_C23_STRTOL, __GLIBC_USE_DEPRECATED_GETS, __GLIBC_USE_DEPRECATED_SCANF, __GLIBC_USE_IEC_60559_BFP_EXT, __GLIBC_USE_IEC_60559_BFP_EXT_C23, __GLIBC_USE_IEC_60559_EXT, __GLIBC_USE_IEC_60559_FUNCS_EXT, __GLIBC_USE_IEC_60559_FUNCS_EXT_C23, __GLIBC_USE_IEC_60559_TYPES_EXT, __GLIBC_USE_ISOC23, __GLIBC_USE_LIB_EXT2, __GNU_LIBRARY__, __GNUC_VA_LIST, __HAVE_DISTINCT_FLOAT128, __HAVE_DISTINCT_FLOAT32, __HAVE_DISTINCT_FLOAT32X, __HAVE_DISTINCT_FLOAT64, __HAVE_DISTINCT_FLOAT64X, __HAVE_FLOAT128, __HAVE_FLOAT128X, __HAVE_FLOAT16, __HAVE_FLOAT32, __HAVE_FLOAT32X, __HAVE_FLOAT64, __HAVE_FLOAT64X, __HAVE_FLOAT64X_LONG_DOUBLE, __HAVE_FLOATN_NOT_TYPEDEF, __HAVE_GENERIC_SELECTION, __INO_T_MATCHES_INO64_T, __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64, __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI, __MATH_DECLARE_LDOUBLE, __MATH_DECLARING_DOUBLE, __MATH_DECLARING_FLOATN, __OFF_T_MATCHES_OFF64_T, __RLIM_T_MATCHES_RLIM64_T, __STATFS_MATCHES_STATFS64, __STDC_IEC_559__, __STDC_IEC_559_COMPLEX__, __SYSCALL_WORDSIZE, __USE_ATFILE, __USE_FORTIFY_LEVEL, __USE_ISOC11, __USE_ISOC95, __USE_ISOC99, __USE_MISC, __USE_POSIX, __USE_POSIX_IMPLICITLY, __USE_POSIX199309, __USE_POSIX199506, __USE_POSIX2, __USE_TIME_BITS64, __USE_XOPEN2K, __USE_XOPEN2K8, __WORDSIZE, __WORDSIZE_TIME64_COMPAT32, _ATFILE_SOURCE, _BITS_LIBM_SIMD_DECL_STUBS_H, _BITS_TIME64_H, _BITS_TYPES_H, _BITS_TYPESIZES_H, _DEFAULT_SOURCE, _FEATURES_H, _MATH_H, _POSIX_SOURCE, _STDC_PREDEF_H, _SYS_CDEFS_H, BeginBlendMode, BeginBlendMode$address, BeginBlendMode$descriptor, BeginBlendMode$handle, BeginDrawing, BeginDrawing$address, BeginDrawing$descriptor, BeginDrawing$handle, BeginMode2D, BeginMode2D$address, BeginMode2D$descriptor, BeginMode2D$handle, BeginMode3D, BeginMode3D$address, BeginMode3D$descriptor, BeginMode3D$handle, BeginScissorMode, BeginScissorMode$address, BeginScissorMode$descriptor, BeginScissorMode$handle, BeginShaderMode, BeginShaderMode$address, BeginShaderMode$descriptor, BeginShaderMode$handle, BeginTextureMode, BeginTextureMode$address, BeginTextureMode$descriptor, BeginTextureMode$handle, BeginVrStereoMode, BeginVrStereoMode$address, BeginVrStereoMode$descriptor, BeginVrStereoMode$handle, BLEND_ADD_COLORS, BLEND_ADDITIVE, BLEND_ALPHA, BLEND_ALPHA_PREMULTIPLY, BLEND_CUSTOM, BLEND_CUSTOM_SEPARATE, BLEND_MULTIPLIED, BLEND_SUBTRACT_COLORS, CAMERA_CUSTOM, CAMERA_FIRST_PERSON, CAMERA_FREE, CAMERA_ORBITAL, CAMERA_ORTHOGRAPHIC, CAMERA_PERSPECTIVE, CAMERA_THIRD_PERSON, ChangeDirectory, ChangeDirectory$address, ChangeDirectory$descriptor, ChangeDirectory$handle, CheckCollisionBoxes, CheckCollisionBoxes$address, CheckCollisionBoxes$descriptor, CheckCollisionBoxes$handle, CheckCollisionBoxSphere, CheckCollisionBoxSphere$address, CheckCollisionBoxSphere$descriptor, CheckCollisionBoxSphere$handle, CheckCollisionCircleLine, CheckCollisionCircleLine$address, CheckCollisionCircleLine$descriptor, CheckCollisionCircleLine$handle, CheckCollisionCircleRec, CheckCollisionCircleRec$address, CheckCollisionCircleRec$descriptor, CheckCollisionCircleRec$handle, CheckCollisionCircles, CheckCollisionCircles$address, CheckCollisionCircles$descriptor, CheckCollisionCircles$handle, CheckCollisionLines, CheckCollisionLines$address, CheckCollisionLines$descriptor, CheckCollisionLines$handle, CheckCollisionPointCircle, CheckCollisionPointCircle$address, CheckCollisionPointCircle$descriptor, CheckCollisionPointCircle$handle, CheckCollisionPointLine, CheckCollisionPointLine$address, CheckCollisionPointLine$descriptor, CheckCollisionPointLine$handle, CheckCollisionPointPoly, CheckCollisionPointPoly$address, CheckCollisionPointPoly$descriptor, CheckCollisionPointPoly$handle, CheckCollisionPointRec, CheckCollisionPointRec$address, CheckCollisionPointRec$descriptor, CheckCollisionPointRec$handle, CheckCollisionPointTriangle, CheckCollisionPointTriangle$address, CheckCollisionPointTriangle$descriptor, CheckCollisionPointTriangle$handle, CheckCollisionRecs, CheckCollisionRecs$address, CheckCollisionRecs$descriptor, CheckCollisionRecs$handle, CheckCollisionSpheres, CheckCollisionSpheres$address, CheckCollisionSpheres$descriptor, CheckCollisionSpheres$handle, ClearBackground, ClearBackground$address, ClearBackground$descriptor, ClearBackground$handle, ClearWindowState, ClearWindowState$address, ClearWindowState$descriptor, ClearWindowState$handle, CloseAudioDevice, CloseAudioDevice$address, CloseAudioDevice$descriptor, CloseAudioDevice$handle, CloseWindow, CloseWindow$address, CloseWindow$descriptor, CloseWindow$handle, CodepointToUTF8, CodepointToUTF8$address, CodepointToUTF8$descriptor, CodepointToUTF8$handle, ColorAlpha, ColorAlpha$address, ColorAlpha$descriptor, ColorAlpha$handle, ColorAlphaBlend, ColorAlphaBlend$address, ColorAlphaBlend$descriptor, ColorAlphaBlend$handle, ColorBrightness, ColorBrightness$address, ColorBrightness$descriptor, ColorBrightness$handle, ColorContrast, ColorContrast$address, ColorContrast$descriptor, ColorContrast$handle, ColorFromHSV, ColorFromHSV$address, ColorFromHSV$descriptor, ColorFromHSV$handle, ColorFromNormalized, ColorFromNormalized$address, ColorFromNormalized$descriptor, ColorFromNormalized$handle, ColorIsEqual, ColorIsEqual$address, ColorIsEqual$descriptor, ColorIsEqual$handle, ColorLerp, ColorLerp$address, ColorLerp$descriptor, ColorLerp$handle, ColorNormalize, ColorNormalize$address, ColorNormalize$descriptor, ColorNormalize$handle, ColorTint, ColorTint$address, ColorTint$descriptor, ColorTint$handle, ColorToHSV, ColorToHSV$address, ColorToHSV$descriptor, ColorToHSV$handle, ColorToInt, ColorToInt$address, ColorToInt$descriptor, ColorToInt$handle, CompressData, CompressData$address, CompressData$descriptor, CompressData$handle, ComputeCRC32, ComputeCRC32$address, ComputeCRC32$descriptor, ComputeCRC32$handle, ComputeMD5, ComputeMD5$address, ComputeMD5$descriptor, ComputeMD5$handle, ComputeSHA1, ComputeSHA1$address, ComputeSHA1$descriptor, ComputeSHA1$handle, CUBEMAP_LAYOUT_AUTO_DETECT, CUBEMAP_LAYOUT_CROSS_FOUR_BY_THREE, CUBEMAP_LAYOUT_CROSS_THREE_BY_FOUR, CUBEMAP_LAYOUT_LINE_HORIZONTAL, CUBEMAP_LAYOUT_LINE_VERTICAL, DecodeDataBase64, DecodeDataBase64$address, DecodeDataBase64$descriptor, DecodeDataBase64$handle, DecompressData, DecompressData$address, DecompressData$descriptor, DecompressData$handle, DirectoryExists, DirectoryExists$address, DirectoryExists$descriptor, DirectoryExists$handle, DisableCursor, DisableCursor$address, DisableCursor$descriptor, DisableCursor$handle, DisableEventWaiting, DisableEventWaiting$address, DisableEventWaiting$descriptor, DisableEventWaiting$handle, DrawBillboard, DrawBillboard$address, DrawBillboard$descriptor, DrawBillboard$handle, DrawBillboardPro, DrawBillboardPro$address, DrawBillboardPro$descriptor, DrawBillboardPro$handle, DrawBillboardRec, DrawBillboardRec$address, DrawBillboardRec$descriptor, DrawBillboardRec$handle, DrawBoundingBox, DrawBoundingBox$address, DrawBoundingBox$descriptor, DrawBoundingBox$handle, DrawCapsule, DrawCapsule$address, DrawCapsule$descriptor, DrawCapsule$handle, DrawCapsuleWires, DrawCapsuleWires$address, DrawCapsuleWires$descriptor, DrawCapsuleWires$handle, DrawCircle, DrawCircle$address, DrawCircle$descriptor, DrawCircle$handle, DrawCircle3D, DrawCircle3D$address, DrawCircle3D$descriptor, DrawCircle3D$handle, DrawCircleGradient, DrawCircleGradient$address, DrawCircleGradient$descriptor, DrawCircleGradient$handle, DrawCircleLines, DrawCircleLines$address, DrawCircleLines$descriptor, DrawCircleLines$handle, DrawCircleLinesV, DrawCircleLinesV$address, DrawCircleLinesV$descriptor, DrawCircleLinesV$handle, DrawCircleSector, DrawCircleSector$address, DrawCircleSector$descriptor, DrawCircleSector$handle, DrawCircleSectorLines, DrawCircleSectorLines$address, DrawCircleSectorLines$descriptor, DrawCircleSectorLines$handle, DrawCircleV, DrawCircleV$address, DrawCircleV$descriptor, DrawCircleV$handle, DrawCube, DrawCube$address, DrawCube$descriptor, DrawCube$handle, DrawCubeV, DrawCubeV$address, DrawCubeV$descriptor, DrawCubeV$handle, DrawCubeWires, DrawCubeWires$address, DrawCubeWires$descriptor, DrawCubeWires$handle, DrawCubeWiresV, DrawCubeWiresV$address, DrawCubeWiresV$descriptor, DrawCubeWiresV$handle, DrawCylinder, DrawCylinder$address, DrawCylinder$descriptor, DrawCylinder$handle, DrawCylinderEx, DrawCylinderEx$address, DrawCylinderEx$descriptor, DrawCylinderEx$handle, DrawCylinderWires, DrawCylinderWires$address, DrawCylinderWires$descriptor, DrawCylinderWires$handle, DrawCylinderWiresEx, DrawCylinderWiresEx$address, DrawCylinderWiresEx$descriptor, DrawCylinderWiresEx$handle, DrawEllipse, DrawEllipse$address, DrawEllipse$descriptor, DrawEllipse$handle, DrawEllipseLines, DrawEllipseLines$address, DrawEllipseLines$descriptor, DrawEllipseLines$handle, DrawFPS, DrawFPS$address, DrawFPS$descriptor, DrawFPS$handle, DrawGrid, DrawGrid$address, DrawGrid$descriptor, DrawGrid$handle, DrawLine, DrawLine$address, DrawLine$descriptor, DrawLine$handle, DrawLine3D, DrawLine3D$address, DrawLine3D$descriptor, DrawLine3D$handle, DrawLineBezier, DrawLineBezier$address, DrawLineBezier$descriptor, DrawLineBezier$handle, DrawLineEx, DrawLineEx$address, DrawLineEx$descriptor, DrawLineEx$handle, DrawLineStrip, DrawLineStrip$address, DrawLineStrip$descriptor, DrawLineStrip$handle, DrawLineV, DrawLineV$address, DrawLineV$descriptor, DrawLineV$handle, DrawMesh, DrawMesh$address, DrawMesh$descriptor, DrawMesh$handle, DrawMeshInstanced, DrawMeshInstanced$address, DrawMeshInstanced$descriptor, DrawMeshInstanced$handle, DrawModel, DrawModel$address, DrawModel$descriptor, DrawModel$handle, DrawModelEx, DrawModelEx$address, DrawModelEx$descriptor, DrawModelEx$handle, DrawModelPoints, DrawModelPoints$address, DrawModelPoints$descriptor, DrawModelPoints$handle, DrawModelPointsEx, DrawModelPointsEx$address, DrawModelPointsEx$descriptor, DrawModelPointsEx$handle, DrawModelWires, DrawModelWires$address, DrawModelWires$descriptor, DrawModelWires$handle, DrawModelWiresEx, DrawModelWiresEx$address, DrawModelWiresEx$descriptor, DrawModelWiresEx$handle, DrawPixel, DrawPixel$address, DrawPixel$descriptor, DrawPixel$handle, DrawPixelV, DrawPixelV$address, DrawPixelV$descriptor, DrawPixelV$handle, DrawPlane, DrawPlane$address, DrawPlane$descriptor, DrawPlane$handle, DrawPoint3D, DrawPoint3D$address, DrawPoint3D$descriptor, DrawPoint3D$handle, DrawPoly, DrawPoly$address, DrawPoly$descriptor, DrawPoly$handle, DrawPolyLines, DrawPolyLines$address, DrawPolyLines$descriptor, DrawPolyLines$handle, DrawPolyLinesEx, DrawPolyLinesEx$address, DrawPolyLinesEx$descriptor, DrawPolyLinesEx$handle, DrawRay, DrawRay$address, DrawRay$descriptor, DrawRay$handle, DrawRectangle, DrawRectangle$address, DrawRectangle$descriptor, DrawRectangle$handle, DrawRectangleGradientEx, DrawRectangleGradientEx$address, DrawRectangleGradientEx$descriptor, DrawRectangleGradientEx$handle, DrawRectangleGradientH, DrawRectangleGradientH$address, DrawRectangleGradientH$descriptor, DrawRectangleGradientH$handle, DrawRectangleGradientV, DrawRectangleGradientV$address, DrawRectangleGradientV$descriptor, DrawRectangleGradientV$handle, DrawRectangleLines, DrawRectangleLines$address, DrawRectangleLines$descriptor, DrawRectangleLines$handle, DrawRectangleLinesEx, DrawRectangleLinesEx$address, DrawRectangleLinesEx$descriptor, DrawRectangleLinesEx$handle, DrawRectanglePro, DrawRectanglePro$address, DrawRectanglePro$descriptor, DrawRectanglePro$handle, DrawRectangleRec, DrawRectangleRec$address, DrawRectangleRec$descriptor, DrawRectangleRec$handle, DrawRectangleRounded, DrawRectangleRounded$address, DrawRectangleRounded$descriptor, DrawRectangleRounded$handle, DrawRectangleRoundedLines, DrawRectangleRoundedLines$address, DrawRectangleRoundedLines$descriptor, DrawRectangleRoundedLines$handle, DrawRectangleRoundedLinesEx, DrawRectangleRoundedLinesEx$address, DrawRectangleRoundedLinesEx$descriptor, DrawRectangleRoundedLinesEx$handle, DrawRectangleV, DrawRectangleV$address, DrawRectangleV$descriptor, DrawRectangleV$handle, DrawRing, DrawRing$address, DrawRing$descriptor, DrawRing$handle, DrawRingLines, DrawRingLines$address, DrawRingLines$descriptor, DrawRingLines$handle, DrawSphere, DrawSphere$address, DrawSphere$descriptor, DrawSphere$handle, DrawSphereEx, DrawSphereEx$address, DrawSphereEx$descriptor, DrawSphereEx$handle, DrawSphereWires, DrawSphereWires$address, DrawSphereWires$descriptor, DrawSphereWires$handle, DrawSplineBasis, DrawSplineBasis$address, DrawSplineBasis$descriptor, DrawSplineBasis$handle, DrawSplineBezierCubic, DrawSplineBezierCubic$address, DrawSplineBezierCubic$descriptor, DrawSplineBezierCubic$handle, DrawSplineBezierQuadratic, DrawSplineBezierQuadratic$address, DrawSplineBezierQuadratic$descriptor, DrawSplineBezierQuadratic$handle, DrawSplineCatmullRom, DrawSplineCatmullRom$address, DrawSplineCatmullRom$descriptor, DrawSplineCatmullRom$handle, DrawSplineLinear, DrawSplineLinear$address, DrawSplineLinear$descriptor, DrawSplineLinear$handle, DrawSplineSegmentBasis, DrawSplineSegmentBasis$address, DrawSplineSegmentBasis$descriptor, DrawSplineSegmentBasis$handle, DrawSplineSegmentBezierCubic, DrawSplineSegmentBezierCubic$address, DrawSplineSegmentBezierCubic$descriptor, DrawSplineSegmentBezierCubic$handle, DrawSplineSegmentBezierQuadratic, DrawSplineSegmentBezierQuadratic$address, DrawSplineSegmentBezierQuadratic$descriptor, DrawSplineSegmentBezierQuadratic$handle, DrawSplineSegmentCatmullRom, DrawSplineSegmentCatmullRom$address, DrawSplineSegmentCatmullRom$descriptor, DrawSplineSegmentCatmullRom$handle, DrawSplineSegmentLinear, DrawSplineSegmentLinear$address, DrawSplineSegmentLinear$descriptor, DrawSplineSegmentLinear$handle, DrawText, DrawText$address, DrawText$descriptor, DrawText$handle, DrawTextCodepoint, DrawTextCodepoint$address, DrawTextCodepoint$descriptor, DrawTextCodepoint$handle, DrawTextCodepoints, DrawTextCodepoints$address, DrawTextCodepoints$descriptor, DrawTextCodepoints$handle, DrawTextEx, DrawTextEx$address, DrawTextEx$descriptor, DrawTextEx$handle, DrawTextPro, DrawTextPro$address, DrawTextPro$descriptor, DrawTextPro$handle, DrawTexture, DrawTexture$address, DrawTexture$descriptor, DrawTexture$handle, DrawTextureEx, DrawTextureEx$address, DrawTextureEx$descriptor, DrawTextureEx$handle, DrawTextureNPatch, DrawTextureNPatch$address, DrawTextureNPatch$descriptor, DrawTextureNPatch$handle, DrawTexturePro, DrawTexturePro$address, DrawTexturePro$descriptor, DrawTexturePro$handle, DrawTextureRec, DrawTextureRec$address, DrawTextureRec$descriptor, DrawTextureRec$handle, DrawTextureV, DrawTextureV$address, DrawTextureV$descriptor, DrawTextureV$handle, DrawTriangle, DrawTriangle$address, DrawTriangle$descriptor, DrawTriangle$handle, DrawTriangle3D, DrawTriangle3D$address, DrawTriangle3D$descriptor, DrawTriangle3D$handle, DrawTriangleFan, DrawTriangleFan$address, DrawTriangleFan$descriptor, DrawTriangleFan$handle, DrawTriangleLines, DrawTriangleLines$address, DrawTriangleLines$descriptor, DrawTriangleLines$handle, DrawTriangleStrip, DrawTriangleStrip$address, DrawTriangleStrip$descriptor, DrawTriangleStrip$handle, DrawTriangleStrip3D, DrawTriangleStrip3D$address, DrawTriangleStrip3D$descriptor, DrawTriangleStrip3D$handle, EnableCursor, EnableCursor$address, EnableCursor$descriptor, EnableCursor$handle, EnableEventWaiting, EnableEventWaiting$address, EnableEventWaiting$descriptor, EnableEventWaiting$handle, EncodeDataBase64, EncodeDataBase64$address, EncodeDataBase64$descriptor, EncodeDataBase64$handle, EndBlendMode, EndBlendMode$address, EndBlendMode$descriptor, EndBlendMode$handle, EndDrawing, EndDrawing$address, EndDrawing$descriptor, EndDrawing$handle, EndMode2D, EndMode2D$address, EndMode2D$descriptor, EndMode2D$handle, EndMode3D, EndMode3D$address, EndMode3D$descriptor, EndMode3D$handle, EndScissorMode, EndScissorMode$address, EndScissorMode$descriptor, EndScissorMode$handle, EndShaderMode, EndShaderMode$address, EndShaderMode$descriptor, EndShaderMode$handle, EndTextureMode, EndTextureMode$address, EndTextureMode$descriptor, EndTextureMode$handle, EndVrStereoMode, EndVrStereoMode$address, EndVrStereoMode$descriptor, EndVrStereoMode$handle, ExportAutomationEventList, ExportAutomationEventList$address, ExportAutomationEventList$descriptor, ExportAutomationEventList$handle, ExportDataAsCode, ExportDataAsCode$address, ExportDataAsCode$descriptor, ExportDataAsCode$handle, ExportFontAsCode, ExportFontAsCode$address, ExportFontAsCode$descriptor, ExportFontAsCode$handle, ExportImage, ExportImage$address, ExportImage$descriptor, ExportImage$handle, ExportImageAsCode, ExportImageAsCode$address, ExportImageAsCode$descriptor, ExportImageAsCode$handle, ExportImageToMemory, ExportImageToMemory$address, ExportImageToMemory$descriptor, ExportImageToMemory$handle, ExportMesh, ExportMesh$address, ExportMesh$descriptor, ExportMesh$handle, ExportMeshAsCode, ExportMeshAsCode$address, ExportMeshAsCode$descriptor, ExportMeshAsCode$handle, ExportWave, ExportWave$address, ExportWave$descriptor, ExportWave$handle, ExportWaveAsCode, ExportWaveAsCode$address, ExportWaveAsCode$descriptor, ExportWaveAsCode$handle, Fade, Fade$address, Fade$descriptor, Fade$handle, false_, FileExists, FileExists$address, FileExists$descriptor, FileExists$handle, FLAG_BORDERLESS_WINDOWED_MODE, FLAG_FULLSCREEN_MODE, FLAG_INTERLACED_HINT, FLAG_MSAA_4X_HINT, FLAG_VSYNC_HINT, FLAG_WINDOW_ALWAYS_RUN, FLAG_WINDOW_HIDDEN, FLAG_WINDOW_HIGHDPI, FLAG_WINDOW_MAXIMIZED, FLAG_WINDOW_MINIMIZED, FLAG_WINDOW_MOUSE_PASSTHROUGH, FLAG_WINDOW_RESIZABLE, FLAG_WINDOW_TOPMOST, FLAG_WINDOW_TRANSPARENT, FLAG_WINDOW_UNDECORATED, FLAG_WINDOW_UNFOCUSED, FONT_BITMAP, FONT_DEFAULT, FONT_SDF, FP_INFINITE, FP_NAN, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, GAMEPAD_AXIS_LEFT_TRIGGER, GAMEPAD_AXIS_LEFT_X, GAMEPAD_AXIS_LEFT_Y, GAMEPAD_AXIS_RIGHT_TRIGGER, GAMEPAD_AXIS_RIGHT_X, GAMEPAD_AXIS_RIGHT_Y, GAMEPAD_BUTTON_LEFT_FACE_DOWN, GAMEPAD_BUTTON_LEFT_FACE_LEFT, GAMEPAD_BUTTON_LEFT_FACE_RIGHT, GAMEPAD_BUTTON_LEFT_FACE_UP, GAMEPAD_BUTTON_LEFT_THUMB, GAMEPAD_BUTTON_LEFT_TRIGGER_1, GAMEPAD_BUTTON_LEFT_TRIGGER_2, GAMEPAD_BUTTON_MIDDLE, GAMEPAD_BUTTON_MIDDLE_LEFT, GAMEPAD_BUTTON_MIDDLE_RIGHT, GAMEPAD_BUTTON_RIGHT_FACE_DOWN, GAMEPAD_BUTTON_RIGHT_FACE_LEFT, GAMEPAD_BUTTON_RIGHT_FACE_RIGHT, GAMEPAD_BUTTON_RIGHT_FACE_UP, GAMEPAD_BUTTON_RIGHT_THUMB, GAMEPAD_BUTTON_RIGHT_TRIGGER_1, GAMEPAD_BUTTON_RIGHT_TRIGGER_2, GAMEPAD_BUTTON_UNKNOWN, GenImageCellular, GenImageCellular$address, GenImageCellular$descriptor, GenImageCellular$handle, GenImageChecked, GenImageChecked$address, GenImageChecked$descriptor, GenImageChecked$handle, GenImageColor, GenImageColor$address, GenImageColor$descriptor, GenImageColor$handle, GenImageFontAtlas, GenImageFontAtlas$address, GenImageFontAtlas$descriptor, GenImageFontAtlas$handle, GenImageGradientLinear, GenImageGradientLinear$address, GenImageGradientLinear$descriptor, GenImageGradientLinear$handle, GenImageGradientRadial, GenImageGradientRadial$address, GenImageGradientRadial$descriptor, GenImageGradientRadial$handle, GenImageGradientSquare, GenImageGradientSquare$address, GenImageGradientSquare$descriptor, GenImageGradientSquare$handle, GenImagePerlinNoise, GenImagePerlinNoise$address, GenImagePerlinNoise$descriptor, GenImagePerlinNoise$handle, GenImageText, GenImageText$address, GenImageText$descriptor, GenImageText$handle, GenImageWhiteNoise, GenImageWhiteNoise$address, GenImageWhiteNoise$descriptor, GenImageWhiteNoise$handle, GenMeshCone, GenMeshCone$address, GenMeshCone$descriptor, GenMeshCone$handle, GenMeshCube, GenMeshCube$address, GenMeshCube$descriptor, GenMeshCube$handle, GenMeshCubicmap, GenMeshCubicmap$address, GenMeshCubicmap$descriptor, GenMeshCubicmap$handle, GenMeshCylinder, GenMeshCylinder$address, GenMeshCylinder$descriptor, GenMeshCylinder$handle, GenMeshHeightmap, GenMeshHeightmap$address, GenMeshHeightmap$descriptor, GenMeshHeightmap$handle, GenMeshHemiSphere, GenMeshHemiSphere$address, GenMeshHemiSphere$descriptor, GenMeshHemiSphere$handle, GenMeshKnot, GenMeshKnot$address, GenMeshKnot$descriptor, GenMeshKnot$handle, GenMeshPlane, GenMeshPlane$address, GenMeshPlane$descriptor, GenMeshPlane$handle, GenMeshPoly, GenMeshPoly$address, GenMeshPoly$descriptor, GenMeshPoly$handle, GenMeshSphere, GenMeshSphere$address, GenMeshSphere$descriptor, GenMeshSphere$handle, GenMeshTangents, GenMeshTangents$address, GenMeshTangents$descriptor, GenMeshTangents$handle, GenMeshTorus, GenMeshTorus$address, GenMeshTorus$descriptor, GenMeshTorus$handle, GenTextureMipmaps, GenTextureMipmaps$address, GenTextureMipmaps$descriptor, GenTextureMipmaps$handle, GESTURE_DOUBLETAP, GESTURE_DRAG, GESTURE_HOLD, GESTURE_NONE, GESTURE_PINCH_IN, GESTURE_PINCH_OUT, GESTURE_SWIPE_DOWN, GESTURE_SWIPE_LEFT, GESTURE_SWIPE_RIGHT, GESTURE_SWIPE_UP, GESTURE_TAP, GetApplicationDirectory, GetApplicationDirectory$address, GetApplicationDirectory$descriptor, GetApplicationDirectory$handle, GetCameraMatrix, GetCameraMatrix$address, GetCameraMatrix$descriptor, GetCameraMatrix$handle, GetCameraMatrix2D, GetCameraMatrix2D$address, GetCameraMatrix2D$descriptor, GetCameraMatrix2D$handle, GetCharPressed, GetCharPressed$address, GetCharPressed$descriptor, GetCharPressed$handle, GetClipboardImage, GetClipboardImage$address, GetClipboardImage$descriptor, GetClipboardImage$handle, GetClipboardText, GetClipboardText$address, GetClipboardText$descriptor, GetClipboardText$handle, GetCodepoint, GetCodepoint$address, GetCodepoint$descriptor, GetCodepoint$handle, GetCodepointCount, GetCodepointCount$address, GetCodepointCount$descriptor, GetCodepointCount$handle, GetCodepointNext, GetCodepointNext$address, GetCodepointNext$descriptor, GetCodepointNext$handle, GetCodepointPrevious, GetCodepointPrevious$address, GetCodepointPrevious$descriptor, GetCodepointPrevious$handle, GetCollisionRec, GetCollisionRec$address, GetCollisionRec$descriptor, GetCollisionRec$handle, GetColor, GetColor$address, GetColor$descriptor, GetColor$handle, GetCurrentMonitor, GetCurrentMonitor$address, GetCurrentMonitor$descriptor, GetCurrentMonitor$handle, GetDirectoryPath, GetDirectoryPath$address, GetDirectoryPath$descriptor, GetDirectoryPath$handle, GetFileExtension, GetFileExtension$address, GetFileExtension$descriptor, GetFileExtension$handle, GetFileLength, GetFileLength$address, GetFileLength$descriptor, GetFileLength$handle, GetFileModTime, GetFileModTime$address, GetFileModTime$descriptor, GetFileModTime$handle, GetFileName, GetFileName$address, GetFileName$descriptor, GetFileName$handle, GetFileNameWithoutExt, GetFileNameWithoutExt$address, GetFileNameWithoutExt$descriptor, GetFileNameWithoutExt$handle, GetFontDefault, GetFontDefault$address, GetFontDefault$descriptor, GetFontDefault$handle, GetFPS, GetFPS$address, GetFPS$descriptor, GetFPS$handle, GetFrameTime, GetFrameTime$address, GetFrameTime$descriptor, GetFrameTime$handle, GetGamepadAxisCount, GetGamepadAxisCount$address, GetGamepadAxisCount$descriptor, GetGamepadAxisCount$handle, GetGamepadAxisMovement, GetGamepadAxisMovement$address, GetGamepadAxisMovement$descriptor, GetGamepadAxisMovement$handle, GetGamepadButtonPressed, GetGamepadButtonPressed$address, GetGamepadButtonPressed$descriptor, GetGamepadButtonPressed$handle, GetGamepadName, GetGamepadName$address, GetGamepadName$descriptor, GetGamepadName$handle, GetGestureDetected, GetGestureDetected$address, GetGestureDetected$descriptor, GetGestureDetected$handle, GetGestureDragAngle, GetGestureDragAngle$address, GetGestureDragAngle$descriptor, GetGestureDragAngle$handle, GetGestureDragVector, GetGestureDragVector$address, GetGestureDragVector$descriptor, GetGestureDragVector$handle, GetGestureHoldDuration, GetGestureHoldDuration$address, GetGestureHoldDuration$descriptor, GetGestureHoldDuration$handle, GetGesturePinchAngle, GetGesturePinchAngle$address, GetGesturePinchAngle$descriptor, GetGesturePinchAngle$handle, GetGesturePinchVector, GetGesturePinchVector$address, GetGesturePinchVector$descriptor, GetGesturePinchVector$handle, GetGlyphAtlasRec, GetGlyphAtlasRec$address, GetGlyphAtlasRec$descriptor, GetGlyphAtlasRec$handle, GetGlyphIndex, GetGlyphIndex$address, GetGlyphIndex$descriptor, GetGlyphIndex$handle, GetGlyphInfo, GetGlyphInfo$address, GetGlyphInfo$descriptor, GetGlyphInfo$handle, GetImageAlphaBorder, GetImageAlphaBorder$address, GetImageAlphaBorder$descriptor, GetImageAlphaBorder$handle, GetImageColor, GetImageColor$address, GetImageColor$descriptor, GetImageColor$handle, GetKeyPressed, GetKeyPressed$address, GetKeyPressed$descriptor, GetKeyPressed$handle, GetMasterVolume, GetMasterVolume$address, GetMasterVolume$descriptor, GetMasterVolume$handle, GetMeshBoundingBox, GetMeshBoundingBox$address, GetMeshBoundingBox$descriptor, GetMeshBoundingBox$handle, GetModelBoundingBox, GetModelBoundingBox$address, GetModelBoundingBox$descriptor, GetModelBoundingBox$handle, GetMonitorCount, GetMonitorCount$address, GetMonitorCount$descriptor, GetMonitorCount$handle, GetMonitorHeight, GetMonitorHeight$address, GetMonitorHeight$descriptor, GetMonitorHeight$handle, GetMonitorName, GetMonitorName$address, GetMonitorName$descriptor, GetMonitorName$handle, GetMonitorPhysicalHeight, GetMonitorPhysicalHeight$address, GetMonitorPhysicalHeight$descriptor, GetMonitorPhysicalHeight$handle, GetMonitorPhysicalWidth, GetMonitorPhysicalWidth$address, GetMonitorPhysicalWidth$descriptor, GetMonitorPhysicalWidth$handle, GetMonitorPosition, GetMonitorPosition$address, GetMonitorPosition$descriptor, GetMonitorPosition$handle, GetMonitorRefreshRate, GetMonitorRefreshRate$address, GetMonitorRefreshRate$descriptor, GetMonitorRefreshRate$handle, GetMonitorWidth, GetMonitorWidth$address, GetMonitorWidth$descriptor, GetMonitorWidth$handle, GetMouseDelta, GetMouseDelta$address, GetMouseDelta$descriptor, GetMouseDelta$handle, GetMousePosition, GetMousePosition$address, GetMousePosition$descriptor, GetMousePosition$handle, GetMouseWheelMove, GetMouseWheelMove$address, GetMouseWheelMove$descriptor, GetMouseWheelMove$handle, GetMouseWheelMoveV, GetMouseWheelMoveV$address, GetMouseWheelMoveV$descriptor, GetMouseWheelMoveV$handle, GetMouseX, GetMouseX$address, GetMouseX$descriptor, GetMouseX$handle, GetMouseY, GetMouseY$address, GetMouseY$descriptor, GetMouseY$handle, GetPixelColor, GetPixelColor$address, GetPixelColor$descriptor, GetPixelColor$handle, GetPixelDataSize, GetPixelDataSize$address, GetPixelDataSize$descriptor, GetPixelDataSize$handle, GetPrevDirectoryPath, GetPrevDirectoryPath$address, GetPrevDirectoryPath$descriptor, GetPrevDirectoryPath$handle, GetRandomValue, GetRandomValue$address, GetRandomValue$descriptor, GetRandomValue$handle, GetRayCollisionBox, GetRayCollisionBox$address, GetRayCollisionBox$descriptor, GetRayCollisionBox$handle, GetRayCollisionMesh, GetRayCollisionMesh$address, GetRayCollisionMesh$descriptor, GetRayCollisionMesh$handle, GetRayCollisionQuad, GetRayCollisionQuad$address, GetRayCollisionQuad$descriptor, GetRayCollisionQuad$handle, GetRayCollisionSphere, GetRayCollisionSphere$address, GetRayCollisionSphere$descriptor, GetRayCollisionSphere$handle, GetRayCollisionTriangle, GetRayCollisionTriangle$address, GetRayCollisionTriangle$descriptor, GetRayCollisionTriangle$handle, GetRenderHeight, GetRenderHeight$address, GetRenderHeight$descriptor, GetRenderHeight$handle, GetRenderWidth, GetRenderWidth$address, GetRenderWidth$descriptor, GetRenderWidth$handle, GetScreenHeight, GetScreenHeight$address, GetScreenHeight$descriptor, GetScreenHeight$handle, GetScreenToWorld2D, GetScreenToWorld2D$address, GetScreenToWorld2D$descriptor, GetScreenToWorld2D$handle, GetScreenToWorldRay, GetScreenToWorldRay$address, GetScreenToWorldRay$descriptor, GetScreenToWorldRay$handle, GetScreenToWorldRayEx, GetScreenToWorldRayEx$address, GetScreenToWorldRayEx$descriptor, GetScreenToWorldRayEx$handle, GetScreenWidth, GetScreenWidth$address, GetScreenWidth$descriptor, GetScreenWidth$handle, GetShaderLocation, GetShaderLocation$address, GetShaderLocation$descriptor, GetShaderLocation$handle, GetShaderLocationAttrib, GetShaderLocationAttrib$address, GetShaderLocationAttrib$descriptor, GetShaderLocationAttrib$handle, GetShapesTexture, GetShapesTexture$address, GetShapesTexture$descriptor, GetShapesTexture$handle, GetShapesTextureRectangle, GetShapesTextureRectangle$address, GetShapesTextureRectangle$descriptor, GetShapesTextureRectangle$handle, GetSplinePointBasis, GetSplinePointBasis$address, GetSplinePointBasis$descriptor, GetSplinePointBasis$handle, GetSplinePointBezierCubic, GetSplinePointBezierCubic$address, GetSplinePointBezierCubic$descriptor, GetSplinePointBezierCubic$handle, GetSplinePointBezierQuad, GetSplinePointBezierQuad$address, GetSplinePointBezierQuad$descriptor, GetSplinePointBezierQuad$handle, GetSplinePointCatmullRom, GetSplinePointCatmullRom$address, GetSplinePointCatmullRom$descriptor, GetSplinePointCatmullRom$handle, GetSplinePointLinear, GetSplinePointLinear$address, GetSplinePointLinear$descriptor, GetSplinePointLinear$handle, GetTime, GetTime$address, GetTime$descriptor, GetTime$handle, GetTouchPointCount, GetTouchPointCount$address, GetTouchPointCount$descriptor, GetTouchPointCount$handle, GetTouchPointId, GetTouchPointId$address, GetTouchPointId$descriptor, GetTouchPointId$handle, GetTouchPosition, GetTouchPosition$address, GetTouchPosition$descriptor, GetTouchPosition$handle, GetTouchX, GetTouchX$address, GetTouchX$descriptor, GetTouchX$handle, GetTouchY, GetTouchY$address, GetTouchY$descriptor, GetTouchY$handle, GetWindowHandle, GetWindowHandle$address, GetWindowHandle$descriptor, GetWindowHandle$handle, GetWindowPosition, GetWindowPosition$address, GetWindowPosition$descriptor, GetWindowPosition$handle, GetWindowScaleDPI, GetWindowScaleDPI$address, GetWindowScaleDPI$descriptor, GetWindowScaleDPI$handle, GetWorkingDirectory, GetWorkingDirectory$address, GetWorkingDirectory$descriptor, GetWorkingDirectory$handle, GetWorldToScreen, GetWorldToScreen$address, GetWorldToScreen$descriptor, GetWorldToScreen$handle, GetWorldToScreen2D, GetWorldToScreen2D$address, GetWorldToScreen2D$descriptor, GetWorldToScreen2D$handle, GetWorldToScreenEx, GetWorldToScreenEx$address, GetWorldToScreenEx$descriptor, GetWorldToScreenEx$handle, HideCursor, HideCursor$address, HideCursor$descriptor, HideCursor$handle, ImageAlphaClear, ImageAlphaClear$address, ImageAlphaClear$descriptor, ImageAlphaClear$handle, ImageAlphaCrop, ImageAlphaCrop$address, ImageAlphaCrop$descriptor, ImageAlphaCrop$handle, ImageAlphaMask, ImageAlphaMask$address, ImageAlphaMask$descriptor, ImageAlphaMask$handle, ImageAlphaPremultiply, ImageAlphaPremultiply$address, ImageAlphaPremultiply$descriptor, ImageAlphaPremultiply$handle, ImageBlurGaussian, ImageBlurGaussian$address, ImageBlurGaussian$descriptor, ImageBlurGaussian$handle, ImageClearBackground, ImageClearBackground$address, ImageClearBackground$descriptor, ImageClearBackground$handle, ImageColorBrightness, ImageColorBrightness$address, ImageColorBrightness$descriptor, ImageColorBrightness$handle, ImageColorContrast, ImageColorContrast$address, ImageColorContrast$descriptor, ImageColorContrast$handle, ImageColorGrayscale, ImageColorGrayscale$address, ImageColorGrayscale$descriptor, ImageColorGrayscale$handle, ImageColorInvert, ImageColorInvert$address, ImageColorInvert$descriptor, ImageColorInvert$handle, ImageColorReplace, ImageColorReplace$address, ImageColorReplace$descriptor, ImageColorReplace$handle, ImageColorTint, ImageColorTint$address, ImageColorTint$descriptor, ImageColorTint$handle, ImageCopy, ImageCopy$address, ImageCopy$descriptor, ImageCopy$handle, ImageCrop, ImageCrop$address, ImageCrop$descriptor, ImageCrop$handle, ImageDither, ImageDither$address, ImageDither$descriptor, ImageDither$handle, ImageDraw, ImageDraw$address, ImageDraw$descriptor, ImageDraw$handle, ImageDrawCircle, ImageDrawCircle$address, ImageDrawCircle$descriptor, ImageDrawCircle$handle, ImageDrawCircleLines, ImageDrawCircleLines$address, ImageDrawCircleLines$descriptor, ImageDrawCircleLines$handle, ImageDrawCircleLinesV, ImageDrawCircleLinesV$address, ImageDrawCircleLinesV$descriptor, ImageDrawCircleLinesV$handle, ImageDrawCircleV, ImageDrawCircleV$address, ImageDrawCircleV$descriptor, ImageDrawCircleV$handle, ImageDrawLine, ImageDrawLine$address, ImageDrawLine$descriptor, ImageDrawLine$handle, ImageDrawLineEx, ImageDrawLineEx$address, ImageDrawLineEx$descriptor, ImageDrawLineEx$handle, ImageDrawLineV, ImageDrawLineV$address, ImageDrawLineV$descriptor, ImageDrawLineV$handle, ImageDrawPixel, ImageDrawPixel$address, ImageDrawPixel$descriptor, ImageDrawPixel$handle, ImageDrawPixelV, ImageDrawPixelV$address, ImageDrawPixelV$descriptor, ImageDrawPixelV$handle, ImageDrawRectangle, ImageDrawRectangle$address, ImageDrawRectangle$descriptor, ImageDrawRectangle$handle, ImageDrawRectangleLines, ImageDrawRectangleLines$address, ImageDrawRectangleLines$descriptor, ImageDrawRectangleLines$handle, ImageDrawRectangleRec, ImageDrawRectangleRec$address, ImageDrawRectangleRec$descriptor, ImageDrawRectangleRec$handle, ImageDrawRectangleV, ImageDrawRectangleV$address, ImageDrawRectangleV$descriptor, ImageDrawRectangleV$handle, ImageDrawText, ImageDrawText$address, ImageDrawText$descriptor, ImageDrawText$handle, ImageDrawTextEx, ImageDrawTextEx$address, ImageDrawTextEx$descriptor, ImageDrawTextEx$handle, ImageDrawTriangle, ImageDrawTriangle$address, ImageDrawTriangle$descriptor, ImageDrawTriangle$handle, ImageDrawTriangleEx, ImageDrawTriangleEx$address, ImageDrawTriangleEx$descriptor, ImageDrawTriangleEx$handle, ImageDrawTriangleFan, ImageDrawTriangleFan$address, ImageDrawTriangleFan$descriptor, ImageDrawTriangleFan$handle, ImageDrawTriangleLines, ImageDrawTriangleLines$address, ImageDrawTriangleLines$descriptor, ImageDrawTriangleLines$handle, ImageDrawTriangleStrip, ImageDrawTriangleStrip$address, ImageDrawTriangleStrip$descriptor, ImageDrawTriangleStrip$handle, ImageFlipHorizontal, ImageFlipHorizontal$address, ImageFlipHorizontal$descriptor, ImageFlipHorizontal$handle, ImageFlipVertical, ImageFlipVertical$address, ImageFlipVertical$descriptor, ImageFlipVertical$handle, ImageFormat, ImageFormat$address, ImageFormat$descriptor, ImageFormat$handle, ImageFromChannel, ImageFromChannel$address, ImageFromChannel$descriptor, ImageFromChannel$handle, ImageFromImage, ImageFromImage$address, ImageFromImage$descriptor, ImageFromImage$handle, ImageKernelConvolution, ImageKernelConvolution$address, ImageKernelConvolution$descriptor, ImageKernelConvolution$handle, ImageMipmaps, ImageMipmaps$address, ImageMipmaps$descriptor, ImageMipmaps$handle, ImageResize, ImageResize$address, ImageResize$descriptor, ImageResize$handle, ImageResizeCanvas, ImageResizeCanvas$address, ImageResizeCanvas$descriptor, ImageResizeCanvas$handle, ImageResizeNN, ImageResizeNN$address, ImageResizeNN$descriptor, ImageResizeNN$handle, ImageRotate, ImageRotate$address, ImageRotate$descriptor, ImageRotate$handle, ImageRotateCCW, ImageRotateCCW$address, ImageRotateCCW$descriptor, ImageRotateCCW$handle, ImageRotateCW, ImageRotateCW$address, ImageRotateCW$descriptor, ImageRotateCW$handle, ImageText, ImageText$address, ImageText$descriptor, ImageText$handle, ImageTextEx, ImageTextEx$address, ImageTextEx$descriptor, ImageTextEx$handle, ImageToPOT, ImageToPOT$address, ImageToPOT$descriptor, ImageToPOT$handle, InitAudioDevice, InitAudioDevice$address, InitAudioDevice$descriptor, InitAudioDevice$handle, InitWindow, InitWindow$address, InitWindow$descriptor, InitWindow$handle, IsAudioDeviceReady, IsAudioDeviceReady$address, IsAudioDeviceReady$descriptor, IsAudioDeviceReady$handle, IsCursorHidden, IsCursorHidden$address, IsCursorHidden$descriptor, IsCursorHidden$handle, IsCursorOnScreen, IsCursorOnScreen$address, IsCursorOnScreen$descriptor, IsCursorOnScreen$handle, IsFileDropped, IsFileDropped$address, IsFileDropped$descriptor, IsFileDropped$handle, IsFileExtension, IsFileExtension$address, IsFileExtension$descriptor, IsFileExtension$handle, IsFileNameValid, IsFileNameValid$address, IsFileNameValid$descriptor, IsFileNameValid$handle, IsFontValid, IsFontValid$address, IsFontValid$descriptor, IsFontValid$handle, IsGamepadAvailable, IsGamepadAvailable$address, IsGamepadAvailable$descriptor, IsGamepadAvailable$handle, IsGamepadButtonDown, IsGamepadButtonDown$address, IsGamepadButtonDown$descriptor, IsGamepadButtonDown$handle, IsGamepadButtonPressed, IsGamepadButtonPressed$address, IsGamepadButtonPressed$descriptor, IsGamepadButtonPressed$handle, IsGamepadButtonReleased, IsGamepadButtonReleased$address, IsGamepadButtonReleased$descriptor, IsGamepadButtonReleased$handle, IsGamepadButtonUp, IsGamepadButtonUp$address, IsGamepadButtonUp$descriptor, IsGamepadButtonUp$handle, IsGestureDetected, IsGestureDetected$address, IsGestureDetected$descriptor, IsGestureDetected$handle, IsImageValid, IsImageValid$address, IsImageValid$descriptor, IsImageValid$handle, IsKeyDown, IsKeyDown$address, IsKeyDown$descriptor, IsKeyDown$handle, IsKeyPressed, IsKeyPressed$address, IsKeyPressed$descriptor, IsKeyPressed$handle, IsKeyPressedRepeat, IsKeyPressedRepeat$address, IsKeyPressedRepeat$descriptor, IsKeyPressedRepeat$handle, IsKeyReleased, IsKeyReleased$address, IsKeyReleased$descriptor, IsKeyReleased$handle, IsKeyUp, IsKeyUp$address, IsKeyUp$descriptor, IsKeyUp$handle, IsMaterialValid, IsMaterialValid$address, IsMaterialValid$descriptor, IsMaterialValid$handle, IsModelAnimationValid, IsModelAnimationValid$address, IsModelAnimationValid$descriptor, IsModelAnimationValid$handle, IsModelValid, IsModelValid$address, IsModelValid$descriptor, IsModelValid$handle, IsMouseButtonDown, IsMouseButtonDown$address, IsMouseButtonDown$descriptor, IsMouseButtonDown$handle, IsMouseButtonPressed, IsMouseButtonPressed$address, IsMouseButtonPressed$descriptor, IsMouseButtonPressed$handle, IsMouseButtonReleased, IsMouseButtonReleased$address, IsMouseButtonReleased$descriptor, IsMouseButtonReleased$handle, IsMouseButtonUp, IsMouseButtonUp$address, IsMouseButtonUp$descriptor, IsMouseButtonUp$handle, IsPathFile, IsPathFile$address, IsPathFile$descriptor, IsPathFile$handle, IsRenderTextureValid, IsRenderTextureValid$address, IsRenderTextureValid$descriptor, IsRenderTextureValid$handle, IsShaderValid, IsShaderValid$address, IsShaderValid$descriptor, IsShaderValid$handle, IsSoundValid, IsSoundValid$address, IsSoundValid$descriptor, IsSoundValid$handle, IsTextureValid, IsTextureValid$address, IsTextureValid$descriptor, IsTextureValid$handle, IsWaveValid, IsWaveValid$address, IsWaveValid$descriptor, IsWaveValid$handle, IsWindowFocused, IsWindowFocused$address, IsWindowFocused$descriptor, IsWindowFocused$handle, IsWindowFullscreen, IsWindowFullscreen$address, IsWindowFullscreen$descriptor, IsWindowFullscreen$handle, IsWindowHidden, IsWindowHidden$address, IsWindowHidden$descriptor, IsWindowHidden$handle, IsWindowMaximized, IsWindowMaximized$address, IsWindowMaximized$descriptor, IsWindowMaximized$handle, IsWindowMinimized, IsWindowMinimized$address, IsWindowMinimized$descriptor, IsWindowMinimized$handle, IsWindowReady, IsWindowReady$address, IsWindowReady$descriptor, IsWindowReady$handle, IsWindowResized, IsWindowResized$address, IsWindowResized$descriptor, IsWindowResized$handle, IsWindowState, IsWindowState$address, IsWindowState$descriptor, IsWindowState$handle, KEY_A, KEY_APOSTROPHE, KEY_B, KEY_BACK, KEY_BACKSLASH, KEY_BACKSPACE, KEY_C, KEY_CAPS_LOCK, KEY_COMMA, KEY_D, KEY_DELETE, KEY_DOWN, KEY_E, KEY_EIGHT, KEY_END, KEY_ENTER, KEY_EQUAL, KEY_ESCAPE, KEY_F, KEY_F1, KEY_F10, KEY_F11, KEY_F12, KEY_F2, KEY_F3, KEY_F4, KEY_F5, KEY_F6, KEY_F7, KEY_F8, KEY_F9, KEY_FIVE, KEY_FOUR, KEY_G, KEY_GRAVE, KEY_H, KEY_HOME, KEY_I, KEY_INSERT, KEY_J, KEY_K, KEY_KB_MENU, KEY_KP_0, KEY_KP_1, KEY_KP_2, KEY_KP_3, KEY_KP_4, KEY_KP_5, KEY_KP_6, KEY_KP_7, KEY_KP_8, KEY_KP_9, KEY_KP_ADD, KEY_KP_DECIMAL, KEY_KP_DIVIDE, KEY_KP_ENTER, KEY_KP_EQUAL, KEY_KP_MULTIPLY, KEY_KP_SUBTRACT, KEY_L, KEY_LEFT, KEY_LEFT_ALT, KEY_LEFT_BRACKET, KEY_LEFT_CONTROL, KEY_LEFT_SHIFT, KEY_LEFT_SUPER, KEY_M, KEY_MENU, KEY_MINUS, KEY_N, KEY_NINE, KEY_NULL, KEY_NUM_LOCK, KEY_O, KEY_ONE, KEY_P, KEY_PAGE_DOWN, KEY_PAGE_UP, KEY_PAUSE, KEY_PERIOD, KEY_PRINT_SCREEN, KEY_Q, KEY_R, KEY_RIGHT, KEY_RIGHT_ALT, KEY_RIGHT_BRACKET, KEY_RIGHT_CONTROL, KEY_RIGHT_SHIFT, KEY_RIGHT_SUPER, KEY_S, KEY_SCROLL_LOCK, KEY_SEMICOLON, KEY_SEVEN, KEY_SIX, KEY_SLASH, KEY_SPACE, KEY_T, KEY_TAB, KEY_THREE, KEY_TWO, KEY_U, KEY_UP, KEY_V, KEY_VOLUME_DOWN, KEY_VOLUME_UP, KEY_W, KEY_X, KEY_Y, KEY_Z, KEY_ZERO, LoadAutomationEventList, LoadAutomationEventList$address, LoadAutomationEventList$descriptor, LoadAutomationEventList$handle, LoadCodepoints, LoadCodepoints$address, LoadCodepoints$descriptor, LoadCodepoints$handle, LoadDirectoryFiles, LoadDirectoryFiles$address, LoadDirectoryFiles$descriptor, LoadDirectoryFiles$handle, LoadDirectoryFilesEx, LoadDirectoryFilesEx$address, LoadDirectoryFilesEx$descriptor, LoadDirectoryFilesEx$handle, LoadDroppedFiles, LoadDroppedFiles$address, LoadDroppedFiles$descriptor, LoadDroppedFiles$handle, LoadFileData, LoadFileData$address, LoadFileData$descriptor, LoadFileData$handle, LoadFileText, LoadFileText$address, LoadFileText$descriptor, LoadFileText$handle, LoadFont, LoadFont$address, LoadFont$descriptor, LoadFont$handle, LoadFontData, LoadFontData$address, LoadFontData$descriptor, LoadFontData$handle, LoadFontEx, LoadFontEx$address, LoadFontEx$descriptor, LoadFontEx$handle, LoadFontFromImage, LoadFontFromImage$address, LoadFontFromImage$descriptor, LoadFontFromImage$handle, LoadFontFromMemory, LoadFontFromMemory$address, LoadFontFromMemory$descriptor, LoadFontFromMemory$handle, LoadImage, LoadImage$address, LoadImage$descriptor, LoadImage$handle, LoadImageAnim, LoadImageAnim$address, LoadImageAnim$descriptor, LoadImageAnim$handle, LoadImageAnimFromMemory, LoadImageAnimFromMemory$address, LoadImageAnimFromMemory$descriptor, LoadImageAnimFromMemory$handle, LoadImageColors, LoadImageColors$address, LoadImageColors$descriptor, LoadImageColors$handle, LoadImageFromMemory, LoadImageFromMemory$address, LoadImageFromMemory$descriptor, LoadImageFromMemory$handle, LoadImageFromScreen, LoadImageFromScreen$address, LoadImageFromScreen$descriptor, LoadImageFromScreen$handle, LoadImageFromTexture, LoadImageFromTexture$address, LoadImageFromTexture$descriptor, LoadImageFromTexture$handle, LoadImagePalette, LoadImagePalette$address, LoadImagePalette$descriptor, LoadImagePalette$handle, LoadImageRaw, LoadImageRaw$address, LoadImageRaw$descriptor, LoadImageRaw$handle, LoadMaterialDefault, LoadMaterialDefault$address, LoadMaterialDefault$descriptor, LoadMaterialDefault$handle, LoadMaterials, LoadMaterials$address, LoadMaterials$descriptor, LoadMaterials$handle, LoadModel, LoadModel$address, LoadModel$descriptor, LoadModel$handle, LoadModelAnimations, LoadModelAnimations$address, LoadModelAnimations$descriptor, LoadModelAnimations$handle, LoadModelFromMesh, LoadModelFromMesh$address, LoadModelFromMesh$descriptor, LoadModelFromMesh$handle, LoadRandomSequence, LoadRandomSequence$address, LoadRandomSequence$descriptor, LoadRandomSequence$handle, LoadRenderTexture, LoadRenderTexture$address, LoadRenderTexture$descriptor, LoadRenderTexture$handle, LoadShader, LoadShader$address, LoadShader$descriptor, LoadShader$handle, LoadShaderFromMemory, LoadShaderFromMemory$address, LoadShaderFromMemory$descriptor, LoadShaderFromMemory$handle, LoadSound, LoadSound$address, LoadSound$descriptor, LoadSound$handle, LoadSoundAlias, LoadSoundAlias$address, LoadSoundAlias$descriptor, LoadSoundAlias$handle, LoadSoundFromWave, LoadSoundFromWave$address, LoadSoundFromWave$descriptor, LoadSoundFromWave$handle, LoadTexture, LoadTexture$address, LoadTexture$descriptor, LoadTexture$handle, LoadTextureCubemap, LoadTextureCubemap$address, LoadTextureCubemap$descriptor, LoadTextureCubemap$handle, LoadTextureFromImage, LoadTextureFromImage$address, LoadTextureFromImage$descriptor, LoadTextureFromImage$handle, LoadUTF8, LoadUTF8$address, LoadUTF8$descriptor, LoadUTF8$handle, LoadVrStereoConfig, LoadVrStereoConfig$address, LoadVrStereoConfig$descriptor, LoadVrStereoConfig$handle, LoadWave, LoadWave$address, LoadWave$descriptor, LoadWave$handle, LoadWaveFromMemory, LoadWaveFromMemory$address, LoadWaveFromMemory$descriptor, LoadWaveFromMemory$handle, LOG_ALL, LOG_DEBUG, LOG_ERROR, LOG_FATAL, LOG_INFO, LOG_NONE, LOG_TRACE, LOG_WARNING, MakeDirectory, MakeDirectory$address, MakeDirectory$descriptor, MakeDirectory$handle, MATERIAL_MAP_ALBEDO, MATERIAL_MAP_BRDF, MATERIAL_MAP_CUBEMAP, MATERIAL_MAP_EMISSION, MATERIAL_MAP_HEIGHT, MATERIAL_MAP_IRRADIANCE, MATERIAL_MAP_METALNESS, MATERIAL_MAP_NORMAL, MATERIAL_MAP_OCCLUSION, MATERIAL_MAP_PREFILTER, MATERIAL_MAP_ROUGHNESS, MATH_ERREXCEPT, MATH_ERRNO, MaximizeWindow, MaximizeWindow$address, MaximizeWindow$descriptor, MaximizeWindow$handle, MeasureText, MeasureText$address, MeasureText$descriptor, MeasureText$handle, MeasureTextEx, MeasureTextEx$address, MeasureTextEx$descriptor, MeasureTextEx$handle, MemAlloc, MemAlloc$address, MemAlloc$descriptor, MemAlloc$handle, MemFree, MemFree$address, MemFree$descriptor, MemFree$handle, MemRealloc, MemRealloc$address, MemRealloc$descriptor, MemRealloc$handle, MinimizeWindow, MinimizeWindow$address, MinimizeWindow$descriptor, MinimizeWindow$handle, MOUSE_BUTTON_BACK, MOUSE_BUTTON_EXTRA, MOUSE_BUTTON_FORWARD, MOUSE_BUTTON_LEFT, MOUSE_BUTTON_MIDDLE, MOUSE_BUTTON_RIGHT, MOUSE_BUTTON_SIDE, MOUSE_CURSOR_ARROW, MOUSE_CURSOR_CROSSHAIR, MOUSE_CURSOR_DEFAULT, MOUSE_CURSOR_IBEAM, MOUSE_CURSOR_NOT_ALLOWED, MOUSE_CURSOR_POINTING_HAND, MOUSE_CURSOR_RESIZE_ALL, MOUSE_CURSOR_RESIZE_EW, MOUSE_CURSOR_RESIZE_NESW, MOUSE_CURSOR_RESIZE_NS, MOUSE_CURSOR_RESIZE_NWSE, NPATCH_NINE_PATCH, NPATCH_THREE_PATCH_HORIZONTAL, NPATCH_THREE_PATCH_VERTICAL, OpenURL, OpenURL$address, OpenURL$descriptor, OpenURL$handle, PIXELFORMAT_COMPRESSED_ASTC_4x4_RGBA, PIXELFORMAT_COMPRESSED_ASTC_8x8_RGBA, PIXELFORMAT_COMPRESSED_DXT1_RGB, PIXELFORMAT_COMPRESSED_DXT1_RGBA, PIXELFORMAT_COMPRESSED_DXT3_RGBA, PIXELFORMAT_COMPRESSED_DXT5_RGBA, PIXELFORMAT_COMPRESSED_ETC1_RGB, PIXELFORMAT_COMPRESSED_ETC2_EAC_RGBA, PIXELFORMAT_COMPRESSED_ETC2_RGB, PIXELFORMAT_COMPRESSED_PVRT_RGB, PIXELFORMAT_COMPRESSED_PVRT_RGBA, PIXELFORMAT_UNCOMPRESSED_GRAY_ALPHA, PIXELFORMAT_UNCOMPRESSED_GRAYSCALE, PIXELFORMAT_UNCOMPRESSED_R16, PIXELFORMAT_UNCOMPRESSED_R16G16B16, PIXELFORMAT_UNCOMPRESSED_R16G16B16A16, PIXELFORMAT_UNCOMPRESSED_R32, PIXELFORMAT_UNCOMPRESSED_R32G32B32, PIXELFORMAT_UNCOMPRESSED_R32G32B32A32, PIXELFORMAT_UNCOMPRESSED_R4G4B4A4, PIXELFORMAT_UNCOMPRESSED_R5G5B5A1, PIXELFORMAT_UNCOMPRESSED_R5G6B5, PIXELFORMAT_UNCOMPRESSED_R8G8B8, PIXELFORMAT_UNCOMPRESSED_R8G8B8A8, PlayAutomationEvent, PlayAutomationEvent$address, PlayAutomationEvent$descriptor, PlayAutomationEvent$handle, PlaySound, PlaySound$address, PlaySound$descriptor, PlaySound$handle, PollInputEvents, PollInputEvents$address, PollInputEvents$descriptor, PollInputEvents$handle, RAYLIB_VERSION_MAJOR, RAYLIB_VERSION_MINOR, RAYLIB_VERSION_PATCH, RestoreWindow, RestoreWindow$address, RestoreWindow$descriptor, RestoreWindow$handle, RL_BLEND_COLOR, RL_BLEND_DST_ALPHA, RL_BLEND_DST_RGB, RL_BLEND_EQUATION, RL_BLEND_EQUATION_ALPHA, RL_BLEND_EQUATION_RGB, RL_BLEND_SRC_ALPHA, RL_BLEND_SRC_RGB, RL_COMPUTE_SHADER, RL_CONSTANT_ALPHA, RL_CONSTANT_COLOR, RL_DEFAULT_BATCH_BUFFER_ELEMENTS, RL_DEFAULT_BATCH_BUFFERS, RL_DEFAULT_BATCH_DRAWCALLS, RL_DEFAULT_BATCH_MAX_TEXTURE_UNITS, RL_DEFAULT_SHADER_ATTRIB_LOCATION_COLOR, RL_DEFAULT_SHADER_ATTRIB_LOCATION_INDICES, RL_DEFAULT_SHADER_ATTRIB_LOCATION_NORMAL, RL_DEFAULT_SHADER_ATTRIB_LOCATION_POSITION, RL_DEFAULT_SHADER_ATTRIB_LOCATION_TANGENT, RL_DEFAULT_SHADER_ATTRIB_LOCATION_TEXCOORD, RL_DEFAULT_SHADER_ATTRIB_LOCATION_TEXCOORD2, RL_DRAW_FRAMEBUFFER, RL_DST_ALPHA, RL_DST_COLOR, RL_DYNAMIC_COPY, RL_DYNAMIC_DRAW, RL_DYNAMIC_READ, RL_FLOAT, RL_FRAGMENT_SHADER, RL_FUNC_ADD, RL_FUNC_REVERSE_SUBTRACT, RL_FUNC_SUBTRACT, RL_LINES, RL_MAX, RL_MAX_MATRIX_STACK_SIZE, RL_MAX_SHADER_LOCATIONS, RL_MIN, RL_MODELVIEW, RL_ONE, RL_ONE_MINUS_CONSTANT_ALPHA, RL_ONE_MINUS_CONSTANT_COLOR, RL_ONE_MINUS_DST_ALPHA, RL_ONE_MINUS_DST_COLOR, RL_ONE_MINUS_SRC_ALPHA, RL_ONE_MINUS_SRC_COLOR, RL_PROJECTION, RL_QUADS, RL_READ_FRAMEBUFFER, RL_SRC_ALPHA, RL_SRC_ALPHA_SATURATE, RL_SRC_COLOR, RL_STATIC_COPY, RL_STATIC_DRAW, RL_STATIC_READ, RL_STREAM_COPY, RL_STREAM_DRAW, RL_STREAM_READ, RL_TEXTURE, RL_TEXTURE_FILTER_ANISOTROPIC, RL_TEXTURE_FILTER_LINEAR, RL_TEXTURE_FILTER_LINEAR_MIP_NEAREST, RL_TEXTURE_FILTER_MIP_LINEAR, RL_TEXTURE_FILTER_MIP_NEAREST, RL_TEXTURE_FILTER_NEAREST, RL_TEXTURE_FILTER_NEAREST_MIP_LINEAR, RL_TEXTURE_MAG_FILTER, RL_TEXTURE_MIN_FILTER, RL_TEXTURE_MIPMAP_BIAS_RATIO, RL_TEXTURE_WRAP_CLAMP, RL_TEXTURE_WRAP_MIRROR_CLAMP, RL_TEXTURE_WRAP_MIRROR_REPEAT, RL_TEXTURE_WRAP_REPEAT, RL_TEXTURE_WRAP_S, RL_TEXTURE_WRAP_T, RL_TRIANGLES, RL_UNSIGNED_BYTE, RL_VERTEX_SHADER, RL_ZERO, SaveFileData, SaveFileData$address, SaveFileData$descriptor, SaveFileData$handle, SaveFileText, SaveFileText$address, SaveFileText$descriptor, SaveFileText$handle, SetAutomationEventBaseFrame, SetAutomationEventBaseFrame$address, SetAutomationEventBaseFrame$descriptor, SetAutomationEventBaseFrame$handle, SetAutomationEventList, SetAutomationEventList$address, SetAutomationEventList$descriptor, SetAutomationEventList$handle, SetClipboardText, SetClipboardText$address, SetClipboardText$descriptor, SetClipboardText$handle, SetConfigFlags, SetConfigFlags$address, SetConfigFlags$descriptor, SetConfigFlags$handle, SetExitKey, SetExitKey$address, SetExitKey$descriptor, SetExitKey$handle, SetGamepadMappings, SetGamepadMappings$address, SetGamepadMappings$descriptor, SetGamepadMappings$handle, SetGamepadVibration, SetGamepadVibration$address, SetGamepadVibration$descriptor, SetGamepadVibration$handle, SetGesturesEnabled, SetGesturesEnabled$address, SetGesturesEnabled$descriptor, SetGesturesEnabled$handle, SetLoadFileDataCallback, SetLoadFileDataCallback$address, SetLoadFileDataCallback$descriptor, SetLoadFileDataCallback$handle, SetLoadFileTextCallback, SetLoadFileTextCallback$address, SetLoadFileTextCallback$descriptor, SetLoadFileTextCallback$handle, SetMasterVolume, SetMasterVolume$address, SetMasterVolume$descriptor, SetMasterVolume$handle, SetMaterialTexture, SetMaterialTexture$address, SetMaterialTexture$descriptor, SetMaterialTexture$handle, SetModelMeshMaterial, SetModelMeshMaterial$address, SetModelMeshMaterial$descriptor, SetModelMeshMaterial$handle, SetMouseCursor, SetMouseCursor$address, SetMouseCursor$descriptor, SetMouseCursor$handle, SetMouseOffset, SetMouseOffset$address, SetMouseOffset$descriptor, SetMouseOffset$handle, SetMousePosition, SetMousePosition$address, SetMousePosition$descriptor, SetMousePosition$handle, SetMouseScale, SetMouseScale$address, SetMouseScale$descriptor, SetMouseScale$handle, SetPixelColor, SetPixelColor$address, SetPixelColor$descriptor, SetPixelColor$handle, SetRandomSeed, SetRandomSeed$address, SetRandomSeed$descriptor, SetRandomSeed$handle, SetSaveFileDataCallback, SetSaveFileDataCallback$address, SetSaveFileDataCallback$descriptor, SetSaveFileDataCallback$handle, SetSaveFileTextCallback, SetSaveFileTextCallback$address, SetSaveFileTextCallback$descriptor, SetSaveFileTextCallback$handle, SetShaderValue, SetShaderValue$address, SetShaderValue$descriptor, SetShaderValue$handle, SetShaderValueMatrix, SetShaderValueMatrix$address, SetShaderValueMatrix$descriptor, SetShaderValueMatrix$handle, SetShaderValueTexture, SetShaderValueTexture$address, SetShaderValueTexture$descriptor, SetShaderValueTexture$handle, SetShaderValueV, SetShaderValueV$address, SetShaderValueV$descriptor, SetShaderValueV$handle, SetShapesTexture, SetShapesTexture$address, SetShapesTexture$descriptor, SetShapesTexture$handle, SetTargetFPS, SetTargetFPS$address, SetTargetFPS$descriptor, SetTargetFPS$handle, SetTextLineSpacing, SetTextLineSpacing$address, SetTextLineSpacing$descriptor, SetTextLineSpacing$handle, SetTextureFilter, SetTextureFilter$address, SetTextureFilter$descriptor, SetTextureFilter$handle, SetTextureWrap, SetTextureWrap$address, SetTextureWrap$descriptor, SetTextureWrap$handle, SetTraceLogCallback, SetTraceLogCallback$address, SetTraceLogCallback$descriptor, SetTraceLogCallback$handle, SetTraceLogLevel, SetTraceLogLevel$address, SetTraceLogLevel$descriptor, SetTraceLogLevel$handle, SetWindowFocused, SetWindowFocused$address, SetWindowFocused$descriptor, SetWindowFocused$handle, SetWindowIcon, SetWindowIcon$address, SetWindowIcon$descriptor, SetWindowIcon$handle, SetWindowIcons, SetWindowIcons$address, SetWindowIcons$descriptor, SetWindowIcons$handle, SetWindowMaxSize, SetWindowMaxSize$address, SetWindowMaxSize$descriptor, SetWindowMaxSize$handle, SetWindowMinSize, SetWindowMinSize$address, SetWindowMinSize$descriptor, SetWindowMinSize$handle, SetWindowMonitor, SetWindowMonitor$address, SetWindowMonitor$descriptor, SetWindowMonitor$handle, SetWindowOpacity, SetWindowOpacity$address, SetWindowOpacity$descriptor, SetWindowOpacity$handle, SetWindowPosition, SetWindowPosition$address, SetWindowPosition$descriptor, SetWindowPosition$handle, SetWindowSize, SetWindowSize$address, SetWindowSize$descriptor, SetWindowSize$handle, SetWindowState, SetWindowState$address, SetWindowState$descriptor, SetWindowState$handle, SetWindowTitle, SetWindowTitle$address, SetWindowTitle$descriptor, SetWindowTitle$handle, SHADER_ATTRIB_FLOAT, SHADER_ATTRIB_VEC2, SHADER_ATTRIB_VEC3, SHADER_ATTRIB_VEC4, SHADER_LOC_BONE_MATRICES, SHADER_LOC_COLOR_AMBIENT, SHADER_LOC_COLOR_DIFFUSE, SHADER_LOC_COLOR_SPECULAR, SHADER_LOC_MAP_ALBEDO, SHADER_LOC_MAP_BRDF, SHADER_LOC_MAP_CUBEMAP, SHADER_LOC_MAP_EMISSION, SHADER_LOC_MAP_HEIGHT, SHADER_LOC_MAP_IRRADIANCE, SHADER_LOC_MAP_METALNESS, SHADER_LOC_MAP_NORMAL, SHADER_LOC_MAP_OCCLUSION, SHADER_LOC_MAP_PREFILTER, SHADER_LOC_MAP_ROUGHNESS, SHADER_LOC_MATRIX_MODEL, SHADER_LOC_MATRIX_MVP, SHADER_LOC_MATRIX_NORMAL, SHADER_LOC_MATRIX_PROJECTION, SHADER_LOC_MATRIX_VIEW, SHADER_LOC_VECTOR_VIEW, SHADER_LOC_VERTEX_BONEIDS, SHADER_LOC_VERTEX_BONEWEIGHTS, SHADER_LOC_VERTEX_COLOR, SHADER_LOC_VERTEX_NORMAL, SHADER_LOC_VERTEX_POSITION, SHADER_LOC_VERTEX_TANGENT, SHADER_LOC_VERTEX_TEXCOORD01, SHADER_LOC_VERTEX_TEXCOORD02, SHADER_UNIFORM_FLOAT, SHADER_UNIFORM_INT, SHADER_UNIFORM_IVEC2, SHADER_UNIFORM_IVEC3, SHADER_UNIFORM_IVEC4, SHADER_UNIFORM_SAMPLER2D, SHADER_UNIFORM_VEC2, SHADER_UNIFORM_VEC3, SHADER_UNIFORM_VEC4, ShowCursor, ShowCursor$address, ShowCursor$descriptor, ShowCursor$handle, StartAutomationEventRecording, StartAutomationEventRecording$address, StartAutomationEventRecording$descriptor, StartAutomationEventRecording$handle, StopAutomationEventRecording, StopAutomationEventRecording$address, StopAutomationEventRecording$descriptor, StopAutomationEventRecording$handle, StopSound, StopSound$address, StopSound$descriptor, StopSound$handle, SwapScreenBuffer, SwapScreenBuffer$address, SwapScreenBuffer$descriptor, SwapScreenBuffer$handle, TakeScreenshot, TakeScreenshot$address, TakeScreenshot$descriptor, TakeScreenshot$handle, TextAppend, TextAppend$address, TextAppend$descriptor, TextAppend$handle, TextCopy, TextCopy$address, TextCopy$descriptor, TextCopy$handle, TextFindIndex, TextFindIndex$address, TextFindIndex$descriptor, TextFindIndex$handle, TextInsert, TextInsert$address, TextInsert$descriptor, TextInsert$handle, TextIsEqual, TextIsEqual$address, TextIsEqual$descriptor, TextIsEqual$handle, TextJoin, TextJoin$address, TextJoin$descriptor, TextJoin$handle, TextLength, TextLength$address, TextLength$descriptor, TextLength$handle, TextReplace, TextReplace$address, TextReplace$descriptor, TextReplace$handle, TextSplit, TextSplit$address, TextSplit$descriptor, TextSplit$handle, TextSubtext, TextSubtext$address, TextSubtext$descriptor, TextSubtext$handle, TextToCamel, TextToCamel$address, TextToCamel$descriptor, TextToCamel$handle, TextToFloat, TextToFloat$address, TextToFloat$descriptor, TextToFloat$handle, TextToInteger, TextToInteger$address, TextToInteger$descriptor, TextToInteger$handle, TextToLower, TextToLower$address, TextToLower$descriptor, TextToLower$handle, TextToPascal, TextToPascal$address, TextToPascal$descriptor, TextToPascal$handle, TextToSnake, TextToSnake$address, TextToSnake$descriptor, TextToSnake$handle, TextToUpper, TextToUpper$address, TextToUpper$descriptor, TextToUpper$handle, TEXTURE_FILTER_ANISOTROPIC_16X, TEXTURE_FILTER_ANISOTROPIC_4X, TEXTURE_FILTER_ANISOTROPIC_8X, TEXTURE_FILTER_BILINEAR, TEXTURE_FILTER_POINT, TEXTURE_FILTER_TRILINEAR, TEXTURE_WRAP_CLAMP, TEXTURE_WRAP_MIRROR_CLAMP, TEXTURE_WRAP_MIRROR_REPEAT, TEXTURE_WRAP_REPEAT, ToggleBorderlessWindowed, ToggleBorderlessWindowed$address, ToggleBorderlessWindowed$descriptor, ToggleBorderlessWindowed$handle, ToggleFullscreen, ToggleFullscreen$address, ToggleFullscreen$descriptor, ToggleFullscreen$handle, true_, UnloadAutomationEventList, UnloadAutomationEventList$address, UnloadAutomationEventList$descriptor, UnloadAutomationEventList$handle, UnloadCodepoints, UnloadCodepoints$address, UnloadCodepoints$descriptor, UnloadCodepoints$handle, UnloadDirectoryFiles, UnloadDirectoryFiles$address, UnloadDirectoryFiles$descriptor, UnloadDirectoryFiles$handle, UnloadDroppedFiles, UnloadDroppedFiles$address, UnloadDroppedFiles$descriptor, UnloadDroppedFiles$handle, UnloadFileData, UnloadFileData$address, UnloadFileData$descriptor, UnloadFileData$handle, UnloadFileText, UnloadFileText$address, UnloadFileText$descriptor, UnloadFileText$handle, UnloadFont, UnloadFont$address, UnloadFont$descriptor, UnloadFont$handle, UnloadFontData, UnloadFontData$address, UnloadFontData$descriptor, UnloadFontData$handle, UnloadImage, UnloadImage$address, UnloadImage$descriptor, UnloadImage$handle, UnloadImageColors, UnloadImageColors$address, UnloadImageColors$descriptor, UnloadImageColors$handle, UnloadImagePalette, UnloadImagePalette$address, UnloadImagePalette$descriptor, UnloadImagePalette$handle, UnloadMaterial, UnloadMaterial$address, UnloadMaterial$descriptor, UnloadMaterial$handle, UnloadMesh, UnloadMesh$address, UnloadMesh$descriptor, UnloadMesh$handle, UnloadModel, UnloadModel$address, UnloadModel$descriptor, UnloadModel$handle, UnloadModelAnimation, UnloadModelAnimation$address, UnloadModelAnimation$descriptor, UnloadModelAnimation$handle, UnloadModelAnimations, UnloadModelAnimations$address, UnloadModelAnimations$descriptor, UnloadModelAnimations$handle, UnloadRandomSequence, UnloadRandomSequence$address, UnloadRandomSequence$descriptor, UnloadRandomSequence$handle, UnloadRenderTexture, UnloadRenderTexture$address, UnloadRenderTexture$descriptor, UnloadRenderTexture$handle, UnloadShader, UnloadShader$address, UnloadShader$descriptor, UnloadShader$handle, UnloadSound, UnloadSound$address, UnloadSound$descriptor, UnloadSound$handle, UnloadSoundAlias, UnloadSoundAlias$address, UnloadSoundAlias$descriptor, UnloadSoundAlias$handle, UnloadTexture, UnloadTexture$address, UnloadTexture$descriptor, UnloadTexture$handle, UnloadUTF8, UnloadUTF8$address, UnloadUTF8$descriptor, UnloadUTF8$handle, UnloadVrStereoConfig, UnloadVrStereoConfig$address, UnloadVrStereoConfig$descriptor, UnloadVrStereoConfig$handle, UnloadWave, UnloadWave$address, UnloadWave$descriptor, UnloadWave$handle, UpdateCamera, UpdateCamera$address, UpdateCamera$descriptor, UpdateCamera$handle, UpdateCameraPro, UpdateCameraPro$address, UpdateCameraPro$descriptor, UpdateCameraPro$handle, UpdateMeshBuffer, UpdateMeshBuffer$address, UpdateMeshBuffer$descriptor, UpdateMeshBuffer$handle, UpdateModelAnimation, UpdateModelAnimation$address, UpdateModelAnimation$descriptor, UpdateModelAnimation$handle, UpdateModelAnimationBones, UpdateModelAnimationBones$address, UpdateModelAnimationBones$descriptor, UpdateModelAnimationBones$handle, UpdateSound, UpdateSound$address, UpdateSound$descriptor, UpdateSound$handle, UpdateTexture, UpdateTexture$address, UpdateTexture$descriptor, UpdateTexture$handle, UpdateTextureRec, UpdateTextureRec$address, UpdateTextureRec$descriptor, UpdateTextureRec$handle, UploadMesh, UploadMesh$address, UploadMesh$descriptor, UploadMesh$handle, WaitTime, WaitTime$address, WaitTime$descriptor, WaitTime$handle, WindowShouldClose, WindowShouldClose$address, WindowShouldClose$descriptor, WindowShouldClose$handle
-
Field Details
-
__u_char
typedef unsigned char __u_char
-
__u_short
typedef unsigned short __u_short
-
__u_int
typedef unsigned int __u_int
-
__u_long
typedef unsigned long __u_long
-
__int8_t
typedef signed char __int8_t
-
__uint8_t
typedef unsigned char __uint8_t
-
__int16_t
typedef short __int16_t
-
__uint16_t
typedef unsigned short __uint16_t
-
__int32_t
typedef int __int32_t
-
__uint32_t
typedef unsigned int __uint32_t
-
__int64_t
typedef long __int64_t
-
__uint64_t
typedef unsigned long __uint64_t
-
__int_least8_t
typedef __int8_t __int_least8_t
-
__uint_least8_t
typedef __uint8_t __uint_least8_t
-
__int_least16_t
typedef __int16_t __int_least16_t
-
__uint_least16_t
typedef __uint16_t __uint_least16_t
-
__int_least32_t
typedef __int32_t __int_least32_t
-
__uint_least32_t
typedef __uint32_t __uint_least32_t
-
__int_least64_t
typedef __int64_t __int_least64_t
-
__uint_least64_t
typedef __uint64_t __uint_least64_t
-
__quad_t
typedef long __quad_t
-
__u_quad_t
typedef unsigned long __u_quad_t
-
__intmax_t
typedef long __intmax_t
-
__uintmax_t
typedef unsigned long __uintmax_t
-
__dev_t
typedef unsigned long __dev_t
-
__uid_t
typedef unsigned int __uid_t
-
__gid_t
typedef unsigned int __gid_t
-
__ino_t
typedef unsigned long __ino_t
-
__ino64_t
typedef unsigned long __ino64_t
-
__mode_t
typedef unsigned int __mode_t
-
__nlink_t
typedef unsigned long __nlink_t
-
__off_t
typedef long __off_t
-
__off64_t
typedef long __off64_t
-
__pid_t
typedef int __pid_t
-
__clock_t
typedef long __clock_t
-
__rlim_t
typedef unsigned long __rlim_t
-
__rlim64_t
typedef unsigned long __rlim64_t
-
__id_t
typedef unsigned int __id_t
-
__time_t
typedef long __time_t
-
__useconds_t
typedef unsigned int __useconds_t
-
__suseconds_t
typedef long __suseconds_t
-
__suseconds64_t
typedef long __suseconds64_t
-
__daddr_t
typedef int __daddr_t
-
__key_t
typedef int __key_t
-
__clockid_t
typedef int __clockid_t
-
__timer_t
typedef void *__timer_t
-
__blksize_t
typedef long __blksize_t
-
__blkcnt_t
typedef long __blkcnt_t
-
__blkcnt64_t
typedef long __blkcnt64_t
-
__fsblkcnt_t
typedef unsigned long __fsblkcnt_t
-
__fsblkcnt64_t
typedef unsigned long __fsblkcnt64_t
-
__fsfilcnt_t
typedef unsigned long __fsfilcnt_t
-
__fsfilcnt64_t
typedef unsigned long __fsfilcnt64_t
-
__fsword_t
typedef long __fsword_t
-
__ssize_t
typedef long __ssize_t
-
__syscall_slong_t
typedef long __syscall_slong_t
-
__syscall_ulong_t
typedef unsigned long __syscall_ulong_t
-
__loff_t
typedef __off64_t __loff_t
-
__caddr_t
typedef char *__caddr_t
-
__intptr_t
typedef long __intptr_t
-
__socklen_t
typedef unsigned int __socklen_t
-
__sig_atomic_t
typedef int __sig_atomic_t
-
_Float32
typedef float _Float32
-
_Float64
typedef double _Float64
-
_Float32x
typedef double _Float32x
-
float_t
typedef float float_t
-
double_t
typedef double double_t
-
-
Method Details
-
PauseSound$descriptor
Function descriptor for:void PauseSound(Sound sound)
-
PauseSound$handle
Downcall method handle for:void PauseSound(Sound sound)
-
PauseSound$address
Address for:void PauseSound(Sound sound)
-
PauseSound
void PauseSound(Sound sound)
-
ResumeSound$descriptor
Function descriptor for:void ResumeSound(Sound sound)
-
ResumeSound$handle
Downcall method handle for:void ResumeSound(Sound sound)
-
ResumeSound$address
Address for:void ResumeSound(Sound sound)
-
ResumeSound
void ResumeSound(Sound sound)
-
IsSoundPlaying$descriptor
Function descriptor for:bool IsSoundPlaying(Sound sound)
-
IsSoundPlaying$handle
Downcall method handle for:bool IsSoundPlaying(Sound sound)
-
IsSoundPlaying$address
Address for:bool IsSoundPlaying(Sound sound)
-
IsSoundPlaying
bool IsSoundPlaying(Sound sound)
-
SetSoundVolume$descriptor
Function descriptor for:void SetSoundVolume(Sound sound, float volume)
-
SetSoundVolume$handle
Downcall method handle for:void SetSoundVolume(Sound sound, float volume)
-
SetSoundVolume$address
Address for:void SetSoundVolume(Sound sound, float volume)
-
SetSoundVolume
void SetSoundVolume(Sound sound, float volume)
-
SetSoundPitch$descriptor
Function descriptor for:void SetSoundPitch(Sound sound, float pitch)
-
SetSoundPitch$handle
Downcall method handle for:void SetSoundPitch(Sound sound, float pitch)
-
SetSoundPitch$address
Address for:void SetSoundPitch(Sound sound, float pitch)
-
SetSoundPitch
void SetSoundPitch(Sound sound, float pitch)
-
SetSoundPan$descriptor
Function descriptor for:void SetSoundPan(Sound sound, float pan)
-
SetSoundPan$handle
Downcall method handle for:void SetSoundPan(Sound sound, float pan)
-
SetSoundPan$address
Address for:void SetSoundPan(Sound sound, float pan)
-
SetSoundPan
void SetSoundPan(Sound sound, float pan)
-
WaveCopy$descriptor
Function descriptor for:Wave WaveCopy(Wave wave)
-
WaveCopy$handle
Downcall method handle for:Wave WaveCopy(Wave wave)
-
WaveCopy$address
Address for:Wave WaveCopy(Wave wave)
-
WaveCopy
Wave WaveCopy(Wave wave)
-
WaveCrop$descriptor
Function descriptor for:void WaveCrop(Wave *wave, int initFrame, int finalFrame)
-
WaveCrop$handle
Downcall method handle for:void WaveCrop(Wave *wave, int initFrame, int finalFrame)
-
WaveCrop$address
Address for:void WaveCrop(Wave *wave, int initFrame, int finalFrame)
-
WaveCrop
void WaveCrop(Wave *wave, int initFrame, int finalFrame)
-
WaveFormat$descriptor
Function descriptor for:void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels)
-
WaveFormat$handle
Downcall method handle for:void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels)
-
WaveFormat$address
Address for:void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels)
-
WaveFormat
void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels)
-
LoadWaveSamples$descriptor
Function descriptor for:float *LoadWaveSamples(Wave wave)
-
LoadWaveSamples$handle
Downcall method handle for:float *LoadWaveSamples(Wave wave)
-
LoadWaveSamples$address
Address for:float *LoadWaveSamples(Wave wave)
-
LoadWaveSamples
float *LoadWaveSamples(Wave wave)
-
UnloadWaveSamples$descriptor
Function descriptor for:void UnloadWaveSamples(float *samples)
-
UnloadWaveSamples$handle
Downcall method handle for:void UnloadWaveSamples(float *samples)
-
UnloadWaveSamples$address
Address for:void UnloadWaveSamples(float *samples)
-
UnloadWaveSamples
void UnloadWaveSamples(float *samples)
-
LoadMusicStream$descriptor
Function descriptor for:Music LoadMusicStream(const char *fileName)
-
LoadMusicStream$handle
Downcall method handle for:Music LoadMusicStream(const char *fileName)
-
LoadMusicStream$address
Address for:Music LoadMusicStream(const char *fileName)
-
LoadMusicStream
Music LoadMusicStream(const char *fileName)
-
LoadMusicStreamFromMemory$descriptor
Function descriptor for:Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize)
-
LoadMusicStreamFromMemory$handle
Downcall method handle for:Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize)
-
LoadMusicStreamFromMemory$address
Address for:Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize)
-
LoadMusicStreamFromMemory
public static MemorySegment LoadMusicStreamFromMemory(SegmentAllocator allocator, MemorySegment fileType, MemorySegment data, int dataSize) Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize)
-
IsMusicValid$descriptor
Function descriptor for:bool IsMusicValid(Music music)
-
IsMusicValid$handle
Downcall method handle for:bool IsMusicValid(Music music)
-
IsMusicValid$address
Address for:bool IsMusicValid(Music music)
-
IsMusicValid
bool IsMusicValid(Music music)
-
UnloadMusicStream$descriptor
Function descriptor for:void UnloadMusicStream(Music music)
-
UnloadMusicStream$handle
Downcall method handle for:void UnloadMusicStream(Music music)
-
UnloadMusicStream$address
Address for:void UnloadMusicStream(Music music)
-
UnloadMusicStream
void UnloadMusicStream(Music music)
-
PlayMusicStream$descriptor
Function descriptor for:void PlayMusicStream(Music music)
-
PlayMusicStream$handle
Downcall method handle for:void PlayMusicStream(Music music)
-
PlayMusicStream$address
Address for:void PlayMusicStream(Music music)
-
PlayMusicStream
void PlayMusicStream(Music music)
-
IsMusicStreamPlaying$descriptor
Function descriptor for:bool IsMusicStreamPlaying(Music music)
-
IsMusicStreamPlaying$handle
Downcall method handle for:bool IsMusicStreamPlaying(Music music)
-
IsMusicStreamPlaying$address
Address for:bool IsMusicStreamPlaying(Music music)
-
IsMusicStreamPlaying
bool IsMusicStreamPlaying(Music music)
-
UpdateMusicStream$descriptor
Function descriptor for:void UpdateMusicStream(Music music)
-
UpdateMusicStream$handle
Downcall method handle for:void UpdateMusicStream(Music music)
-
UpdateMusicStream$address
Address for:void UpdateMusicStream(Music music)
-
UpdateMusicStream
void UpdateMusicStream(Music music)
-
StopMusicStream$descriptor
Function descriptor for:void StopMusicStream(Music music)
-
StopMusicStream$handle
Downcall method handle for:void StopMusicStream(Music music)
-
StopMusicStream$address
Address for:void StopMusicStream(Music music)
-
StopMusicStream
void StopMusicStream(Music music)
-
PauseMusicStream$descriptor
Function descriptor for:void PauseMusicStream(Music music)
-
PauseMusicStream$handle
Downcall method handle for:void PauseMusicStream(Music music)
-
PauseMusicStream$address
Address for:void PauseMusicStream(Music music)
-
PauseMusicStream
void PauseMusicStream(Music music)
-
ResumeMusicStream$descriptor
Function descriptor for:void ResumeMusicStream(Music music)
-
ResumeMusicStream$handle
Downcall method handle for:void ResumeMusicStream(Music music)
-
ResumeMusicStream$address
Address for:void ResumeMusicStream(Music music)
-
ResumeMusicStream
void ResumeMusicStream(Music music)
-
SeekMusicStream$descriptor
Function descriptor for:void SeekMusicStream(Music music, float position)
-
SeekMusicStream$handle
Downcall method handle for:void SeekMusicStream(Music music, float position)
-
SeekMusicStream$address
Address for:void SeekMusicStream(Music music, float position)
-
SeekMusicStream
void SeekMusicStream(Music music, float position)
-
SetMusicVolume$descriptor
Function descriptor for:void SetMusicVolume(Music music, float volume)
-
SetMusicVolume$handle
Downcall method handle for:void SetMusicVolume(Music music, float volume)
-
SetMusicVolume$address
Address for:void SetMusicVolume(Music music, float volume)
-
SetMusicVolume
void SetMusicVolume(Music music, float volume)
-
SetMusicPitch$descriptor
Function descriptor for:void SetMusicPitch(Music music, float pitch)
-
SetMusicPitch$handle
Downcall method handle for:void SetMusicPitch(Music music, float pitch)
-
SetMusicPitch$address
Address for:void SetMusicPitch(Music music, float pitch)
-
SetMusicPitch
void SetMusicPitch(Music music, float pitch)
-
SetMusicPan$descriptor
Function descriptor for:void SetMusicPan(Music music, float pan)
-
SetMusicPan$handle
Downcall method handle for:void SetMusicPan(Music music, float pan)
-
SetMusicPan$address
Address for:void SetMusicPan(Music music, float pan)
-
SetMusicPan
void SetMusicPan(Music music, float pan)
-
GetMusicTimeLength$descriptor
Function descriptor for:float GetMusicTimeLength(Music music)
-
GetMusicTimeLength$handle
Downcall method handle for:float GetMusicTimeLength(Music music)
-
GetMusicTimeLength$address
Address for:float GetMusicTimeLength(Music music)
-
GetMusicTimeLength
float GetMusicTimeLength(Music music)
-
GetMusicTimePlayed$descriptor
Function descriptor for:float GetMusicTimePlayed(Music music)
-
GetMusicTimePlayed$handle
Downcall method handle for:float GetMusicTimePlayed(Music music)
-
GetMusicTimePlayed$address
Address for:float GetMusicTimePlayed(Music music)
-
GetMusicTimePlayed
float GetMusicTimePlayed(Music music)
-
LoadAudioStream$descriptor
Function descriptor for:AudioStream LoadAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels)
-
LoadAudioStream$handle
Downcall method handle for:AudioStream LoadAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels)
-
LoadAudioStream$address
Address for:AudioStream LoadAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels)
-
LoadAudioStream
public static MemorySegment LoadAudioStream(SegmentAllocator allocator, int sampleRate, int sampleSize, int channels) AudioStream LoadAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels)
-
IsAudioStreamValid$descriptor
Function descriptor for:bool IsAudioStreamValid(AudioStream stream)
-
IsAudioStreamValid$handle
Downcall method handle for:bool IsAudioStreamValid(AudioStream stream)
-
IsAudioStreamValid$address
Address for:bool IsAudioStreamValid(AudioStream stream)
-
IsAudioStreamValid
bool IsAudioStreamValid(AudioStream stream)
-
UnloadAudioStream$descriptor
Function descriptor for:void UnloadAudioStream(AudioStream stream)
-
UnloadAudioStream$handle
Downcall method handle for:void UnloadAudioStream(AudioStream stream)
-
UnloadAudioStream$address
Address for:void UnloadAudioStream(AudioStream stream)
-
UnloadAudioStream
void UnloadAudioStream(AudioStream stream)
-
UpdateAudioStream$descriptor
Function descriptor for:void UpdateAudioStream(AudioStream stream, const void *data, int frameCount)
-
UpdateAudioStream$handle
Downcall method handle for:void UpdateAudioStream(AudioStream stream, const void *data, int frameCount)
-
UpdateAudioStream$address
Address for:void UpdateAudioStream(AudioStream stream, const void *data, int frameCount)
-
UpdateAudioStream
void UpdateAudioStream(AudioStream stream, const void *data, int frameCount)
-
IsAudioStreamProcessed$descriptor
Function descriptor for:bool IsAudioStreamProcessed(AudioStream stream)
-
IsAudioStreamProcessed$handle
Downcall method handle for:bool IsAudioStreamProcessed(AudioStream stream)
-
IsAudioStreamProcessed$address
Address for:bool IsAudioStreamProcessed(AudioStream stream)
-
IsAudioStreamProcessed
bool IsAudioStreamProcessed(AudioStream stream)
-
PlayAudioStream$descriptor
Function descriptor for:void PlayAudioStream(AudioStream stream)
-
PlayAudioStream$handle
Downcall method handle for:void PlayAudioStream(AudioStream stream)
-
PlayAudioStream$address
Address for:void PlayAudioStream(AudioStream stream)
-
PlayAudioStream
void PlayAudioStream(AudioStream stream)
-
PauseAudioStream$descriptor
Function descriptor for:void PauseAudioStream(AudioStream stream)
-
PauseAudioStream$handle
Downcall method handle for:void PauseAudioStream(AudioStream stream)
-
PauseAudioStream$address
Address for:void PauseAudioStream(AudioStream stream)
-
PauseAudioStream
void PauseAudioStream(AudioStream stream)
-
ResumeAudioStream$descriptor
Function descriptor for:void ResumeAudioStream(AudioStream stream)
-
ResumeAudioStream$handle
Downcall method handle for:void ResumeAudioStream(AudioStream stream)
-
ResumeAudioStream$address
Address for:void ResumeAudioStream(AudioStream stream)
-
ResumeAudioStream
void ResumeAudioStream(AudioStream stream)
-
IsAudioStreamPlaying$descriptor
Function descriptor for:bool IsAudioStreamPlaying(AudioStream stream)
-
IsAudioStreamPlaying$handle
Downcall method handle for:bool IsAudioStreamPlaying(AudioStream stream)
-
IsAudioStreamPlaying$address
Address for:bool IsAudioStreamPlaying(AudioStream stream)
-
IsAudioStreamPlaying
bool IsAudioStreamPlaying(AudioStream stream)
-
StopAudioStream$descriptor
Function descriptor for:void StopAudioStream(AudioStream stream)
-
StopAudioStream$handle
Downcall method handle for:void StopAudioStream(AudioStream stream)
-
StopAudioStream$address
Address for:void StopAudioStream(AudioStream stream)
-
StopAudioStream
void StopAudioStream(AudioStream stream)
-
SetAudioStreamVolume$descriptor
Function descriptor for:void SetAudioStreamVolume(AudioStream stream, float volume)
-
SetAudioStreamVolume$handle
Downcall method handle for:void SetAudioStreamVolume(AudioStream stream, float volume)
-
SetAudioStreamVolume$address
Address for:void SetAudioStreamVolume(AudioStream stream, float volume)
-
SetAudioStreamVolume
void SetAudioStreamVolume(AudioStream stream, float volume)
-
SetAudioStreamPitch$descriptor
Function descriptor for:void SetAudioStreamPitch(AudioStream stream, float pitch)
-
SetAudioStreamPitch$handle
Downcall method handle for:void SetAudioStreamPitch(AudioStream stream, float pitch)
-
SetAudioStreamPitch$address
Address for:void SetAudioStreamPitch(AudioStream stream, float pitch)
-
SetAudioStreamPitch
void SetAudioStreamPitch(AudioStream stream, float pitch)
-
SetAudioStreamPan$descriptor
Function descriptor for:void SetAudioStreamPan(AudioStream stream, float pan)
-
SetAudioStreamPan$handle
Downcall method handle for:void SetAudioStreamPan(AudioStream stream, float pan)
-
SetAudioStreamPan$address
Address for:void SetAudioStreamPan(AudioStream stream, float pan)
-
SetAudioStreamPan
void SetAudioStreamPan(AudioStream stream, float pan)
-
SetAudioStreamBufferSizeDefault$descriptor
Function descriptor for:void SetAudioStreamBufferSizeDefault(int size)
-
SetAudioStreamBufferSizeDefault$handle
Downcall method handle for:void SetAudioStreamBufferSizeDefault(int size)
-
SetAudioStreamBufferSizeDefault$address
Address for:void SetAudioStreamBufferSizeDefault(int size)
-
SetAudioStreamBufferSizeDefault
public static void SetAudioStreamBufferSizeDefault(int size) void SetAudioStreamBufferSizeDefault(int size)
-
SetAudioStreamCallback$descriptor
Function descriptor for:void SetAudioStreamCallback(AudioStream stream, AudioCallback callback)
-
SetAudioStreamCallback$handle
Downcall method handle for:void SetAudioStreamCallback(AudioStream stream, AudioCallback callback)
-
SetAudioStreamCallback$address
Address for:void SetAudioStreamCallback(AudioStream stream, AudioCallback callback)
-
SetAudioStreamCallback
void SetAudioStreamCallback(AudioStream stream, AudioCallback callback)
-
AttachAudioStreamProcessor$descriptor
Function descriptor for:void AttachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
-
AttachAudioStreamProcessor$handle
Downcall method handle for:void AttachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
-
AttachAudioStreamProcessor$address
Address for:void AttachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
-
AttachAudioStreamProcessor
void AttachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
-
DetachAudioStreamProcessor$descriptor
Function descriptor for:void DetachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
-
DetachAudioStreamProcessor$handle
Downcall method handle for:void DetachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
-
DetachAudioStreamProcessor$address
Address for:void DetachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
-
DetachAudioStreamProcessor
void DetachAudioStreamProcessor(AudioStream stream, AudioCallback processor)
-
AttachAudioMixedProcessor$descriptor
Function descriptor for:void AttachAudioMixedProcessor(AudioCallback processor)
-
AttachAudioMixedProcessor$handle
Downcall method handle for:void AttachAudioMixedProcessor(AudioCallback processor)
-
AttachAudioMixedProcessor$address
Address for:void AttachAudioMixedProcessor(AudioCallback processor)
-
AttachAudioMixedProcessor
void AttachAudioMixedProcessor(AudioCallback processor)
-
DetachAudioMixedProcessor$descriptor
Function descriptor for:void DetachAudioMixedProcessor(AudioCallback processor)
-
DetachAudioMixedProcessor$handle
Downcall method handle for:void DetachAudioMixedProcessor(AudioCallback processor)
-
DetachAudioMixedProcessor$address
Address for:void DetachAudioMixedProcessor(AudioCallback processor)
-
DetachAudioMixedProcessor
void DetachAudioMixedProcessor(AudioCallback processor)
-
RL_OPENGL_11
public static int RL_OPENGL_11()enum <anonymous>.RL_OPENGL_11 = 1
-
RL_OPENGL_21
public static int RL_OPENGL_21()enum <anonymous>.RL_OPENGL_21 = 2
-
RL_OPENGL_33
public static int RL_OPENGL_33()enum <anonymous>.RL_OPENGL_33 = 3
-
RL_OPENGL_43
public static int RL_OPENGL_43()enum <anonymous>.RL_OPENGL_43 = 4
-
RL_OPENGL_ES_20
public static int RL_OPENGL_ES_20()enum <anonymous>.RL_OPENGL_ES_20 = 5
-
RL_OPENGL_ES_30
public static int RL_OPENGL_ES_30()enum <anonymous>.RL_OPENGL_ES_30 = 6
-
RL_LOG_ALL
public static int RL_LOG_ALL()enum <anonymous>.RL_LOG_ALL = 0
-
RL_LOG_TRACE
public static int RL_LOG_TRACE()enum <anonymous>.RL_LOG_TRACE = 1
-
RL_LOG_DEBUG
public static int RL_LOG_DEBUG()enum <anonymous>.RL_LOG_DEBUG = 2
-
RL_LOG_INFO
public static int RL_LOG_INFO()enum <anonymous>.RL_LOG_INFO = 3
-
RL_LOG_WARNING
public static int RL_LOG_WARNING()enum <anonymous>.RL_LOG_WARNING = 4
-
RL_LOG_ERROR
public static int RL_LOG_ERROR()enum <anonymous>.RL_LOG_ERROR = 5
-
RL_LOG_FATAL
public static int RL_LOG_FATAL()enum <anonymous>.RL_LOG_FATAL = 6
-
RL_LOG_NONE
public static int RL_LOG_NONE()enum <anonymous>.RL_LOG_NONE = 7
-
RL_PIXELFORMAT_UNCOMPRESSED_GRAYSCALE
public static int RL_PIXELFORMAT_UNCOMPRESSED_GRAYSCALE()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_GRAYSCALE = 1
-
RL_PIXELFORMAT_UNCOMPRESSED_GRAY_ALPHA
public static int RL_PIXELFORMAT_UNCOMPRESSED_GRAY_ALPHA()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_GRAY_ALPHA = 2
-
RL_PIXELFORMAT_UNCOMPRESSED_R5G6B5
public static int RL_PIXELFORMAT_UNCOMPRESSED_R5G6B5()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R5G6B5 = 3
-
RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8
public static int RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8 = 4
-
RL_PIXELFORMAT_UNCOMPRESSED_R5G5B5A1
public static int RL_PIXELFORMAT_UNCOMPRESSED_R5G5B5A1()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R5G5B5A1 = 5
-
RL_PIXELFORMAT_UNCOMPRESSED_R4G4B4A4
public static int RL_PIXELFORMAT_UNCOMPRESSED_R4G4B4A4()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R4G4B4A4 = 6
-
RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8A8
public static int RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8A8()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R8G8B8A8 = 7
-
RL_PIXELFORMAT_UNCOMPRESSED_R32
public static int RL_PIXELFORMAT_UNCOMPRESSED_R32()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R32 = 8
-
RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32
public static int RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32 = 9
-
RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32A32
public static int RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32A32()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R32G32B32A32 = 10
-
RL_PIXELFORMAT_UNCOMPRESSED_R16
public static int RL_PIXELFORMAT_UNCOMPRESSED_R16()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R16 = 11
-
RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16
public static int RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16 = 12
-
RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16A16
public static int RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16A16()enum <anonymous>.RL_PIXELFORMAT_UNCOMPRESSED_R16G16B16A16 = 13
-
RL_PIXELFORMAT_COMPRESSED_DXT1_RGB
public static int RL_PIXELFORMAT_COMPRESSED_DXT1_RGB()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_DXT1_RGB = 14
-
RL_PIXELFORMAT_COMPRESSED_DXT1_RGBA
public static int RL_PIXELFORMAT_COMPRESSED_DXT1_RGBA()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_DXT1_RGBA = 15
-
RL_PIXELFORMAT_COMPRESSED_DXT3_RGBA
public static int RL_PIXELFORMAT_COMPRESSED_DXT3_RGBA()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_DXT3_RGBA = 16
-
RL_PIXELFORMAT_COMPRESSED_DXT5_RGBA
public static int RL_PIXELFORMAT_COMPRESSED_DXT5_RGBA()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_DXT5_RGBA = 17
-
RL_PIXELFORMAT_COMPRESSED_ETC1_RGB
public static int RL_PIXELFORMAT_COMPRESSED_ETC1_RGB()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ETC1_RGB = 18
-
RL_PIXELFORMAT_COMPRESSED_ETC2_RGB
public static int RL_PIXELFORMAT_COMPRESSED_ETC2_RGB()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ETC2_RGB = 19
-
RL_PIXELFORMAT_COMPRESSED_ETC2_EAC_RGBA
public static int RL_PIXELFORMAT_COMPRESSED_ETC2_EAC_RGBA()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ETC2_EAC_RGBA = 20
-
RL_PIXELFORMAT_COMPRESSED_PVRT_RGB
public static int RL_PIXELFORMAT_COMPRESSED_PVRT_RGB()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_PVRT_RGB = 21
-
RL_PIXELFORMAT_COMPRESSED_PVRT_RGBA
public static int RL_PIXELFORMAT_COMPRESSED_PVRT_RGBA()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_PVRT_RGBA = 22
-
RL_PIXELFORMAT_COMPRESSED_ASTC_4x4_RGBA
public static int RL_PIXELFORMAT_COMPRESSED_ASTC_4x4_RGBA()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ASTC_4x4_RGBA = 23
-
RL_PIXELFORMAT_COMPRESSED_ASTC_8x8_RGBA
public static int RL_PIXELFORMAT_COMPRESSED_ASTC_8x8_RGBA()enum <anonymous>.RL_PIXELFORMAT_COMPRESSED_ASTC_8x8_RGBA = 24
-
RL_TEXTURE_FILTER_POINT
public static int RL_TEXTURE_FILTER_POINT()enum <anonymous>.RL_TEXTURE_FILTER_POINT = 0
-
RL_TEXTURE_FILTER_BILINEAR
public static int RL_TEXTURE_FILTER_BILINEAR()enum <anonymous>.RL_TEXTURE_FILTER_BILINEAR = 1
-
RL_TEXTURE_FILTER_TRILINEAR
public static int RL_TEXTURE_FILTER_TRILINEAR()enum <anonymous>.RL_TEXTURE_FILTER_TRILINEAR = 2
-
RL_TEXTURE_FILTER_ANISOTROPIC_4X
public static int RL_TEXTURE_FILTER_ANISOTROPIC_4X()enum <anonymous>.RL_TEXTURE_FILTER_ANISOTROPIC_4X = 3
-
RL_TEXTURE_FILTER_ANISOTROPIC_8X
public static int RL_TEXTURE_FILTER_ANISOTROPIC_8X()enum <anonymous>.RL_TEXTURE_FILTER_ANISOTROPIC_8X = 4
-
RL_TEXTURE_FILTER_ANISOTROPIC_16X
public static int RL_TEXTURE_FILTER_ANISOTROPIC_16X()enum <anonymous>.RL_TEXTURE_FILTER_ANISOTROPIC_16X = 5
-
RL_BLEND_ALPHA
public static int RL_BLEND_ALPHA()enum <anonymous>.RL_BLEND_ALPHA = 0
-
RL_BLEND_ADDITIVE
public static int RL_BLEND_ADDITIVE()enum <anonymous>.RL_BLEND_ADDITIVE = 1
-
RL_BLEND_MULTIPLIED
public static int RL_BLEND_MULTIPLIED()enum <anonymous>.RL_BLEND_MULTIPLIED = 2
-
RL_BLEND_ADD_COLORS
public static int RL_BLEND_ADD_COLORS()enum <anonymous>.RL_BLEND_ADD_COLORS = 3
-
RL_BLEND_SUBTRACT_COLORS
public static int RL_BLEND_SUBTRACT_COLORS()enum <anonymous>.RL_BLEND_SUBTRACT_COLORS = 4
-
RL_BLEND_ALPHA_PREMULTIPLY
public static int RL_BLEND_ALPHA_PREMULTIPLY()enum <anonymous>.RL_BLEND_ALPHA_PREMULTIPLY = 5
-
RL_BLEND_CUSTOM
public static int RL_BLEND_CUSTOM()enum <anonymous>.RL_BLEND_CUSTOM = 6
-
RL_BLEND_CUSTOM_SEPARATE
public static int RL_BLEND_CUSTOM_SEPARATE()enum <anonymous>.RL_BLEND_CUSTOM_SEPARATE = 7
-
RL_SHADER_LOC_VERTEX_POSITION
public static int RL_SHADER_LOC_VERTEX_POSITION()enum <anonymous>.RL_SHADER_LOC_VERTEX_POSITION = 0
-
RL_SHADER_LOC_VERTEX_TEXCOORD01
public static int RL_SHADER_LOC_VERTEX_TEXCOORD01()enum <anonymous>.RL_SHADER_LOC_VERTEX_TEXCOORD01 = 1
-
RL_SHADER_LOC_VERTEX_TEXCOORD02
public static int RL_SHADER_LOC_VERTEX_TEXCOORD02()enum <anonymous>.RL_SHADER_LOC_VERTEX_TEXCOORD02 = 2
-
RL_SHADER_LOC_VERTEX_NORMAL
public static int RL_SHADER_LOC_VERTEX_NORMAL()enum <anonymous>.RL_SHADER_LOC_VERTEX_NORMAL = 3
-
RL_SHADER_LOC_VERTEX_TANGENT
public static int RL_SHADER_LOC_VERTEX_TANGENT()enum <anonymous>.RL_SHADER_LOC_VERTEX_TANGENT = 4
-
RL_SHADER_LOC_VERTEX_COLOR
public static int RL_SHADER_LOC_VERTEX_COLOR()enum <anonymous>.RL_SHADER_LOC_VERTEX_COLOR = 5
-
RL_SHADER_LOC_MATRIX_MVP
public static int RL_SHADER_LOC_MATRIX_MVP()enum <anonymous>.RL_SHADER_LOC_MATRIX_MVP = 6
-
RL_SHADER_LOC_MATRIX_VIEW
public static int RL_SHADER_LOC_MATRIX_VIEW()enum <anonymous>.RL_SHADER_LOC_MATRIX_VIEW = 7
-
RL_SHADER_LOC_MATRIX_PROJECTION
public static int RL_SHADER_LOC_MATRIX_PROJECTION()enum <anonymous>.RL_SHADER_LOC_MATRIX_PROJECTION = 8
-
RL_SHADER_LOC_MATRIX_MODEL
public static int RL_SHADER_LOC_MATRIX_MODEL()enum <anonymous>.RL_SHADER_LOC_MATRIX_MODEL = 9
-
RL_SHADER_LOC_MATRIX_NORMAL
public static int RL_SHADER_LOC_MATRIX_NORMAL()enum <anonymous>.RL_SHADER_LOC_MATRIX_NORMAL = 10
-
RL_SHADER_LOC_VECTOR_VIEW
public static int RL_SHADER_LOC_VECTOR_VIEW()enum <anonymous>.RL_SHADER_LOC_VECTOR_VIEW = 11
-
RL_SHADER_LOC_COLOR_DIFFUSE
public static int RL_SHADER_LOC_COLOR_DIFFUSE()enum <anonymous>.RL_SHADER_LOC_COLOR_DIFFUSE = 12
-
RL_SHADER_LOC_COLOR_SPECULAR
public static int RL_SHADER_LOC_COLOR_SPECULAR()enum <anonymous>.RL_SHADER_LOC_COLOR_SPECULAR = 13
-
RL_SHADER_LOC_COLOR_AMBIENT
public static int RL_SHADER_LOC_COLOR_AMBIENT()enum <anonymous>.RL_SHADER_LOC_COLOR_AMBIENT = 14
-
RL_SHADER_LOC_MAP_ALBEDO
public static int RL_SHADER_LOC_MAP_ALBEDO()enum <anonymous>.RL_SHADER_LOC_MAP_ALBEDO = 15
-
RL_SHADER_LOC_MAP_METALNESS
public static int RL_SHADER_LOC_MAP_METALNESS()enum <anonymous>.RL_SHADER_LOC_MAP_METALNESS = 16
-
RL_SHADER_LOC_MAP_NORMAL
public static int RL_SHADER_LOC_MAP_NORMAL()enum <anonymous>.RL_SHADER_LOC_MAP_NORMAL = 17
-
RL_SHADER_LOC_MAP_ROUGHNESS
public static int RL_SHADER_LOC_MAP_ROUGHNESS()enum <anonymous>.RL_SHADER_LOC_MAP_ROUGHNESS = 18
-
RL_SHADER_LOC_MAP_OCCLUSION
public static int RL_SHADER_LOC_MAP_OCCLUSION()enum <anonymous>.RL_SHADER_LOC_MAP_OCCLUSION = 19
-
RL_SHADER_LOC_MAP_EMISSION
public static int RL_SHADER_LOC_MAP_EMISSION()enum <anonymous>.RL_SHADER_LOC_MAP_EMISSION = 20
-
RL_SHADER_LOC_MAP_HEIGHT
public static int RL_SHADER_LOC_MAP_HEIGHT()enum <anonymous>.RL_SHADER_LOC_MAP_HEIGHT = 21
-
RL_SHADER_LOC_MAP_CUBEMAP
public static int RL_SHADER_LOC_MAP_CUBEMAP()enum <anonymous>.RL_SHADER_LOC_MAP_CUBEMAP = 22
-
RL_SHADER_LOC_MAP_IRRADIANCE
public static int RL_SHADER_LOC_MAP_IRRADIANCE()enum <anonymous>.RL_SHADER_LOC_MAP_IRRADIANCE = 23
-
RL_SHADER_LOC_MAP_PREFILTER
public static int RL_SHADER_LOC_MAP_PREFILTER()enum <anonymous>.RL_SHADER_LOC_MAP_PREFILTER = 24
-
RL_SHADER_LOC_MAP_BRDF
public static int RL_SHADER_LOC_MAP_BRDF()enum <anonymous>.RL_SHADER_LOC_MAP_BRDF = 25
-
RL_SHADER_UNIFORM_FLOAT
public static int RL_SHADER_UNIFORM_FLOAT()enum <anonymous>.RL_SHADER_UNIFORM_FLOAT = 0
-
RL_SHADER_UNIFORM_VEC2
public static int RL_SHADER_UNIFORM_VEC2()enum <anonymous>.RL_SHADER_UNIFORM_VEC2 = 1
-
RL_SHADER_UNIFORM_VEC3
public static int RL_SHADER_UNIFORM_VEC3()enum <anonymous>.RL_SHADER_UNIFORM_VEC3 = 2
-
RL_SHADER_UNIFORM_VEC4
public static int RL_SHADER_UNIFORM_VEC4()enum <anonymous>.RL_SHADER_UNIFORM_VEC4 = 3
-
RL_SHADER_UNIFORM_INT
public static int RL_SHADER_UNIFORM_INT()enum <anonymous>.RL_SHADER_UNIFORM_INT = 4
-
RL_SHADER_UNIFORM_IVEC2
public static int RL_SHADER_UNIFORM_IVEC2()enum <anonymous>.RL_SHADER_UNIFORM_IVEC2 = 5
-
RL_SHADER_UNIFORM_IVEC3
public static int RL_SHADER_UNIFORM_IVEC3()enum <anonymous>.RL_SHADER_UNIFORM_IVEC3 = 6
-
RL_SHADER_UNIFORM_IVEC4
public static int RL_SHADER_UNIFORM_IVEC4()enum <anonymous>.RL_SHADER_UNIFORM_IVEC4 = 7
-
RL_SHADER_UNIFORM_UINT
public static int RL_SHADER_UNIFORM_UINT()enum <anonymous>.RL_SHADER_UNIFORM_UINT = 8
-
RL_SHADER_UNIFORM_UIVEC2
public static int RL_SHADER_UNIFORM_UIVEC2()enum <anonymous>.RL_SHADER_UNIFORM_UIVEC2 = 9
-
RL_SHADER_UNIFORM_UIVEC3
public static int RL_SHADER_UNIFORM_UIVEC3()enum <anonymous>.RL_SHADER_UNIFORM_UIVEC3 = 10
-
RL_SHADER_UNIFORM_UIVEC4
public static int RL_SHADER_UNIFORM_UIVEC4()enum <anonymous>.RL_SHADER_UNIFORM_UIVEC4 = 11
-
RL_SHADER_UNIFORM_SAMPLER2D
public static int RL_SHADER_UNIFORM_SAMPLER2D()enum <anonymous>.RL_SHADER_UNIFORM_SAMPLER2D = 12
-
RL_SHADER_ATTRIB_FLOAT
public static int RL_SHADER_ATTRIB_FLOAT()enum <anonymous>.RL_SHADER_ATTRIB_FLOAT = 0
-
RL_SHADER_ATTRIB_VEC2
public static int RL_SHADER_ATTRIB_VEC2()enum <anonymous>.RL_SHADER_ATTRIB_VEC2 = 1
-
RL_SHADER_ATTRIB_VEC3
public static int RL_SHADER_ATTRIB_VEC3()enum <anonymous>.RL_SHADER_ATTRIB_VEC3 = 2
-
RL_SHADER_ATTRIB_VEC4
public static int RL_SHADER_ATTRIB_VEC4()enum <anonymous>.RL_SHADER_ATTRIB_VEC4 = 3
-
RL_ATTACHMENT_COLOR_CHANNEL0
public static int RL_ATTACHMENT_COLOR_CHANNEL0()enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL0 = 0
-
RL_ATTACHMENT_COLOR_CHANNEL1
public static int RL_ATTACHMENT_COLOR_CHANNEL1()enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL1 = 1
-
RL_ATTACHMENT_COLOR_CHANNEL2
public static int RL_ATTACHMENT_COLOR_CHANNEL2()enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL2 = 2
-
RL_ATTACHMENT_COLOR_CHANNEL3
public static int RL_ATTACHMENT_COLOR_CHANNEL3()enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL3 = 3
-
RL_ATTACHMENT_COLOR_CHANNEL4
public static int RL_ATTACHMENT_COLOR_CHANNEL4()enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL4 = 4
-
RL_ATTACHMENT_COLOR_CHANNEL5
public static int RL_ATTACHMENT_COLOR_CHANNEL5()enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL5 = 5
-
RL_ATTACHMENT_COLOR_CHANNEL6
public static int RL_ATTACHMENT_COLOR_CHANNEL6()enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL6 = 6
-
RL_ATTACHMENT_COLOR_CHANNEL7
public static int RL_ATTACHMENT_COLOR_CHANNEL7()enum <anonymous>.RL_ATTACHMENT_COLOR_CHANNEL7 = 7
-
RL_ATTACHMENT_DEPTH
public static int RL_ATTACHMENT_DEPTH()enum <anonymous>.RL_ATTACHMENT_DEPTH = 100
-
RL_ATTACHMENT_STENCIL
public static int RL_ATTACHMENT_STENCIL()enum <anonymous>.RL_ATTACHMENT_STENCIL = 200
-
RL_ATTACHMENT_CUBEMAP_POSITIVE_X
public static int RL_ATTACHMENT_CUBEMAP_POSITIVE_X()enum <anonymous>.RL_ATTACHMENT_CUBEMAP_POSITIVE_X = 0
-
RL_ATTACHMENT_CUBEMAP_NEGATIVE_X
public static int RL_ATTACHMENT_CUBEMAP_NEGATIVE_X()enum <anonymous>.RL_ATTACHMENT_CUBEMAP_NEGATIVE_X = 1
-
RL_ATTACHMENT_CUBEMAP_POSITIVE_Y
public static int RL_ATTACHMENT_CUBEMAP_POSITIVE_Y()enum <anonymous>.RL_ATTACHMENT_CUBEMAP_POSITIVE_Y = 2
-
RL_ATTACHMENT_CUBEMAP_NEGATIVE_Y
public static int RL_ATTACHMENT_CUBEMAP_NEGATIVE_Y()enum <anonymous>.RL_ATTACHMENT_CUBEMAP_NEGATIVE_Y = 3
-
RL_ATTACHMENT_CUBEMAP_POSITIVE_Z
public static int RL_ATTACHMENT_CUBEMAP_POSITIVE_Z()enum <anonymous>.RL_ATTACHMENT_CUBEMAP_POSITIVE_Z = 4
-
RL_ATTACHMENT_CUBEMAP_NEGATIVE_Z
public static int RL_ATTACHMENT_CUBEMAP_NEGATIVE_Z()enum <anonymous>.RL_ATTACHMENT_CUBEMAP_NEGATIVE_Z = 5
-
RL_ATTACHMENT_TEXTURE2D
public static int RL_ATTACHMENT_TEXTURE2D()enum <anonymous>.RL_ATTACHMENT_TEXTURE2D = 100
-
RL_ATTACHMENT_RENDERBUFFER
public static int RL_ATTACHMENT_RENDERBUFFER()enum <anonymous>.RL_ATTACHMENT_RENDERBUFFER = 200
-
RL_CULL_FACE_FRONT
public static int RL_CULL_FACE_FRONT()enum <anonymous>.RL_CULL_FACE_FRONT = 0
-
RL_CULL_FACE_BACK
public static int RL_CULL_FACE_BACK()enum <anonymous>.RL_CULL_FACE_BACK = 1
-
rlMatrixMode$descriptor
Function descriptor for:void rlMatrixMode(int mode)
-
rlMatrixMode$handle
Downcall method handle for:void rlMatrixMode(int mode)
-
rlMatrixMode$address
Address for:void rlMatrixMode(int mode)
-
rlMatrixMode
public static void rlMatrixMode(int mode) void rlMatrixMode(int mode)
-
rlPushMatrix$descriptor
Function descriptor for:void rlPushMatrix()
-
rlPushMatrix$handle
Downcall method handle for:void rlPushMatrix()
-
rlPushMatrix$address
Address for:void rlPushMatrix()
-
rlPushMatrix
public static void rlPushMatrix()void rlPushMatrix()
-
rlPopMatrix$descriptor
Function descriptor for:void rlPopMatrix()
-
rlPopMatrix$handle
Downcall method handle for:void rlPopMatrix()
-
rlPopMatrix$address
Address for:void rlPopMatrix()
-
rlPopMatrix
public static void rlPopMatrix()void rlPopMatrix()
-
rlLoadIdentity$descriptor
Function descriptor for:void rlLoadIdentity()
-
rlLoadIdentity$handle
Downcall method handle for:void rlLoadIdentity()
-
rlLoadIdentity$address
Address for:void rlLoadIdentity()
-
rlLoadIdentity
public static void rlLoadIdentity()void rlLoadIdentity()
-
rlTranslatef$descriptor
Function descriptor for:void rlTranslatef(float x, float y, float z)
-
rlTranslatef$handle
Downcall method handle for:void rlTranslatef(float x, float y, float z)
-
rlTranslatef$address
Address for:void rlTranslatef(float x, float y, float z)
-
rlTranslatef
public static void rlTranslatef(float x, float y, float z) void rlTranslatef(float x, float y, float z)
-
rlRotatef$descriptor
Function descriptor for:void rlRotatef(float angle, float x, float y, float z)
-
rlRotatef$handle
Downcall method handle for:void rlRotatef(float angle, float x, float y, float z)
-
rlRotatef$address
Address for:void rlRotatef(float angle, float x, float y, float z)
-
rlRotatef
public static void rlRotatef(float angle, float x, float y, float z) void rlRotatef(float angle, float x, float y, float z)
-
rlScalef$descriptor
Function descriptor for:void rlScalef(float x, float y, float z)
-
rlScalef$handle
Downcall method handle for:void rlScalef(float x, float y, float z)
-
rlScalef$address
Address for:void rlScalef(float x, float y, float z)
-
rlScalef
public static void rlScalef(float x, float y, float z) void rlScalef(float x, float y, float z)
-
rlMultMatrixf$descriptor
Function descriptor for:void rlMultMatrixf(const float *matf)
-
rlMultMatrixf$handle
Downcall method handle for:void rlMultMatrixf(const float *matf)
-
rlMultMatrixf$address
Address for:void rlMultMatrixf(const float *matf)
-
rlMultMatrixf
void rlMultMatrixf(const float *matf)
-
rlFrustum$descriptor
Function descriptor for:void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar)
-
rlFrustum$handle
Downcall method handle for:void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar)
-
rlFrustum$address
Address for:void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar)
-
rlFrustum
public static void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar) void rlFrustum(double left, double right, double bottom, double top, double znear, double zfar)
-
rlOrtho$descriptor
Function descriptor for:void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar)
-
rlOrtho$handle
Downcall method handle for:void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar)
-
rlOrtho$address
Address for:void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar)
-
rlOrtho
public static void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar) void rlOrtho(double left, double right, double bottom, double top, double znear, double zfar)
-
rlViewport$descriptor
Function descriptor for:void rlViewport(int x, int y, int width, int height)
-
rlViewport$handle
Downcall method handle for:void rlViewport(int x, int y, int width, int height)
-
rlViewport$address
Address for:void rlViewport(int x, int y, int width, int height)
-
rlViewport
public static void rlViewport(int x, int y, int width, int height) void rlViewport(int x, int y, int width, int height)
-
rlSetClipPlanes$descriptor
Function descriptor for:void rlSetClipPlanes(double nearPlane, double farPlane)
-
rlSetClipPlanes$handle
Downcall method handle for:void rlSetClipPlanes(double nearPlane, double farPlane)
-
rlSetClipPlanes$address
Address for:void rlSetClipPlanes(double nearPlane, double farPlane)
-
rlSetClipPlanes
public static void rlSetClipPlanes(double nearPlane, double farPlane) void rlSetClipPlanes(double nearPlane, double farPlane)
-
rlGetCullDistanceNear$descriptor
Function descriptor for:double rlGetCullDistanceNear()
-
rlGetCullDistanceNear$handle
Downcall method handle for:double rlGetCullDistanceNear()
-
rlGetCullDistanceNear$address
Address for:double rlGetCullDistanceNear()
-
rlGetCullDistanceNear
public static double rlGetCullDistanceNear()double rlGetCullDistanceNear()
-
rlGetCullDistanceFar$descriptor
Function descriptor for:double rlGetCullDistanceFar()
-
rlGetCullDistanceFar$handle
Downcall method handle for:double rlGetCullDistanceFar()
-
rlGetCullDistanceFar$address
Address for:double rlGetCullDistanceFar()
-
rlGetCullDistanceFar
public static double rlGetCullDistanceFar()double rlGetCullDistanceFar()
-
rlBegin$descriptor
Function descriptor for:void rlBegin(int mode)
-
rlBegin$handle
Downcall method handle for:void rlBegin(int mode)
-
rlBegin$address
Address for:void rlBegin(int mode)
-
rlBegin
public static void rlBegin(int mode) void rlBegin(int mode)
-
rlEnd$descriptor
Function descriptor for:void rlEnd()
-
rlEnd$handle
Downcall method handle for:void rlEnd()
-
rlEnd$address
Address for:void rlEnd()
-
rlEnd
public static void rlEnd()void rlEnd()
-
rlVertex2i$descriptor
Function descriptor for:void rlVertex2i(int x, int y)
-
rlVertex2i$handle
Downcall method handle for:void rlVertex2i(int x, int y)
-
rlVertex2i$address
Address for:void rlVertex2i(int x, int y)
-
rlVertex2i
public static void rlVertex2i(int x, int y) void rlVertex2i(int x, int y)
-
rlVertex2f$descriptor
Function descriptor for:void rlVertex2f(float x, float y)
-
rlVertex2f$handle
Downcall method handle for:void rlVertex2f(float x, float y)
-
rlVertex2f$address
Address for:void rlVertex2f(float x, float y)
-
rlVertex2f
public static void rlVertex2f(float x, float y) void rlVertex2f(float x, float y)
-
rlVertex3f$descriptor
Function descriptor for:void rlVertex3f(float x, float y, float z)
-
rlVertex3f$handle
Downcall method handle for:void rlVertex3f(float x, float y, float z)
-
rlVertex3f$address
Address for:void rlVertex3f(float x, float y, float z)
-
rlVertex3f
public static void rlVertex3f(float x, float y, float z) void rlVertex3f(float x, float y, float z)
-
rlTexCoord2f$descriptor
Function descriptor for:void rlTexCoord2f(float x, float y)
-
rlTexCoord2f$handle
Downcall method handle for:void rlTexCoord2f(float x, float y)
-
rlTexCoord2f$address
Address for:void rlTexCoord2f(float x, float y)
-
rlTexCoord2f
public static void rlTexCoord2f(float x, float y) void rlTexCoord2f(float x, float y)
-
rlNormal3f$descriptor
Function descriptor for:void rlNormal3f(float x, float y, float z)
-
rlNormal3f$handle
Downcall method handle for:void rlNormal3f(float x, float y, float z)
-
rlNormal3f$address
Address for:void rlNormal3f(float x, float y, float z)
-
rlNormal3f
public static void rlNormal3f(float x, float y, float z) void rlNormal3f(float x, float y, float z)
-
rlColor4ub$descriptor
Function descriptor for:void rlColor4ub(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
-
rlColor4ub$handle
Downcall method handle for:void rlColor4ub(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
-
rlColor4ub$address
Address for:void rlColor4ub(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
-
rlColor4ub
public static void rlColor4ub(byte r, byte g, byte b, byte a) void rlColor4ub(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
-
rlColor3f$descriptor
Function descriptor for:void rlColor3f(float x, float y, float z)
-
rlColor3f$handle
Downcall method handle for:void rlColor3f(float x, float y, float z)
-
rlColor3f$address
Address for:void rlColor3f(float x, float y, float z)
-
rlColor3f
public static void rlColor3f(float x, float y, float z) void rlColor3f(float x, float y, float z)
-
rlColor4f$descriptor
Function descriptor for:void rlColor4f(float x, float y, float z, float w)
-
rlColor4f$handle
Downcall method handle for:void rlColor4f(float x, float y, float z, float w)
-
rlColor4f$address
Address for:void rlColor4f(float x, float y, float z, float w)
-
rlColor4f
public static void rlColor4f(float x, float y, float z, float w) void rlColor4f(float x, float y, float z, float w)
-
rlEnableVertexArray$descriptor
Function descriptor for:bool rlEnableVertexArray(unsigned int vaoId)
-
rlEnableVertexArray$handle
Downcall method handle for:bool rlEnableVertexArray(unsigned int vaoId)
-
rlEnableVertexArray$address
Address for:bool rlEnableVertexArray(unsigned int vaoId)
-
rlEnableVertexArray
public static boolean rlEnableVertexArray(int vaoId) bool rlEnableVertexArray(unsigned int vaoId)
-
rlDisableVertexArray$descriptor
Function descriptor for:void rlDisableVertexArray()
-
rlDisableVertexArray$handle
Downcall method handle for:void rlDisableVertexArray()
-
rlDisableVertexArray$address
Address for:void rlDisableVertexArray()
-
rlDisableVertexArray
public static void rlDisableVertexArray()void rlDisableVertexArray()
-
rlEnableVertexBuffer$descriptor
Function descriptor for:void rlEnableVertexBuffer(unsigned int id)
-
rlEnableVertexBuffer$handle
Downcall method handle for:void rlEnableVertexBuffer(unsigned int id)
-
rlEnableVertexBuffer$address
Address for:void rlEnableVertexBuffer(unsigned int id)
-
rlEnableVertexBuffer
public static void rlEnableVertexBuffer(int id) void rlEnableVertexBuffer(unsigned int id)
-
rlDisableVertexBuffer$descriptor
Function descriptor for:void rlDisableVertexBuffer()
-
rlDisableVertexBuffer$handle
Downcall method handle for:void rlDisableVertexBuffer()
-
rlDisableVertexBuffer$address
Address for:void rlDisableVertexBuffer()
-
rlDisableVertexBuffer
public static void rlDisableVertexBuffer()void rlDisableVertexBuffer()
-
rlEnableVertexBufferElement$descriptor
Function descriptor for:void rlEnableVertexBufferElement(unsigned int id)
-
rlEnableVertexBufferElement$handle
Downcall method handle for:void rlEnableVertexBufferElement(unsigned int id)
-
rlEnableVertexBufferElement$address
Address for:void rlEnableVertexBufferElement(unsigned int id)
-
rlEnableVertexBufferElement
public static void rlEnableVertexBufferElement(int id) void rlEnableVertexBufferElement(unsigned int id)
-
rlDisableVertexBufferElement$descriptor
Function descriptor for:void rlDisableVertexBufferElement()
-
rlDisableVertexBufferElement$handle
Downcall method handle for:void rlDisableVertexBufferElement()
-
rlDisableVertexBufferElement$address
Address for:void rlDisableVertexBufferElement()
-
rlDisableVertexBufferElement
public static void rlDisableVertexBufferElement()void rlDisableVertexBufferElement()
-
rlEnableVertexAttribute$descriptor
Function descriptor for:void rlEnableVertexAttribute(unsigned int index)
-
rlEnableVertexAttribute$handle
Downcall method handle for:void rlEnableVertexAttribute(unsigned int index)
-
rlEnableVertexAttribute$address
Address for:void rlEnableVertexAttribute(unsigned int index)
-
rlEnableVertexAttribute
public static void rlEnableVertexAttribute(int index) void rlEnableVertexAttribute(unsigned int index)
-
rlDisableVertexAttribute$descriptor
Function descriptor for:void rlDisableVertexAttribute(unsigned int index)
-
rlDisableVertexAttribute$handle
Downcall method handle for:void rlDisableVertexAttribute(unsigned int index)
-
rlDisableVertexAttribute$address
Address for:void rlDisableVertexAttribute(unsigned int index)
-
rlDisableVertexAttribute
public static void rlDisableVertexAttribute(int index) void rlDisableVertexAttribute(unsigned int index)
-
rlActiveTextureSlot$descriptor
Function descriptor for:void rlActiveTextureSlot(int slot)
-
rlActiveTextureSlot$handle
Downcall method handle for:void rlActiveTextureSlot(int slot)
-
rlActiveTextureSlot$address
Address for:void rlActiveTextureSlot(int slot)
-
rlActiveTextureSlot
public static void rlActiveTextureSlot(int slot) void rlActiveTextureSlot(int slot)
-
rlEnableTexture$descriptor
Function descriptor for:void rlEnableTexture(unsigned int id)
-
rlEnableTexture$handle
Downcall method handle for:void rlEnableTexture(unsigned int id)
-
rlEnableTexture$address
Address for:void rlEnableTexture(unsigned int id)
-
rlEnableTexture
public static void rlEnableTexture(int id) void rlEnableTexture(unsigned int id)
-
rlDisableTexture$descriptor
Function descriptor for:void rlDisableTexture()
-
rlDisableTexture$handle
Downcall method handle for:void rlDisableTexture()
-
rlDisableTexture$address
Address for:void rlDisableTexture()
-
rlDisableTexture
public static void rlDisableTexture()void rlDisableTexture()
-
rlEnableTextureCubemap$descriptor
Function descriptor for:void rlEnableTextureCubemap(unsigned int id)
-
rlEnableTextureCubemap$handle
Downcall method handle for:void rlEnableTextureCubemap(unsigned int id)
-
rlEnableTextureCubemap$address
Address for:void rlEnableTextureCubemap(unsigned int id)
-
rlEnableTextureCubemap
public static void rlEnableTextureCubemap(int id) void rlEnableTextureCubemap(unsigned int id)
-
rlDisableTextureCubemap$descriptor
Function descriptor for:void rlDisableTextureCubemap()
-
rlDisableTextureCubemap$handle
Downcall method handle for:void rlDisableTextureCubemap()
-
rlDisableTextureCubemap$address
Address for:void rlDisableTextureCubemap()
-
rlDisableTextureCubemap
public static void rlDisableTextureCubemap()void rlDisableTextureCubemap()
-
rlTextureParameters$descriptor
Function descriptor for:void rlTextureParameters(unsigned int id, int param, int value)
-
rlTextureParameters$handle
Downcall method handle for:void rlTextureParameters(unsigned int id, int param, int value)
-
rlTextureParameters$address
Address for:void rlTextureParameters(unsigned int id, int param, int value)
-
rlTextureParameters
public static void rlTextureParameters(int id, int param, int value) void rlTextureParameters(unsigned int id, int param, int value)
-
rlCubemapParameters$descriptor
Function descriptor for:void rlCubemapParameters(unsigned int id, int param, int value)
-
rlCubemapParameters$handle
Downcall method handle for:void rlCubemapParameters(unsigned int id, int param, int value)
-
rlCubemapParameters$address
Address for:void rlCubemapParameters(unsigned int id, int param, int value)
-
rlCubemapParameters
public static void rlCubemapParameters(int id, int param, int value) void rlCubemapParameters(unsigned int id, int param, int value)
-
rlEnableShader$descriptor
Function descriptor for:void rlEnableShader(unsigned int id)
-
rlEnableShader$handle
Downcall method handle for:void rlEnableShader(unsigned int id)
-
rlEnableShader$address
Address for:void rlEnableShader(unsigned int id)
-
rlEnableShader
public static void rlEnableShader(int id) void rlEnableShader(unsigned int id)
-
rlDisableShader$descriptor
Function descriptor for:void rlDisableShader()
-
rlDisableShader$handle
Downcall method handle for:void rlDisableShader()
-
rlDisableShader$address
Address for:void rlDisableShader()
-
rlDisableShader
public static void rlDisableShader()void rlDisableShader()
-
rlEnableFramebuffer$descriptor
Function descriptor for:void rlEnableFramebuffer(unsigned int id)
-
rlEnableFramebuffer$handle
Downcall method handle for:void rlEnableFramebuffer(unsigned int id)
-
rlEnableFramebuffer$address
Address for:void rlEnableFramebuffer(unsigned int id)
-
rlEnableFramebuffer
public static void rlEnableFramebuffer(int id) void rlEnableFramebuffer(unsigned int id)
-
rlDisableFramebuffer$descriptor
Function descriptor for:void rlDisableFramebuffer()
-
rlDisableFramebuffer$handle
Downcall method handle for:void rlDisableFramebuffer()
-
rlDisableFramebuffer$address
Address for:void rlDisableFramebuffer()
-
rlDisableFramebuffer
public static void rlDisableFramebuffer()void rlDisableFramebuffer()
-
rlGetActiveFramebuffer$descriptor
Function descriptor for:unsigned int rlGetActiveFramebuffer()
-
rlGetActiveFramebuffer$handle
Downcall method handle for:unsigned int rlGetActiveFramebuffer()
-
rlGetActiveFramebuffer$address
Address for:unsigned int rlGetActiveFramebuffer()
-
rlGetActiveFramebuffer
public static int rlGetActiveFramebuffer()unsigned int rlGetActiveFramebuffer()
-
rlActiveDrawBuffers$descriptor
Function descriptor for:void rlActiveDrawBuffers(int count)
-
rlActiveDrawBuffers$handle
Downcall method handle for:void rlActiveDrawBuffers(int count)
-
rlActiveDrawBuffers$address
Address for:void rlActiveDrawBuffers(int count)
-
rlActiveDrawBuffers
public static void rlActiveDrawBuffers(int count) void rlActiveDrawBuffers(int count)
-
rlBlitFramebuffer$descriptor
Function descriptor for:void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask)
-
rlBlitFramebuffer$handle
Downcall method handle for:void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask)
-
rlBlitFramebuffer$address
Address for:void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask)
-
rlBlitFramebuffer
public static void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask) void rlBlitFramebuffer(int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, int bufferMask)
-
rlBindFramebuffer$descriptor
Function descriptor for:void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
-
rlBindFramebuffer$handle
Downcall method handle for:void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
-
rlBindFramebuffer$address
Address for:void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
-
rlBindFramebuffer
public static void rlBindFramebuffer(int target, int framebuffer) void rlBindFramebuffer(unsigned int target, unsigned int framebuffer)
-
rlEnableColorBlend$descriptor
Function descriptor for:void rlEnableColorBlend()
-
rlEnableColorBlend$handle
Downcall method handle for:void rlEnableColorBlend()
-
rlEnableColorBlend$address
Address for:void rlEnableColorBlend()
-
rlEnableColorBlend
public static void rlEnableColorBlend()void rlEnableColorBlend()
-
rlDisableColorBlend$descriptor
Function descriptor for:void rlDisableColorBlend()
-
rlDisableColorBlend$handle
Downcall method handle for:void rlDisableColorBlend()
-
rlDisableColorBlend$address
Address for:void rlDisableColorBlend()
-
rlDisableColorBlend
public static void rlDisableColorBlend()void rlDisableColorBlend()
-
rlEnableDepthTest$descriptor
Function descriptor for:void rlEnableDepthTest()
-
rlEnableDepthTest$handle
Downcall method handle for:void rlEnableDepthTest()
-
rlEnableDepthTest$address
Address for:void rlEnableDepthTest()
-
rlEnableDepthTest
public static void rlEnableDepthTest()void rlEnableDepthTest()
-
rlDisableDepthTest$descriptor
Function descriptor for:void rlDisableDepthTest()
-
rlDisableDepthTest$handle
Downcall method handle for:void rlDisableDepthTest()
-
rlDisableDepthTest$address
Address for:void rlDisableDepthTest()
-
rlDisableDepthTest
public static void rlDisableDepthTest()void rlDisableDepthTest()
-
rlEnableDepthMask$descriptor
Function descriptor for:void rlEnableDepthMask()
-
rlEnableDepthMask$handle
Downcall method handle for:void rlEnableDepthMask()
-
rlEnableDepthMask$address
Address for:void rlEnableDepthMask()
-
rlEnableDepthMask
public static void rlEnableDepthMask()void rlEnableDepthMask()
-
rlDisableDepthMask$descriptor
Function descriptor for:void rlDisableDepthMask()
-
rlDisableDepthMask$handle
Downcall method handle for:void rlDisableDepthMask()
-
rlDisableDepthMask$address
Address for:void rlDisableDepthMask()
-
rlDisableDepthMask
public static void rlDisableDepthMask()void rlDisableDepthMask()
-
rlEnableBackfaceCulling$descriptor
Function descriptor for:void rlEnableBackfaceCulling()
-
rlEnableBackfaceCulling$handle
Downcall method handle for:void rlEnableBackfaceCulling()
-
rlEnableBackfaceCulling$address
Address for:void rlEnableBackfaceCulling()
-
rlEnableBackfaceCulling
public static void rlEnableBackfaceCulling()void rlEnableBackfaceCulling()
-
rlDisableBackfaceCulling$descriptor
Function descriptor for:void rlDisableBackfaceCulling()
-
rlDisableBackfaceCulling$handle
Downcall method handle for:void rlDisableBackfaceCulling()
-
rlDisableBackfaceCulling$address
Address for:void rlDisableBackfaceCulling()
-
rlDisableBackfaceCulling
public static void rlDisableBackfaceCulling()void rlDisableBackfaceCulling()
-
rlColorMask$descriptor
Function descriptor for:void rlColorMask(bool r, bool g, bool b, bool a)
-
rlColorMask$handle
Downcall method handle for:void rlColorMask(bool r, bool g, bool b, bool a)
-
rlColorMask$address
Address for:void rlColorMask(bool r, bool g, bool b, bool a)
-
rlColorMask
public static void rlColorMask(boolean r, boolean g, boolean b, boolean a) void rlColorMask(bool r, bool g, bool b, bool a)
-
rlSetCullFace$descriptor
Function descriptor for:void rlSetCullFace(int mode)
-
rlSetCullFace$handle
Downcall method handle for:void rlSetCullFace(int mode)
-
rlSetCullFace$address
Address for:void rlSetCullFace(int mode)
-
rlSetCullFace
public static void rlSetCullFace(int mode) void rlSetCullFace(int mode)
-
rlEnableScissorTest$descriptor
Function descriptor for:void rlEnableScissorTest()
-
rlEnableScissorTest$handle
Downcall method handle for:void rlEnableScissorTest()
-
rlEnableScissorTest$address
Address for:void rlEnableScissorTest()
-
rlEnableScissorTest
public static void rlEnableScissorTest()void rlEnableScissorTest()
-
rlDisableScissorTest$descriptor
Function descriptor for:void rlDisableScissorTest()
-
rlDisableScissorTest$handle
Downcall method handle for:void rlDisableScissorTest()
-
rlDisableScissorTest$address
Address for:void rlDisableScissorTest()
-
rlDisableScissorTest
public static void rlDisableScissorTest()void rlDisableScissorTest()
-
rlScissor$descriptor
Function descriptor for:void rlScissor(int x, int y, int width, int height)
-
rlScissor$handle
Downcall method handle for:void rlScissor(int x, int y, int width, int height)
-
rlScissor$address
Address for:void rlScissor(int x, int y, int width, int height)
-
rlScissor
public static void rlScissor(int x, int y, int width, int height) void rlScissor(int x, int y, int width, int height)
-
rlEnableWireMode$descriptor
Function descriptor for:void rlEnableWireMode()
-
rlEnableWireMode$handle
Downcall method handle for:void rlEnableWireMode()
-
rlEnableWireMode$address
Address for:void rlEnableWireMode()
-
rlEnableWireMode
public static void rlEnableWireMode()void rlEnableWireMode()
-
rlEnablePointMode$descriptor
Function descriptor for:void rlEnablePointMode()
-
rlEnablePointMode$handle
Downcall method handle for:void rlEnablePointMode()
-
rlEnablePointMode$address
Address for:void rlEnablePointMode()
-
rlEnablePointMode
public static void rlEnablePointMode()void rlEnablePointMode()
-
rlDisableWireMode$descriptor
Function descriptor for:void rlDisableWireMode()
-
rlDisableWireMode$handle
Downcall method handle for:void rlDisableWireMode()
-
rlDisableWireMode$address
Address for:void rlDisableWireMode()
-
rlDisableWireMode
public static void rlDisableWireMode()void rlDisableWireMode()
-
rlSetLineWidth$descriptor
Function descriptor for:void rlSetLineWidth(float width)
-
rlSetLineWidth$handle
Downcall method handle for:void rlSetLineWidth(float width)
-
rlSetLineWidth$address
Address for:void rlSetLineWidth(float width)
-
rlSetLineWidth
public static void rlSetLineWidth(float width) void rlSetLineWidth(float width)
-
rlGetLineWidth$descriptor
Function descriptor for:float rlGetLineWidth()
-
rlGetLineWidth$handle
Downcall method handle for:float rlGetLineWidth()
-
rlGetLineWidth$address
Address for:float rlGetLineWidth()
-
rlGetLineWidth
public static float rlGetLineWidth()float rlGetLineWidth()
-
rlEnableSmoothLines$descriptor
Function descriptor for:void rlEnableSmoothLines()
-
rlEnableSmoothLines$handle
Downcall method handle for:void rlEnableSmoothLines()
-
rlEnableSmoothLines$address
Address for:void rlEnableSmoothLines()
-
rlEnableSmoothLines
public static void rlEnableSmoothLines()void rlEnableSmoothLines()
-
rlDisableSmoothLines$descriptor
Function descriptor for:void rlDisableSmoothLines()
-
rlDisableSmoothLines$handle
Downcall method handle for:void rlDisableSmoothLines()
-
rlDisableSmoothLines$address
Address for:void rlDisableSmoothLines()
-
rlDisableSmoothLines
public static void rlDisableSmoothLines()void rlDisableSmoothLines()
-
rlEnableStereoRender$descriptor
Function descriptor for:void rlEnableStereoRender()
-
rlEnableStereoRender$handle
Downcall method handle for:void rlEnableStereoRender()
-
rlEnableStereoRender$address
Address for:void rlEnableStereoRender()
-
rlEnableStereoRender
public static void rlEnableStereoRender()void rlEnableStereoRender()
-
rlDisableStereoRender$descriptor
Function descriptor for:void rlDisableStereoRender()
-
rlDisableStereoRender$handle
Downcall method handle for:void rlDisableStereoRender()
-
rlDisableStereoRender$address
Address for:void rlDisableStereoRender()
-
rlDisableStereoRender
public static void rlDisableStereoRender()void rlDisableStereoRender()
-
rlIsStereoRenderEnabled$descriptor
Function descriptor for:bool rlIsStereoRenderEnabled()
-
rlIsStereoRenderEnabled$handle
Downcall method handle for:bool rlIsStereoRenderEnabled()
-
rlIsStereoRenderEnabled$address
Address for:bool rlIsStereoRenderEnabled()
-
rlIsStereoRenderEnabled
public static boolean rlIsStereoRenderEnabled()bool rlIsStereoRenderEnabled()
-
rlClearColor$descriptor
Function descriptor for:void rlClearColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
-
rlClearColor$handle
Downcall method handle for:void rlClearColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
-
rlClearColor$address
Address for:void rlClearColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
-
rlClearColor
public static void rlClearColor(byte r, byte g, byte b, byte a) void rlClearColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
-
rlClearScreenBuffers$descriptor
Function descriptor for:void rlClearScreenBuffers()
-
rlClearScreenBuffers$handle
Downcall method handle for:void rlClearScreenBuffers()
-
rlClearScreenBuffers$address
Address for:void rlClearScreenBuffers()
-
rlClearScreenBuffers
public static void rlClearScreenBuffers()void rlClearScreenBuffers()
-
rlCheckErrors$descriptor
Function descriptor for:void rlCheckErrors()
-
rlCheckErrors$handle
Downcall method handle for:void rlCheckErrors()
-
rlCheckErrors$address
Address for:void rlCheckErrors()
-
rlCheckErrors
public static void rlCheckErrors()void rlCheckErrors()
-
rlSetBlendMode$descriptor
Function descriptor for:void rlSetBlendMode(int mode)
-
rlSetBlendMode$handle
Downcall method handle for:void rlSetBlendMode(int mode)
-
rlSetBlendMode$address
Address for:void rlSetBlendMode(int mode)
-
rlSetBlendMode
public static void rlSetBlendMode(int mode) void rlSetBlendMode(int mode)
-
rlSetBlendFactors$descriptor
Function descriptor for:void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation)
-
rlSetBlendFactors$handle
Downcall method handle for:void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation)
-
rlSetBlendFactors$address
Address for:void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation)
-
rlSetBlendFactors
public static void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation) void rlSetBlendFactors(int glSrcFactor, int glDstFactor, int glEquation)
-
rlSetBlendFactorsSeparate$descriptor
Function descriptor for:void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha)
-
rlSetBlendFactorsSeparate$handle
Downcall method handle for:void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha)
-
rlSetBlendFactorsSeparate$address
Address for:void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha)
-
rlSetBlendFactorsSeparate
public static void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha) void rlSetBlendFactorsSeparate(int glSrcRGB, int glDstRGB, int glSrcAlpha, int glDstAlpha, int glEqRGB, int glEqAlpha)
-
rlglInit$descriptor
Function descriptor for:void rlglInit(int width, int height)
-
rlglInit$handle
Downcall method handle for:void rlglInit(int width, int height)
-
rlglInit$address
Address for:void rlglInit(int width, int height)
-
rlglInit
public static void rlglInit(int width, int height) void rlglInit(int width, int height)
-
rlglClose$descriptor
Function descriptor for:void rlglClose()
-
rlglClose$handle
Downcall method handle for:void rlglClose()
-
rlglClose$address
Address for:void rlglClose()
-
rlglClose
public static void rlglClose()void rlglClose()
-
rlLoadExtensions$descriptor
Function descriptor for:void rlLoadExtensions(void *loader)
-
rlLoadExtensions$handle
Downcall method handle for:void rlLoadExtensions(void *loader)
-
rlLoadExtensions$address
Address for:void rlLoadExtensions(void *loader)
-
rlLoadExtensions
void rlLoadExtensions(void *loader)
-
rlGetVersion$descriptor
Function descriptor for:int rlGetVersion()
-
rlGetVersion$handle
Downcall method handle for:int rlGetVersion()
-
rlGetVersion$address
Address for:int rlGetVersion()
-
rlGetVersion
public static int rlGetVersion()int rlGetVersion()
-
rlSetFramebufferWidth$descriptor
Function descriptor for:void rlSetFramebufferWidth(int width)
-
rlSetFramebufferWidth$handle
Downcall method handle for:void rlSetFramebufferWidth(int width)
-
rlSetFramebufferWidth$address
Address for:void rlSetFramebufferWidth(int width)
-
rlSetFramebufferWidth
public static void rlSetFramebufferWidth(int width) void rlSetFramebufferWidth(int width)
-
rlGetFramebufferWidth$descriptor
Function descriptor for:int rlGetFramebufferWidth()
-
rlGetFramebufferWidth$handle
Downcall method handle for:int rlGetFramebufferWidth()
-
rlGetFramebufferWidth$address
Address for:int rlGetFramebufferWidth()
-
rlGetFramebufferWidth
public static int rlGetFramebufferWidth()int rlGetFramebufferWidth()
-
rlSetFramebufferHeight$descriptor
Function descriptor for:void rlSetFramebufferHeight(int height)
-
rlSetFramebufferHeight$handle
Downcall method handle for:void rlSetFramebufferHeight(int height)
-
rlSetFramebufferHeight$address
Address for:void rlSetFramebufferHeight(int height)
-
rlSetFramebufferHeight
public static void rlSetFramebufferHeight(int height) void rlSetFramebufferHeight(int height)
-
rlGetFramebufferHeight$descriptor
Function descriptor for:int rlGetFramebufferHeight()
-
rlGetFramebufferHeight$handle
Downcall method handle for:int rlGetFramebufferHeight()
-
rlGetFramebufferHeight$address
Address for:int rlGetFramebufferHeight()
-
rlGetFramebufferHeight
public static int rlGetFramebufferHeight()int rlGetFramebufferHeight()
-
rlGetTextureIdDefault$descriptor
Function descriptor for:unsigned int rlGetTextureIdDefault()
-
rlGetTextureIdDefault$handle
Downcall method handle for:unsigned int rlGetTextureIdDefault()
-
rlGetTextureIdDefault$address
Address for:unsigned int rlGetTextureIdDefault()
-
rlGetTextureIdDefault
public static int rlGetTextureIdDefault()unsigned int rlGetTextureIdDefault()
-
rlGetShaderIdDefault$descriptor
Function descriptor for:unsigned int rlGetShaderIdDefault()
-
rlGetShaderIdDefault$handle
Downcall method handle for:unsigned int rlGetShaderIdDefault()
-
rlGetShaderIdDefault$address
Address for:unsigned int rlGetShaderIdDefault()
-
rlGetShaderIdDefault
public static int rlGetShaderIdDefault()unsigned int rlGetShaderIdDefault()
-
rlGetShaderLocsDefault$descriptor
Function descriptor for:int *rlGetShaderLocsDefault()
-
rlGetShaderLocsDefault$handle
Downcall method handle for:int *rlGetShaderLocsDefault()
-
rlGetShaderLocsDefault$address
Address for:int *rlGetShaderLocsDefault()
-
rlGetShaderLocsDefault
int *rlGetShaderLocsDefault()
-
rlLoadRenderBatch$descriptor
Function descriptor for:rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements)
-
rlLoadRenderBatch$handle
Downcall method handle for:rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements)
-
rlLoadRenderBatch$address
Address for:rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements)
-
rlLoadRenderBatch
public static MemorySegment rlLoadRenderBatch(SegmentAllocator allocator, int numBuffers, int bufferElements) rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements)
-
rlUnloadRenderBatch$descriptor
Function descriptor for:void rlUnloadRenderBatch(rlRenderBatch batch)
-
rlUnloadRenderBatch$handle
Downcall method handle for:void rlUnloadRenderBatch(rlRenderBatch batch)
-
rlUnloadRenderBatch$address
Address for:void rlUnloadRenderBatch(rlRenderBatch batch)
-
rlUnloadRenderBatch
void rlUnloadRenderBatch(rlRenderBatch batch)
-
rlDrawRenderBatch$descriptor
Function descriptor for:void rlDrawRenderBatch(rlRenderBatch *batch)
-
rlDrawRenderBatch$handle
Downcall method handle for:void rlDrawRenderBatch(rlRenderBatch *batch)
-
rlDrawRenderBatch$address
Address for:void rlDrawRenderBatch(rlRenderBatch *batch)
-
rlDrawRenderBatch
void rlDrawRenderBatch(rlRenderBatch *batch)
-
rlSetRenderBatchActive$descriptor
Function descriptor for:void rlSetRenderBatchActive(rlRenderBatch *batch)
-
rlSetRenderBatchActive$handle
Downcall method handle for:void rlSetRenderBatchActive(rlRenderBatch *batch)
-
rlSetRenderBatchActive$address
Address for:void rlSetRenderBatchActive(rlRenderBatch *batch)
-
rlSetRenderBatchActive
void rlSetRenderBatchActive(rlRenderBatch *batch)
-
rlDrawRenderBatchActive$descriptor
Function descriptor for:void rlDrawRenderBatchActive()
-
rlDrawRenderBatchActive$handle
Downcall method handle for:void rlDrawRenderBatchActive()
-
rlDrawRenderBatchActive$address
Address for:void rlDrawRenderBatchActive()
-
rlDrawRenderBatchActive
public static void rlDrawRenderBatchActive()void rlDrawRenderBatchActive()
-
rlCheckRenderBatchLimit$descriptor
Function descriptor for:bool rlCheckRenderBatchLimit(int vCount)
-
rlCheckRenderBatchLimit$handle
Downcall method handle for:bool rlCheckRenderBatchLimit(int vCount)
-
rlCheckRenderBatchLimit$address
Address for:bool rlCheckRenderBatchLimit(int vCount)
-
rlCheckRenderBatchLimit
public static boolean rlCheckRenderBatchLimit(int vCount) bool rlCheckRenderBatchLimit(int vCount)
-
rlSetTexture$descriptor
Function descriptor for:void rlSetTexture(unsigned int id)
-
rlSetTexture$handle
Downcall method handle for:void rlSetTexture(unsigned int id)
-
rlSetTexture$address
Address for:void rlSetTexture(unsigned int id)
-
rlSetTexture
public static void rlSetTexture(int id) void rlSetTexture(unsigned int id)
-
rlLoadVertexArray$descriptor
Function descriptor for:unsigned int rlLoadVertexArray()
-
rlLoadVertexArray$handle
Downcall method handle for:unsigned int rlLoadVertexArray()
-
rlLoadVertexArray$address
Address for:unsigned int rlLoadVertexArray()
-
rlLoadVertexArray
public static int rlLoadVertexArray()unsigned int rlLoadVertexArray()
-
rlLoadVertexBuffer$descriptor
Function descriptor for:unsigned int rlLoadVertexBuffer(const void *buffer, int size, bool dynamic)
-
rlLoadVertexBuffer$handle
Downcall method handle for:unsigned int rlLoadVertexBuffer(const void *buffer, int size, bool dynamic)
-
rlLoadVertexBuffer$address
Address for:unsigned int rlLoadVertexBuffer(const void *buffer, int size, bool dynamic)
-
rlLoadVertexBuffer
unsigned int rlLoadVertexBuffer(const void *buffer, int size, bool dynamic)
-
rlLoadVertexBufferElement$descriptor
Function descriptor for:unsigned int rlLoadVertexBufferElement(const void *buffer, int size, bool dynamic)
-
rlLoadVertexBufferElement$handle
Downcall method handle for:unsigned int rlLoadVertexBufferElement(const void *buffer, int size, bool dynamic)
-
rlLoadVertexBufferElement$address
Address for:unsigned int rlLoadVertexBufferElement(const void *buffer, int size, bool dynamic)
-
rlLoadVertexBufferElement
unsigned int rlLoadVertexBufferElement(const void *buffer, int size, bool dynamic)
-
rlUpdateVertexBuffer$descriptor
Function descriptor for:void rlUpdateVertexBuffer(unsigned int bufferId, const void *data, int dataSize, int offset)
-
rlUpdateVertexBuffer$handle
Downcall method handle for:void rlUpdateVertexBuffer(unsigned int bufferId, const void *data, int dataSize, int offset)
-
rlUpdateVertexBuffer$address
Address for:void rlUpdateVertexBuffer(unsigned int bufferId, const void *data, int dataSize, int offset)
-
rlUpdateVertexBuffer
void rlUpdateVertexBuffer(unsigned int bufferId, const void *data, int dataSize, int offset)
-
rlUpdateVertexBufferElements$descriptor
Function descriptor for:void rlUpdateVertexBufferElements(unsigned int id, const void *data, int dataSize, int offset)
-
rlUpdateVertexBufferElements$handle
Downcall method handle for:void rlUpdateVertexBufferElements(unsigned int id, const void *data, int dataSize, int offset)
-
rlUpdateVertexBufferElements$address
Address for:void rlUpdateVertexBufferElements(unsigned int id, const void *data, int dataSize, int offset)
-
rlUpdateVertexBufferElements
public static void rlUpdateVertexBufferElements(int id, MemorySegment data, int dataSize, int offset) void rlUpdateVertexBufferElements(unsigned int id, const void *data, int dataSize, int offset)
-
rlUnloadVertexArray$descriptor
Function descriptor for:void rlUnloadVertexArray(unsigned int vaoId)
-
rlUnloadVertexArray$handle
Downcall method handle for:void rlUnloadVertexArray(unsigned int vaoId)
-
rlUnloadVertexArray$address
Address for:void rlUnloadVertexArray(unsigned int vaoId)
-
rlUnloadVertexArray
public static void rlUnloadVertexArray(int vaoId) void rlUnloadVertexArray(unsigned int vaoId)
-
rlUnloadVertexBuffer$descriptor
Function descriptor for:void rlUnloadVertexBuffer(unsigned int vboId)
-
rlUnloadVertexBuffer$handle
Downcall method handle for:void rlUnloadVertexBuffer(unsigned int vboId)
-
rlUnloadVertexBuffer$address
Address for:void rlUnloadVertexBuffer(unsigned int vboId)
-
rlUnloadVertexBuffer
public static void rlUnloadVertexBuffer(int vboId) void rlUnloadVertexBuffer(unsigned int vboId)
-
rlSetVertexAttribute$descriptor
Function descriptor for:void rlSetVertexAttribute(unsigned int index, int compSize, int type, bool normalized, int stride, int offset)
-
rlSetVertexAttribute$handle
Downcall method handle for:void rlSetVertexAttribute(unsigned int index, int compSize, int type, bool normalized, int stride, int offset)
-
rlSetVertexAttribute$address
Address for:void rlSetVertexAttribute(unsigned int index, int compSize, int type, bool normalized, int stride, int offset)
-
rlSetVertexAttribute
public static void rlSetVertexAttribute(int index, int compSize, int type, boolean normalized, int stride, int offset) void rlSetVertexAttribute(unsigned int index, int compSize, int type, bool normalized, int stride, int offset)
-
rlSetVertexAttributeDivisor$descriptor
Function descriptor for:void rlSetVertexAttributeDivisor(unsigned int index, int divisor)
-
rlSetVertexAttributeDivisor$handle
Downcall method handle for:void rlSetVertexAttributeDivisor(unsigned int index, int divisor)
-
rlSetVertexAttributeDivisor$address
Address for:void rlSetVertexAttributeDivisor(unsigned int index, int divisor)
-
rlSetVertexAttributeDivisor
public static void rlSetVertexAttributeDivisor(int index, int divisor) void rlSetVertexAttributeDivisor(unsigned int index, int divisor)
-
rlSetVertexAttributeDefault$descriptor
Function descriptor for:void rlSetVertexAttributeDefault(int locIndex, const void *value, int attribType, int count)
-
rlSetVertexAttributeDefault$handle
Downcall method handle for:void rlSetVertexAttributeDefault(int locIndex, const void *value, int attribType, int count)
-
rlSetVertexAttributeDefault$address
Address for:void rlSetVertexAttributeDefault(int locIndex, const void *value, int attribType, int count)
-
rlSetVertexAttributeDefault
public static void rlSetVertexAttributeDefault(int locIndex, MemorySegment value, int attribType, int count) void rlSetVertexAttributeDefault(int locIndex, const void *value, int attribType, int count)
-
rlDrawVertexArray$descriptor
Function descriptor for:void rlDrawVertexArray(int offset, int count)
-
rlDrawVertexArray$handle
Downcall method handle for:void rlDrawVertexArray(int offset, int count)
-
rlDrawVertexArray$address
Address for:void rlDrawVertexArray(int offset, int count)
-
rlDrawVertexArray
public static void rlDrawVertexArray(int offset, int count) void rlDrawVertexArray(int offset, int count)
-
rlDrawVertexArrayElements$descriptor
Function descriptor for:void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
-
rlDrawVertexArrayElements$handle
Downcall method handle for:void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
-
rlDrawVertexArrayElements$address
Address for:void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
-
rlDrawVertexArrayElements
void rlDrawVertexArrayElements(int offset, int count, const void *buffer)
-
rlDrawVertexArrayInstanced$descriptor
Function descriptor for:void rlDrawVertexArrayInstanced(int offset, int count, int instances)
-
rlDrawVertexArrayInstanced$handle
Downcall method handle for:void rlDrawVertexArrayInstanced(int offset, int count, int instances)
-
rlDrawVertexArrayInstanced$address
Address for:void rlDrawVertexArrayInstanced(int offset, int count, int instances)
-
rlDrawVertexArrayInstanced
public static void rlDrawVertexArrayInstanced(int offset, int count, int instances) void rlDrawVertexArrayInstanced(int offset, int count, int instances)
-
rlDrawVertexArrayElementsInstanced$descriptor
Function descriptor for:void rlDrawVertexArrayElementsInstanced(int offset, int count, const void *buffer, int instances)
-
rlDrawVertexArrayElementsInstanced$handle
Downcall method handle for:void rlDrawVertexArrayElementsInstanced(int offset, int count, const void *buffer, int instances)
-
rlDrawVertexArrayElementsInstanced$address
Address for:void rlDrawVertexArrayElementsInstanced(int offset, int count, const void *buffer, int instances)
-
rlDrawVertexArrayElementsInstanced
public static void rlDrawVertexArrayElementsInstanced(int offset, int count, MemorySegment buffer, int instances) void rlDrawVertexArrayElementsInstanced(int offset, int count, const void *buffer, int instances)
-
rlLoadTexture$descriptor
Function descriptor for:unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
-
rlLoadTexture$handle
Downcall method handle for:unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
-
rlLoadTexture$address
Address for:unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
-
rlLoadTexture
public static int rlLoadTexture(MemorySegment data, int width, int height, int format, int mipmapCount) unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
-
rlLoadTextureDepth$descriptor
Function descriptor for:unsigned int rlLoadTextureDepth(int width, int height, bool useRenderBuffer)
-
rlLoadTextureDepth$handle
Downcall method handle for:unsigned int rlLoadTextureDepth(int width, int height, bool useRenderBuffer)
-
rlLoadTextureDepth$address
Address for:unsigned int rlLoadTextureDepth(int width, int height, bool useRenderBuffer)
-
rlLoadTextureDepth
public static int rlLoadTextureDepth(int width, int height, boolean useRenderBuffer) unsigned int rlLoadTextureDepth(int width, int height, bool useRenderBuffer)
-
rlLoadTextureCubemap$descriptor
Function descriptor for:unsigned int rlLoadTextureCubemap(const void *data, int size, int format, int mipmapCount)
-
rlLoadTextureCubemap$handle
Downcall method handle for:unsigned int rlLoadTextureCubemap(const void *data, int size, int format, int mipmapCount)
-
rlLoadTextureCubemap$address
Address for:unsigned int rlLoadTextureCubemap(const void *data, int size, int format, int mipmapCount)
-
rlLoadTextureCubemap
unsigned int rlLoadTextureCubemap(const void *data, int size, int format, int mipmapCount)
-
rlUpdateTexture$descriptor
Function descriptor for:void rlUpdateTexture(unsigned int id, int offsetX, int offsetY, int width, int height, int format, const void *data)
-
rlUpdateTexture$handle
Downcall method handle for:void rlUpdateTexture(unsigned int id, int offsetX, int offsetY, int width, int height, int format, const void *data)
-
rlUpdateTexture$address
Address for:void rlUpdateTexture(unsigned int id, int offsetX, int offsetY, int width, int height, int format, const void *data)
-
rlUpdateTexture
public static void rlUpdateTexture(int id, int offsetX, int offsetY, int width, int height, int format, MemorySegment data) void rlUpdateTexture(unsigned int id, int offsetX, int offsetY, int width, int height, int format, const void *data)
-
rlGetGlTextureFormats$descriptor
Function descriptor for:void rlGetGlTextureFormats(int format, unsigned int *glInternalFormat, unsigned int *glFormat, unsigned int *glType)
-
rlGetGlTextureFormats$handle
Downcall method handle for:void rlGetGlTextureFormats(int format, unsigned int *glInternalFormat, unsigned int *glFormat, unsigned int *glType)
-
rlGetGlTextureFormats$address
Address for:void rlGetGlTextureFormats(int format, unsigned int *glInternalFormat, unsigned int *glFormat, unsigned int *glType)
-
rlGetGlTextureFormats
public static void rlGetGlTextureFormats(int format, MemorySegment glInternalFormat, MemorySegment glFormat, MemorySegment glType) void rlGetGlTextureFormats(int format, unsigned int *glInternalFormat, unsigned int *glFormat, unsigned int *glType)
-
rlGetPixelFormatName$descriptor
Function descriptor for:const char *rlGetPixelFormatName(unsigned int format)
-
rlGetPixelFormatName$handle
Downcall method handle for:const char *rlGetPixelFormatName(unsigned int format)
-
rlGetPixelFormatName$address
Address for:const char *rlGetPixelFormatName(unsigned int format)
-
rlGetPixelFormatName
const char *rlGetPixelFormatName(unsigned int format)
-
rlUnloadTexture$descriptor
Function descriptor for:void rlUnloadTexture(unsigned int id)
-
rlUnloadTexture$handle
Downcall method handle for:void rlUnloadTexture(unsigned int id)
-
rlUnloadTexture$address
Address for:void rlUnloadTexture(unsigned int id)
-
rlUnloadTexture
public static void rlUnloadTexture(int id) void rlUnloadTexture(unsigned int id)
-
rlGenTextureMipmaps$descriptor
Function descriptor for:void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
-
rlGenTextureMipmaps$handle
Downcall method handle for:void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
-
rlGenTextureMipmaps$address
Address for:void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
-
rlGenTextureMipmaps
public static void rlGenTextureMipmaps(int id, int width, int height, int format, MemorySegment mipmaps) void rlGenTextureMipmaps(unsigned int id, int width, int height, int format, int *mipmaps)
-
rlReadTexturePixels$descriptor
Function descriptor for:void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
-
rlReadTexturePixels$handle
Downcall method handle for:void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
-
rlReadTexturePixels$address
Address for:void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
-
rlReadTexturePixels
void *rlReadTexturePixels(unsigned int id, int width, int height, int format)
-
rlReadScreenPixels$descriptor
Function descriptor for:unsigned char *rlReadScreenPixels(int width, int height)
-
rlReadScreenPixels$handle
Downcall method handle for:unsigned char *rlReadScreenPixels(int width, int height)
-
rlReadScreenPixels$address
Address for:unsigned char *rlReadScreenPixels(int width, int height)
-
rlReadScreenPixels
unsigned char *rlReadScreenPixels(int width, int height)
-
rlLoadFramebuffer$descriptor
Function descriptor for:unsigned int rlLoadFramebuffer()
-
rlLoadFramebuffer$handle
Downcall method handle for:unsigned int rlLoadFramebuffer()
-
rlLoadFramebuffer$address
Address for:unsigned int rlLoadFramebuffer()
-
rlLoadFramebuffer
public static int rlLoadFramebuffer()unsigned int rlLoadFramebuffer()
-
rlFramebufferAttach$descriptor
Function descriptor for:void rlFramebufferAttach(unsigned int fboId, unsigned int texId, int attachType, int texType, int mipLevel)
-
rlFramebufferAttach$handle
Downcall method handle for:void rlFramebufferAttach(unsigned int fboId, unsigned int texId, int attachType, int texType, int mipLevel)
-
rlFramebufferAttach$address
Address for:void rlFramebufferAttach(unsigned int fboId, unsigned int texId, int attachType, int texType, int mipLevel)
-
rlFramebufferAttach
public static void rlFramebufferAttach(int fboId, int texId, int attachType, int texType, int mipLevel) void rlFramebufferAttach(unsigned int fboId, unsigned int texId, int attachType, int texType, int mipLevel)
-
rlFramebufferComplete$descriptor
Function descriptor for:bool rlFramebufferComplete(unsigned int id)
-
rlFramebufferComplete$handle
Downcall method handle for:bool rlFramebufferComplete(unsigned int id)
-
rlFramebufferComplete$address
Address for:bool rlFramebufferComplete(unsigned int id)
-
rlFramebufferComplete
public static boolean rlFramebufferComplete(int id) bool rlFramebufferComplete(unsigned int id)
-
rlUnloadFramebuffer$descriptor
Function descriptor for:void rlUnloadFramebuffer(unsigned int id)
-
rlUnloadFramebuffer$handle
Downcall method handle for:void rlUnloadFramebuffer(unsigned int id)
-
rlUnloadFramebuffer$address
Address for:void rlUnloadFramebuffer(unsigned int id)
-
rlUnloadFramebuffer
public static void rlUnloadFramebuffer(int id) void rlUnloadFramebuffer(unsigned int id)
-
rlLoadShaderCode$descriptor
Function descriptor for:unsigned int rlLoadShaderCode(const char *vsCode, const char *fsCode)
-
rlLoadShaderCode$handle
Downcall method handle for:unsigned int rlLoadShaderCode(const char *vsCode, const char *fsCode)
-
rlLoadShaderCode$address
Address for:unsigned int rlLoadShaderCode(const char *vsCode, const char *fsCode)
-
rlLoadShaderCode
unsigned int rlLoadShaderCode(const char *vsCode, const char *fsCode)
-
rlCompileShader$descriptor
Function descriptor for:unsigned int rlCompileShader(const char *shaderCode, int type)
-
rlCompileShader$handle
Downcall method handle for:unsigned int rlCompileShader(const char *shaderCode, int type)
-
rlCompileShader$address
Address for:unsigned int rlCompileShader(const char *shaderCode, int type)
-
rlCompileShader
unsigned int rlCompileShader(const char *shaderCode, int type)
-
rlLoadShaderProgram$descriptor
Function descriptor for:unsigned int rlLoadShaderProgram(unsigned int vShaderId, unsigned int fShaderId)
-
rlLoadShaderProgram$handle
Downcall method handle for:unsigned int rlLoadShaderProgram(unsigned int vShaderId, unsigned int fShaderId)
-
rlLoadShaderProgram$address
Address for:unsigned int rlLoadShaderProgram(unsigned int vShaderId, unsigned int fShaderId)
-
rlLoadShaderProgram
public static int rlLoadShaderProgram(int vShaderId, int fShaderId) unsigned int rlLoadShaderProgram(unsigned int vShaderId, unsigned int fShaderId)
-
rlUnloadShaderProgram$descriptor
Function descriptor for:void rlUnloadShaderProgram(unsigned int id)
-
rlUnloadShaderProgram$handle
Downcall method handle for:void rlUnloadShaderProgram(unsigned int id)
-
rlUnloadShaderProgram$address
Address for:void rlUnloadShaderProgram(unsigned int id)
-
rlUnloadShaderProgram
public static void rlUnloadShaderProgram(int id) void rlUnloadShaderProgram(unsigned int id)
-
rlGetLocationUniform$descriptor
Function descriptor for:int rlGetLocationUniform(unsigned int shaderId, const char *uniformName)
-
rlGetLocationUniform$handle
Downcall method handle for:int rlGetLocationUniform(unsigned int shaderId, const char *uniformName)
-
rlGetLocationUniform$address
Address for:int rlGetLocationUniform(unsigned int shaderId, const char *uniformName)
-
rlGetLocationUniform
int rlGetLocationUniform(unsigned int shaderId, const char *uniformName)
-
rlGetLocationAttrib$descriptor
Function descriptor for:int rlGetLocationAttrib(unsigned int shaderId, const char *attribName)
-
rlGetLocationAttrib$handle
Downcall method handle for:int rlGetLocationAttrib(unsigned int shaderId, const char *attribName)
-
rlGetLocationAttrib$address
Address for:int rlGetLocationAttrib(unsigned int shaderId, const char *attribName)
-
rlGetLocationAttrib
int rlGetLocationAttrib(unsigned int shaderId, const char *attribName)
-
rlSetUniform$descriptor
Function descriptor for:void rlSetUniform(int locIndex, const void *value, int uniformType, int count)
-
rlSetUniform$handle
Downcall method handle for:void rlSetUniform(int locIndex, const void *value, int uniformType, int count)
-
rlSetUniform$address
Address for:void rlSetUniform(int locIndex, const void *value, int uniformType, int count)
-
rlSetUniform
void rlSetUniform(int locIndex, const void *value, int uniformType, int count)
-
rlSetUniformMatrix$descriptor
Function descriptor for:void rlSetUniformMatrix(int locIndex, Matrix mat)
-
rlSetUniformMatrix$handle
Downcall method handle for:void rlSetUniformMatrix(int locIndex, Matrix mat)
-
rlSetUniformMatrix$address
Address for:void rlSetUniformMatrix(int locIndex, Matrix mat)
-
rlSetUniformMatrix
void rlSetUniformMatrix(int locIndex, Matrix mat)
-
rlSetUniformMatrices$descriptor
Function descriptor for:void rlSetUniformMatrices(int locIndex, const Matrix *mat, int count)
-
rlSetUniformMatrices$handle
Downcall method handle for:void rlSetUniformMatrices(int locIndex, const Matrix *mat, int count)
-
rlSetUniformMatrices$address
Address for:void rlSetUniformMatrices(int locIndex, const Matrix *mat, int count)
-
rlSetUniformMatrices
void rlSetUniformMatrices(int locIndex, const Matrix *mat, int count)
-
rlSetUniformSampler$descriptor
Function descriptor for:void rlSetUniformSampler(int locIndex, unsigned int textureId)
-
rlSetUniformSampler$handle
Downcall method handle for:void rlSetUniformSampler(int locIndex, unsigned int textureId)
-
rlSetUniformSampler$address
Address for:void rlSetUniformSampler(int locIndex, unsigned int textureId)
-
rlSetUniformSampler
public static void rlSetUniformSampler(int locIndex, int textureId) void rlSetUniformSampler(int locIndex, unsigned int textureId)
-
rlSetShader$descriptor
Function descriptor for:void rlSetShader(unsigned int id, int *locs)
-
rlSetShader$handle
Downcall method handle for:void rlSetShader(unsigned int id, int *locs)
-
rlSetShader$address
Address for:void rlSetShader(unsigned int id, int *locs)
-
rlSetShader
void rlSetShader(unsigned int id, int *locs)
-
rlLoadComputeShaderProgram$descriptor
Function descriptor for:unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
-
rlLoadComputeShaderProgram$handle
Downcall method handle for:unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
-
rlLoadComputeShaderProgram$address
Address for:unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
-
rlLoadComputeShaderProgram
public static int rlLoadComputeShaderProgram(int shaderId) unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
-
rlComputeShaderDispatch$descriptor
Function descriptor for:void rlComputeShaderDispatch(unsigned int groupX, unsigned int groupY, unsigned int groupZ)
-
rlComputeShaderDispatch$handle
Downcall method handle for:void rlComputeShaderDispatch(unsigned int groupX, unsigned int groupY, unsigned int groupZ)
-
rlComputeShaderDispatch$address
Address for:void rlComputeShaderDispatch(unsigned int groupX, unsigned int groupY, unsigned int groupZ)
-
rlComputeShaderDispatch
public static void rlComputeShaderDispatch(int groupX, int groupY, int groupZ) void rlComputeShaderDispatch(unsigned int groupX, unsigned int groupY, unsigned int groupZ)
-
rlLoadShaderBuffer$descriptor
Function descriptor for:unsigned int rlLoadShaderBuffer(unsigned int size, const void *data, int usageHint)
-
rlLoadShaderBuffer$handle
Downcall method handle for:unsigned int rlLoadShaderBuffer(unsigned int size, const void *data, int usageHint)
-
rlLoadShaderBuffer$address
Address for:unsigned int rlLoadShaderBuffer(unsigned int size, const void *data, int usageHint)
-
rlLoadShaderBuffer
unsigned int rlLoadShaderBuffer(unsigned int size, const void *data, int usageHint)
-
rlUnloadShaderBuffer$descriptor
Function descriptor for:void rlUnloadShaderBuffer(unsigned int ssboId)
-
rlUnloadShaderBuffer$handle
Downcall method handle for:void rlUnloadShaderBuffer(unsigned int ssboId)
-
rlUnloadShaderBuffer$address
Address for:void rlUnloadShaderBuffer(unsigned int ssboId)
-
rlUnloadShaderBuffer
public static void rlUnloadShaderBuffer(int ssboId) void rlUnloadShaderBuffer(unsigned int ssboId)
-
rlUpdateShaderBuffer$descriptor
Function descriptor for:void rlUpdateShaderBuffer(unsigned int id, const void *data, unsigned int dataSize, unsigned int offset)
-
rlUpdateShaderBuffer$handle
Downcall method handle for:void rlUpdateShaderBuffer(unsigned int id, const void *data, unsigned int dataSize, unsigned int offset)
-
rlUpdateShaderBuffer$address
Address for:void rlUpdateShaderBuffer(unsigned int id, const void *data, unsigned int dataSize, unsigned int offset)
-
rlUpdateShaderBuffer
void rlUpdateShaderBuffer(unsigned int id, const void *data, unsigned int dataSize, unsigned int offset)
-
rlBindShaderBuffer$descriptor
Function descriptor for:void rlBindShaderBuffer(unsigned int id, unsigned int index)
-
rlBindShaderBuffer$handle
Downcall method handle for:void rlBindShaderBuffer(unsigned int id, unsigned int index)
-
rlBindShaderBuffer$address
Address for:void rlBindShaderBuffer(unsigned int id, unsigned int index)
-
rlBindShaderBuffer
public static void rlBindShaderBuffer(int id, int index) void rlBindShaderBuffer(unsigned int id, unsigned int index)
-
rlReadShaderBuffer$descriptor
Function descriptor for:void rlReadShaderBuffer(unsigned int id, void *dest, unsigned int count, unsigned int offset)
-
rlReadShaderBuffer$handle
Downcall method handle for:void rlReadShaderBuffer(unsigned int id, void *dest, unsigned int count, unsigned int offset)
-
rlReadShaderBuffer$address
Address for:void rlReadShaderBuffer(unsigned int id, void *dest, unsigned int count, unsigned int offset)
-
rlReadShaderBuffer
void rlReadShaderBuffer(unsigned int id, void *dest, unsigned int count, unsigned int offset)
-
rlCopyShaderBuffer$descriptor
Function descriptor for:void rlCopyShaderBuffer(unsigned int destId, unsigned int srcId, unsigned int destOffset, unsigned int srcOffset, unsigned int count)
-
rlCopyShaderBuffer$handle
Downcall method handle for:void rlCopyShaderBuffer(unsigned int destId, unsigned int srcId, unsigned int destOffset, unsigned int srcOffset, unsigned int count)
-
rlCopyShaderBuffer$address
Address for:void rlCopyShaderBuffer(unsigned int destId, unsigned int srcId, unsigned int destOffset, unsigned int srcOffset, unsigned int count)
-
rlCopyShaderBuffer
public static void rlCopyShaderBuffer(int destId, int srcId, int destOffset, int srcOffset, int count) void rlCopyShaderBuffer(unsigned int destId, unsigned int srcId, unsigned int destOffset, unsigned int srcOffset, unsigned int count)
-
rlGetShaderBufferSize$descriptor
Function descriptor for:unsigned int rlGetShaderBufferSize(unsigned int id)
-
rlGetShaderBufferSize$handle
Downcall method handle for:unsigned int rlGetShaderBufferSize(unsigned int id)
-
rlGetShaderBufferSize$address
Address for:unsigned int rlGetShaderBufferSize(unsigned int id)
-
rlGetShaderBufferSize
public static int rlGetShaderBufferSize(int id) unsigned int rlGetShaderBufferSize(unsigned int id)
-
rlBindImageTexture$descriptor
Function descriptor for:void rlBindImageTexture(unsigned int id, unsigned int index, int format, bool readonly)
-
rlBindImageTexture$handle
Downcall method handle for:void rlBindImageTexture(unsigned int id, unsigned int index, int format, bool readonly)
-
rlBindImageTexture$address
Address for:void rlBindImageTexture(unsigned int id, unsigned int index, int format, bool readonly)
-
rlBindImageTexture
public static void rlBindImageTexture(int id, int index, int format, boolean readonly) void rlBindImageTexture(unsigned int id, unsigned int index, int format, bool readonly)
-
rlGetMatrixModelview$descriptor
Function descriptor for:Matrix rlGetMatrixModelview()
-
rlGetMatrixModelview$handle
Downcall method handle for:Matrix rlGetMatrixModelview()
-
rlGetMatrixModelview$address
Address for:Matrix rlGetMatrixModelview()
-
rlGetMatrixModelview
Matrix rlGetMatrixModelview()
-
rlGetMatrixProjection$descriptor
Function descriptor for:Matrix rlGetMatrixProjection()
-
rlGetMatrixProjection$handle
Downcall method handle for:Matrix rlGetMatrixProjection()
-
rlGetMatrixProjection$address
Address for:Matrix rlGetMatrixProjection()
-
rlGetMatrixProjection
Matrix rlGetMatrixProjection()
-
rlGetMatrixTransform$descriptor
Function descriptor for:Matrix rlGetMatrixTransform()
-
rlGetMatrixTransform$handle
Downcall method handle for:Matrix rlGetMatrixTransform()
-
rlGetMatrixTransform$address
Address for:Matrix rlGetMatrixTransform()
-
rlGetMatrixTransform
Matrix rlGetMatrixTransform()
-
rlGetMatrixProjectionStereo$descriptor
Function descriptor for:Matrix rlGetMatrixProjectionStereo(int eye)
-
rlGetMatrixProjectionStereo$handle
Downcall method handle for:Matrix rlGetMatrixProjectionStereo(int eye)
-
rlGetMatrixProjectionStereo$address
Address for:Matrix rlGetMatrixProjectionStereo(int eye)
-
rlGetMatrixProjectionStereo
Matrix rlGetMatrixProjectionStereo(int eye)
-
rlGetMatrixViewOffsetStereo$descriptor
Function descriptor for:Matrix rlGetMatrixViewOffsetStereo(int eye)
-
rlGetMatrixViewOffsetStereo$handle
Downcall method handle for:Matrix rlGetMatrixViewOffsetStereo(int eye)
-
rlGetMatrixViewOffsetStereo$address
Address for:Matrix rlGetMatrixViewOffsetStereo(int eye)
-
rlGetMatrixViewOffsetStereo
Matrix rlGetMatrixViewOffsetStereo(int eye)
-
rlSetMatrixProjection$descriptor
Function descriptor for:void rlSetMatrixProjection(Matrix proj)
-
rlSetMatrixProjection$handle
Downcall method handle for:void rlSetMatrixProjection(Matrix proj)
-
rlSetMatrixProjection$address
Address for:void rlSetMatrixProjection(Matrix proj)
-
rlSetMatrixProjection
void rlSetMatrixProjection(Matrix proj)
-
rlSetMatrixModelview$descriptor
Function descriptor for:void rlSetMatrixModelview(Matrix view)
-
rlSetMatrixModelview$handle
Downcall method handle for:void rlSetMatrixModelview(Matrix view)
-
rlSetMatrixModelview$address
Address for:void rlSetMatrixModelview(Matrix view)
-
rlSetMatrixModelview
void rlSetMatrixModelview(Matrix view)
-
rlSetMatrixProjectionStereo$descriptor
Function descriptor for:void rlSetMatrixProjectionStereo(Matrix right, Matrix left)
-
rlSetMatrixProjectionStereo$handle
Downcall method handle for:void rlSetMatrixProjectionStereo(Matrix right, Matrix left)
-
rlSetMatrixProjectionStereo$address
Address for:void rlSetMatrixProjectionStereo(Matrix right, Matrix left)
-
rlSetMatrixProjectionStereo
void rlSetMatrixProjectionStereo(Matrix right, Matrix left)
-
rlSetMatrixViewOffsetStereo$descriptor
Function descriptor for:void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
-
rlSetMatrixViewOffsetStereo$handle
Downcall method handle for:void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
-
rlSetMatrixViewOffsetStereo$address
Address for:void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
-
rlSetMatrixViewOffsetStereo
void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
-
rlLoadDrawCube$descriptor
Function descriptor for:void rlLoadDrawCube()
-
rlLoadDrawCube$handle
Downcall method handle for:void rlLoadDrawCube()
-
rlLoadDrawCube$address
Address for:void rlLoadDrawCube()
-
rlLoadDrawCube
public static void rlLoadDrawCube()void rlLoadDrawCube()
-
rlLoadDrawQuad$descriptor
Function descriptor for:void rlLoadDrawQuad()
-
rlLoadDrawQuad$handle
Downcall method handle for:void rlLoadDrawQuad()
-
rlLoadDrawQuad$address
Address for:void rlLoadDrawQuad()
-
rlLoadDrawQuad
public static void rlLoadDrawQuad()void rlLoadDrawQuad()
-
__fpclassify$descriptor
Function descriptor for:extern int __fpclassify(double __value)
-
__fpclassify$handle
Downcall method handle for:extern int __fpclassify(double __value)
-
__fpclassify$address
Address for:extern int __fpclassify(double __value)
-
__fpclassify
public static int __fpclassify(double __value) extern int __fpclassify(double __value)
-
__signbit$descriptor
Function descriptor for:extern int __signbit(double __value)
-
__signbit$handle
Downcall method handle for:extern int __signbit(double __value)
-
__signbit$address
Address for:extern int __signbit(double __value)
-
__signbit
public static int __signbit(double __value) extern int __signbit(double __value)
-
__isinf$descriptor
Function descriptor for:extern int __isinf(double __value)
-
__isinf$handle
Downcall method handle for:extern int __isinf(double __value)
-
__isinf$address
Address for:extern int __isinf(double __value)
-
__isinf
public static int __isinf(double __value) extern int __isinf(double __value)
-
__finite$descriptor
Function descriptor for:extern int __finite(double __value)
-
__finite$handle
Downcall method handle for:extern int __finite(double __value)
-
__finite$address
Address for:extern int __finite(double __value)
-
__finite
public static int __finite(double __value) extern int __finite(double __value)
-
__isnan$descriptor
Function descriptor for:extern int __isnan(double __value)
-
__isnan$handle
Downcall method handle for:extern int __isnan(double __value)
-
__isnan$address
Address for:extern int __isnan(double __value)
-
__isnan
public static int __isnan(double __value) extern int __isnan(double __value)
-
__iseqsig$descriptor
Function descriptor for:extern int __iseqsig(double __x, double __y)
-
__iseqsig$handle
Downcall method handle for:extern int __iseqsig(double __x, double __y)
-
__iseqsig$address
Address for:extern int __iseqsig(double __x, double __y)
-
__iseqsig
public static int __iseqsig(double __x, double __y) extern int __iseqsig(double __x, double __y)
-
__issignaling$descriptor
Function descriptor for:extern int __issignaling(double __value)
-
__issignaling$handle
Downcall method handle for:extern int __issignaling(double __value)
-
__issignaling$address
Address for:extern int __issignaling(double __value)
-
__issignaling
public static int __issignaling(double __value) extern int __issignaling(double __value)
-
acos$descriptor
Function descriptor for:extern double acos(double __x)
-
acos$handle
Downcall method handle for:extern double acos(double __x)
-
acos$address
Address for:extern double acos(double __x)
-
acos
public static double acos(double __x) extern double acos(double __x)
-
__acos$descriptor
Function descriptor for:extern double __acos(double __x)
-
__acos$handle
Downcall method handle for:extern double __acos(double __x)
-
__acos$address
Address for:extern double __acos(double __x)
-
__acos
public static double __acos(double __x) extern double __acos(double __x)
-
asin$descriptor
Function descriptor for:extern double asin(double __x)
-
asin$handle
Downcall method handle for:extern double asin(double __x)
-
asin$address
Address for:extern double asin(double __x)
-
asin
public static double asin(double __x) extern double asin(double __x)
-
__asin$descriptor
Function descriptor for:extern double __asin(double __x)
-
__asin$handle
Downcall method handle for:extern double __asin(double __x)
-
__asin$address
Address for:extern double __asin(double __x)
-
__asin
public static double __asin(double __x) extern double __asin(double __x)
-
atan$descriptor
Function descriptor for:extern double atan(double __x)
-
atan$handle
Downcall method handle for:extern double atan(double __x)
-
atan$address
Address for:extern double atan(double __x)
-
atan
public static double atan(double __x) extern double atan(double __x)
-
__atan$descriptor
Function descriptor for:extern double __atan(double __x)
-
__atan$handle
Downcall method handle for:extern double __atan(double __x)
-
__atan$address
Address for:extern double __atan(double __x)
-
__atan
public static double __atan(double __x) extern double __atan(double __x)
-
atan2$descriptor
Function descriptor for:extern double atan2(double __y, double __x)
-
atan2$handle
Downcall method handle for:extern double atan2(double __y, double __x)
-
atan2$address
Address for:extern double atan2(double __y, double __x)
-
atan2
public static double atan2(double __y, double __x) extern double atan2(double __y, double __x)
-
__atan2$descriptor
Function descriptor for:extern double __atan2(double __y, double __x)
-
__atan2$handle
Downcall method handle for:extern double __atan2(double __y, double __x)
-
__atan2$address
Address for:extern double __atan2(double __y, double __x)
-
__atan2
public static double __atan2(double __y, double __x) extern double __atan2(double __y, double __x)
-
cos$descriptor
Function descriptor for:extern double cos(double __x)
-
cos$handle
Downcall method handle for:extern double cos(double __x)
-
cos$address
Address for:extern double cos(double __x)
-
cos
public static double cos(double __x) extern double cos(double __x)
-
__cos$descriptor
Function descriptor for:extern double __cos(double __x)
-
__cos$handle
Downcall method handle for:extern double __cos(double __x)
-
__cos$address
Address for:extern double __cos(double __x)
-
__cos
public static double __cos(double __x) extern double __cos(double __x)
-
sin$descriptor
Function descriptor for:extern double sin(double __x)
-
sin$handle
Downcall method handle for:extern double sin(double __x)
-
sin$address
Address for:extern double sin(double __x)
-
sin
public static double sin(double __x) extern double sin(double __x)
-
__sin$descriptor
Function descriptor for:extern double __sin(double __x)
-
__sin$handle
Downcall method handle for:extern double __sin(double __x)
-
__sin$address
Address for:extern double __sin(double __x)
-
__sin
public static double __sin(double __x) extern double __sin(double __x)
-
tan$descriptor
Function descriptor for:extern double tan(double __x)
-
tan$handle
Downcall method handle for:extern double tan(double __x)
-
tan$address
Address for:extern double tan(double __x)
-
tan
public static double tan(double __x) extern double tan(double __x)
-
__tan$descriptor
Function descriptor for:extern double __tan(double __x)
-
__tan$handle
Downcall method handle for:extern double __tan(double __x)
-
__tan$address
Address for:extern double __tan(double __x)
-
__tan
public static double __tan(double __x) extern double __tan(double __x)
-
cosh$descriptor
Function descriptor for:extern double cosh(double __x)
-
cosh$handle
Downcall method handle for:extern double cosh(double __x)
-
cosh$address
Address for:extern double cosh(double __x)
-
cosh
public static double cosh(double __x) extern double cosh(double __x)
-
__cosh$descriptor
Function descriptor for:extern double __cosh(double __x)
-
__cosh$handle
Downcall method handle for:extern double __cosh(double __x)
-
__cosh$address
Address for:extern double __cosh(double __x)
-
__cosh
public static double __cosh(double __x) extern double __cosh(double __x)
-
sinh$descriptor
Function descriptor for:extern double sinh(double __x)
-
sinh$handle
Downcall method handle for:extern double sinh(double __x)
-
sinh$address
Address for:extern double sinh(double __x)
-
sinh
public static double sinh(double __x) extern double sinh(double __x)
-
__sinh$descriptor
Function descriptor for:extern double __sinh(double __x)
-
__sinh$handle
Downcall method handle for:extern double __sinh(double __x)
-
__sinh$address
Address for:extern double __sinh(double __x)
-
__sinh
public static double __sinh(double __x) extern double __sinh(double __x)
-
tanh$descriptor
Function descriptor for:extern double tanh(double __x)
-
tanh$handle
Downcall method handle for:extern double tanh(double __x)
-
tanh$address
Address for:extern double tanh(double __x)
-
tanh
public static double tanh(double __x) extern double tanh(double __x)
-
__tanh$descriptor
Function descriptor for:extern double __tanh(double __x)
-
__tanh$handle
Downcall method handle for:extern double __tanh(double __x)
-
__tanh$address
Address for:extern double __tanh(double __x)
-
__tanh
public static double __tanh(double __x) extern double __tanh(double __x)
-
acosh$descriptor
Function descriptor for:extern double acosh(double __x)
-
acosh$handle
Downcall method handle for:extern double acosh(double __x)
-
acosh$address
Address for:extern double acosh(double __x)
-
acosh
public static double acosh(double __x) extern double acosh(double __x)
-
__acosh$descriptor
Function descriptor for:extern double __acosh(double __x)
-
__acosh$handle
Downcall method handle for:extern double __acosh(double __x)
-
__acosh$address
Address for:extern double __acosh(double __x)
-
__acosh
public static double __acosh(double __x) extern double __acosh(double __x)
-
asinh$descriptor
Function descriptor for:extern double asinh(double __x)
-
asinh$handle
Downcall method handle for:extern double asinh(double __x)
-
asinh$address
Address for:extern double asinh(double __x)
-
asinh
public static double asinh(double __x) extern double asinh(double __x)
-
__asinh$descriptor
Function descriptor for:extern double __asinh(double __x)
-
__asinh$handle
Downcall method handle for:extern double __asinh(double __x)
-
__asinh$address
Address for:extern double __asinh(double __x)
-
__asinh
public static double __asinh(double __x) extern double __asinh(double __x)
-
atanh$descriptor
Function descriptor for:extern double atanh(double __x)
-
atanh$handle
Downcall method handle for:extern double atanh(double __x)
-
atanh$address
Address for:extern double atanh(double __x)
-
atanh
public static double atanh(double __x) extern double atanh(double __x)
-
__atanh$descriptor
Function descriptor for:extern double __atanh(double __x)
-
__atanh$handle
Downcall method handle for:extern double __atanh(double __x)
-
__atanh$address
Address for:extern double __atanh(double __x)
-
__atanh
public static double __atanh(double __x) extern double __atanh(double __x)
-
exp$descriptor
Function descriptor for:extern double exp(double __x)
-
exp$handle
Downcall method handle for:extern double exp(double __x)
-
exp$address
Address for:extern double exp(double __x)
-
exp
public static double exp(double __x) extern double exp(double __x)
-
__exp$descriptor
Function descriptor for:extern double __exp(double __x)
-
__exp$handle
Downcall method handle for:extern double __exp(double __x)
-
__exp$address
Address for:extern double __exp(double __x)
-
__exp
public static double __exp(double __x) extern double __exp(double __x)
-
frexp$descriptor
Function descriptor for:extern double frexp(double __x, int *__exponent)
-
frexp$handle
Downcall method handle for:extern double frexp(double __x, int *__exponent)
-
frexp$address
Address for:extern double frexp(double __x, int *__exponent)
-
frexp
extern double frexp(double __x, int *__exponent)
-
__frexp$descriptor
Function descriptor for:extern double __frexp(double __x, int *__exponent)
-
__frexp$handle
Downcall method handle for:extern double __frexp(double __x, int *__exponent)
-
__frexp$address
Address for:extern double __frexp(double __x, int *__exponent)
-
__frexp
extern double __frexp(double __x, int *__exponent)
-
ldexp$descriptor
Function descriptor for:extern double ldexp(double __x, int __exponent)
-
ldexp$handle
Downcall method handle for:extern double ldexp(double __x, int __exponent)
-
ldexp$address
Address for:extern double ldexp(double __x, int __exponent)
-
ldexp
public static double ldexp(double __x, int __exponent) extern double ldexp(double __x, int __exponent)
-
__ldexp$descriptor
Function descriptor for:extern double __ldexp(double __x, int __exponent)
-
__ldexp$handle
Downcall method handle for:extern double __ldexp(double __x, int __exponent)
-
__ldexp$address
Address for:extern double __ldexp(double __x, int __exponent)
-
__ldexp
public static double __ldexp(double __x, int __exponent) extern double __ldexp(double __x, int __exponent)
-
log$descriptor
Function descriptor for:extern double log(double __x)
-
log$handle
Downcall method handle for:extern double log(double __x)
-
log$address
Address for:extern double log(double __x)
-
log
public static double log(double __x) extern double log(double __x)
-
__log$descriptor
Function descriptor for:extern double __log(double __x)
-
__log$handle
Downcall method handle for:extern double __log(double __x)
-
__log$address
Address for:extern double __log(double __x)
-
__log
public static double __log(double __x) extern double __log(double __x)
-
log10$descriptor
Function descriptor for:extern double log10(double __x)
-
log10$handle
Downcall method handle for:extern double log10(double __x)
-
log10$address
Address for:extern double log10(double __x)
-
log10
public static double log10(double __x) extern double log10(double __x)
-
__log10$descriptor
Function descriptor for:extern double __log10(double __x)
-
__log10$handle
Downcall method handle for:extern double __log10(double __x)
-
__log10$address
Address for:extern double __log10(double __x)
-
__log10
public static double __log10(double __x) extern double __log10(double __x)
-
modf$descriptor
Function descriptor for:extern double modf(double __x, double *__iptr)
-
modf$handle
Downcall method handle for:extern double modf(double __x, double *__iptr)
-
modf$address
Address for:extern double modf(double __x, double *__iptr)
-
modf
extern double modf(double __x, double *__iptr)
-
__modf$descriptor
Function descriptor for:extern double __modf(double __x, double *__iptr)
-
__modf$handle
Downcall method handle for:extern double __modf(double __x, double *__iptr)
-
__modf$address
Address for:extern double __modf(double __x, double *__iptr)
-
__modf
extern double __modf(double __x, double *__iptr)
-
expm1$descriptor
Function descriptor for:extern double expm1(double __x)
-
expm1$handle
Downcall method handle for:extern double expm1(double __x)
-
expm1$address
Address for:extern double expm1(double __x)
-
expm1
public static double expm1(double __x) extern double expm1(double __x)
-
__expm1$descriptor
Function descriptor for:extern double __expm1(double __x)
-
__expm1$handle
Downcall method handle for:extern double __expm1(double __x)
-
__expm1$address
Address for:extern double __expm1(double __x)
-
__expm1
public static double __expm1(double __x) extern double __expm1(double __x)
-
log1p$descriptor
Function descriptor for:extern double log1p(double __x)
-
log1p$handle
Downcall method handle for:extern double log1p(double __x)
-
log1p$address
Address for:extern double log1p(double __x)
-
log1p
public static double log1p(double __x) extern double log1p(double __x)
-
__log1p$descriptor
Function descriptor for:extern double __log1p(double __x)
-
__log1p$handle
Downcall method handle for:extern double __log1p(double __x)
-
__log1p$address
Address for:extern double __log1p(double __x)
-
__log1p
public static double __log1p(double __x) extern double __log1p(double __x)
-
logb$descriptor
Function descriptor for:extern double logb(double __x)
-
logb$handle
Downcall method handle for:extern double logb(double __x)
-
logb$address
Address for:extern double logb(double __x)
-
logb
public static double logb(double __x) extern double logb(double __x)
-
__logb$descriptor
Function descriptor for:extern double __logb(double __x)
-
__logb$handle
Downcall method handle for:extern double __logb(double __x)
-
__logb$address
Address for:extern double __logb(double __x)
-
__logb
public static double __logb(double __x) extern double __logb(double __x)
-
exp2$descriptor
Function descriptor for:extern double exp2(double __x)
-
exp2$handle
Downcall method handle for:extern double exp2(double __x)
-
exp2$address
Address for:extern double exp2(double __x)
-
exp2
public static double exp2(double __x) extern double exp2(double __x)
-
__exp2$descriptor
Function descriptor for:extern double __exp2(double __x)
-
__exp2$handle
Downcall method handle for:extern double __exp2(double __x)
-
__exp2$address
Address for:extern double __exp2(double __x)
-
__exp2
public static double __exp2(double __x) extern double __exp2(double __x)
-
log2$descriptor
Function descriptor for:extern double log2(double __x)
-
log2$handle
Downcall method handle for:extern double log2(double __x)
-
log2$address
Address for:extern double log2(double __x)
-
log2
public static double log2(double __x) extern double log2(double __x)
-
__log2$descriptor
Function descriptor for:extern double __log2(double __x)
-
__log2$handle
Downcall method handle for:extern double __log2(double __x)
-
__log2$address
Address for:extern double __log2(double __x)
-
__log2
public static double __log2(double __x) extern double __log2(double __x)
-
pow$descriptor
Function descriptor for:extern double pow(double __x, double __y)
-
pow$handle
Downcall method handle for:extern double pow(double __x, double __y)
-
pow$address
Address for:extern double pow(double __x, double __y)
-
pow
public static double pow(double __x, double __y) extern double pow(double __x, double __y)
-
__pow$descriptor
Function descriptor for:extern double __pow(double __x, double __y)
-
__pow$handle
Downcall method handle for:extern double __pow(double __x, double __y)
-
__pow$address
Address for:extern double __pow(double __x, double __y)
-
__pow
public static double __pow(double __x, double __y) extern double __pow(double __x, double __y)
-
sqrt$descriptor
Function descriptor for:extern double sqrt(double __x)
-
sqrt$handle
Downcall method handle for:extern double sqrt(double __x)
-
sqrt$address
Address for:extern double sqrt(double __x)
-
sqrt
public static double sqrt(double __x) extern double sqrt(double __x)
-
__sqrt$descriptor
Function descriptor for:extern double __sqrt(double __x)
-
__sqrt$handle
Downcall method handle for:extern double __sqrt(double __x)
-
__sqrt$address
Address for:extern double __sqrt(double __x)
-
__sqrt
public static double __sqrt(double __x) extern double __sqrt(double __x)
-
hypot$descriptor
Function descriptor for:extern double hypot(double __x, double __y)
-
hypot$handle
Downcall method handle for:extern double hypot(double __x, double __y)
-
hypot$address
Address for:extern double hypot(double __x, double __y)
-
hypot
public static double hypot(double __x, double __y) extern double hypot(double __x, double __y)
-
__hypot$descriptor
Function descriptor for:extern double __hypot(double __x, double __y)
-
__hypot$handle
Downcall method handle for:extern double __hypot(double __x, double __y)
-
__hypot$address
Address for:extern double __hypot(double __x, double __y)
-
__hypot
public static double __hypot(double __x, double __y) extern double __hypot(double __x, double __y)
-
cbrt$descriptor
Function descriptor for:extern double cbrt(double __x)
-
cbrt$handle
Downcall method handle for:extern double cbrt(double __x)
-
cbrt$address
Address for:extern double cbrt(double __x)
-
cbrt
public static double cbrt(double __x) extern double cbrt(double __x)
-
__cbrt$descriptor
Function descriptor for:extern double __cbrt(double __x)
-
__cbrt$handle
Downcall method handle for:extern double __cbrt(double __x)
-
__cbrt$address
Address for:extern double __cbrt(double __x)
-
__cbrt
public static double __cbrt(double __x) extern double __cbrt(double __x)
-
ceil$descriptor
Function descriptor for:extern double ceil(double __x)
-
ceil$handle
Downcall method handle for:extern double ceil(double __x)
-
ceil$address
Address for:extern double ceil(double __x)
-
ceil
public static double ceil(double __x) extern double ceil(double __x)
-
__ceil$descriptor
Function descriptor for:extern double __ceil(double __x)
-
__ceil$handle
Downcall method handle for:extern double __ceil(double __x)
-
__ceil$address
Address for:extern double __ceil(double __x)
-
__ceil
public static double __ceil(double __x) extern double __ceil(double __x)
-
fabs$descriptor
Function descriptor for:extern double fabs(double __x)
-
fabs$handle
Downcall method handle for:extern double fabs(double __x)
-
fabs$address
Address for:extern double fabs(double __x)
-
fabs
public static double fabs(double __x) extern double fabs(double __x)
-
__fabs$descriptor
Function descriptor for:extern double __fabs(double __x)
-
__fabs$handle
Downcall method handle for:extern double __fabs(double __x)
-
__fabs$address
Address for:extern double __fabs(double __x)
-
__fabs
public static double __fabs(double __x) extern double __fabs(double __x)
-
floor$descriptor
Function descriptor for:extern double floor(double __x)
-
floor$handle
Downcall method handle for:extern double floor(double __x)
-
floor$address
Address for:extern double floor(double __x)
-
floor
public static double floor(double __x) extern double floor(double __x)
-
__floor$descriptor
Function descriptor for:extern double __floor(double __x)
-
__floor$handle
Downcall method handle for:extern double __floor(double __x)
-
__floor$address
Address for:extern double __floor(double __x)
-
__floor
public static double __floor(double __x) extern double __floor(double __x)
-
fmod$descriptor
Function descriptor for:extern double fmod(double __x, double __y)
-
fmod$handle
Downcall method handle for:extern double fmod(double __x, double __y)
-
fmod$address
Address for:extern double fmod(double __x, double __y)
-
fmod
public static double fmod(double __x, double __y) extern double fmod(double __x, double __y)
-
__fmod$descriptor
Function descriptor for:extern double __fmod(double __x, double __y)
-
__fmod$handle
Downcall method handle for:extern double __fmod(double __x, double __y)
-
__fmod$address
Address for:extern double __fmod(double __x, double __y)
-
__fmod
public static double __fmod(double __x, double __y) extern double __fmod(double __x, double __y)
-
isinf$descriptor
Function descriptor for:extern int isinf(double __value)
-
isinf$handle
Downcall method handle for:extern int isinf(double __value)
-
isinf$address
Address for:extern int isinf(double __value)
-
isinf
public static int isinf(double __value) extern int isinf(double __value)
-
finite$descriptor
Function descriptor for:extern int finite(double __value)
-
finite$handle
Downcall method handle for:extern int finite(double __value)
-
finite$address
Address for:extern int finite(double __value)
-
finite
public static int finite(double __value) extern int finite(double __value)
-
drem$descriptor
Function descriptor for:extern double drem(double __x, double __y)
-
drem$handle
Downcall method handle for:extern double drem(double __x, double __y)
-
drem$address
Address for:extern double drem(double __x, double __y)
-
drem
public static double drem(double __x, double __y) extern double drem(double __x, double __y)
-
__drem$descriptor
Function descriptor for:extern double __drem(double __x, double __y)
-
__drem$handle
Downcall method handle for:extern double __drem(double __x, double __y)
-
__drem$address
Address for:extern double __drem(double __x, double __y)
-
__drem
public static double __drem(double __x, double __y) extern double __drem(double __x, double __y)
-
significand$descriptor
Function descriptor for:extern double significand(double __x)
-
significand$handle
Downcall method handle for:extern double significand(double __x)
-
significand$address
Address for:extern double significand(double __x)
-
significand
public static double significand(double __x) extern double significand(double __x)
-
__significand$descriptor
Function descriptor for:extern double __significand(double __x)
-
__significand$handle
Downcall method handle for:extern double __significand(double __x)
-
__significand$address
Address for:extern double __significand(double __x)
-
__significand
public static double __significand(double __x) extern double __significand(double __x)
-
copysign$descriptor
Function descriptor for:extern double copysign(double __x, double __y)
-
copysign$handle
Downcall method handle for:extern double copysign(double __x, double __y)
-
copysign$address
Address for:extern double copysign(double __x, double __y)
-
copysign
public static double copysign(double __x, double __y) extern double copysign(double __x, double __y)
-
__copysign$descriptor
Function descriptor for:extern double __copysign(double __x, double __y)
-
__copysign$handle
Downcall method handle for:extern double __copysign(double __x, double __y)
-
__copysign$address
Address for:extern double __copysign(double __x, double __y)
-
__copysign
public static double __copysign(double __x, double __y) extern double __copysign(double __x, double __y)
-
nan$descriptor
Function descriptor for:extern double nan(const char *__tagb)
-
nan$handle
Downcall method handle for:extern double nan(const char *__tagb)
-
nan$address
Address for:extern double nan(const char *__tagb)
-
nan
extern double nan(const char *__tagb)
-
__nan$descriptor
Function descriptor for:extern double __nan(const char *__tagb)
-
__nan$handle
Downcall method handle for:extern double __nan(const char *__tagb)
-
__nan$address
Address for:extern double __nan(const char *__tagb)
-
__nan
extern double __nan(const char *__tagb)
-
isnan$descriptor
Function descriptor for:extern int isnan(double __value)
-
isnan$handle
Downcall method handle for:extern int isnan(double __value)
-
isnan$address
Address for:extern int isnan(double __value)
-
isnan
public static int isnan(double __value) extern int isnan(double __value)
-
j0$descriptor
Function descriptor for:extern double j0(double)
-
j0$handle
Downcall method handle for:extern double j0(double)
-
j0$address
Address for:extern double j0(double)
-
j0
public static double j0(double x0) extern double j0(double)
-
__j0$descriptor
Function descriptor for:extern double __j0(double)
-
__j0$handle
Downcall method handle for:extern double __j0(double)
-
__j0$address
Address for:extern double __j0(double)
-
__j0
public static double __j0(double x0) extern double __j0(double)
-
j1$descriptor
Function descriptor for:extern double j1(double)
-
j1$handle
Downcall method handle for:extern double j1(double)
-
j1$address
Address for:extern double j1(double)
-
j1
public static double j1(double x0) extern double j1(double)
-
__j1$descriptor
Function descriptor for:extern double __j1(double)
-
__j1$handle
Downcall method handle for:extern double __j1(double)
-
__j1$address
Address for:extern double __j1(double)
-
__j1
public static double __j1(double x0) extern double __j1(double)
-
jn$descriptor
Function descriptor for:extern double jn(int, double)
-
jn$handle
Downcall method handle for:extern double jn(int, double)
-
jn$address
Address for:extern double jn(int, double)
-
jn
public static double jn(int x0, double x1) extern double jn(int, double)
-
__jn$descriptor
Function descriptor for:extern double __jn(int, double)
-
__jn$handle
Downcall method handle for:extern double __jn(int, double)
-
__jn$address
Address for:extern double __jn(int, double)
-
__jn
public static double __jn(int x0, double x1) extern double __jn(int, double)
-
y0$descriptor
Function descriptor for:extern double y0(double)
-
y0$handle
Downcall method handle for:extern double y0(double)
-
y0$address
Address for:extern double y0(double)
-
y0
public static double y0(double x0) extern double y0(double)
-
__y0$descriptor
Function descriptor for:extern double __y0(double)
-
__y0$handle
Downcall method handle for:extern double __y0(double)
-
__y0$address
Address for:extern double __y0(double)
-
__y0
public static double __y0(double x0) extern double __y0(double)
-
y1$descriptor
Function descriptor for:extern double y1(double)
-
y1$handle
Downcall method handle for:extern double y1(double)
-
y1$address
Address for:extern double y1(double)
-
y1
public static double y1(double x0) extern double y1(double)
-
__y1$descriptor
Function descriptor for:extern double __y1(double)
-
__y1$handle
Downcall method handle for:extern double __y1(double)
-
__y1$address
Address for:extern double __y1(double)
-
__y1
public static double __y1(double x0) extern double __y1(double)
-
yn$descriptor
Function descriptor for:extern double yn(int, double)
-
yn$handle
Downcall method handle for:extern double yn(int, double)
-
yn$address
Address for:extern double yn(int, double)
-
yn
public static double yn(int x0, double x1) extern double yn(int, double)
-
__yn$descriptor
Function descriptor for:extern double __yn(int, double)
-
__yn$handle
Downcall method handle for:extern double __yn(int, double)
-
__yn$address
Address for:extern double __yn(int, double)
-
__yn
public static double __yn(int x0, double x1) extern double __yn(int, double)
-
erf$descriptor
Function descriptor for:extern double erf(double)
-
erf$handle
Downcall method handle for:extern double erf(double)
-
erf$address
Address for:extern double erf(double)
-
erf
public static double erf(double x0) extern double erf(double)
-
__erf$descriptor
Function descriptor for:extern double __erf(double)
-
__erf$handle
Downcall method handle for:extern double __erf(double)
-
__erf$address
Address for:extern double __erf(double)
-
__erf
public static double __erf(double x0) extern double __erf(double)
-
erfc$descriptor
Function descriptor for:extern double erfc(double)
-
erfc$handle
Downcall method handle for:extern double erfc(double)
-
erfc$address
Address for:extern double erfc(double)
-
erfc
public static double erfc(double x0) extern double erfc(double)
-
__erfc$descriptor
Function descriptor for:extern double __erfc(double)
-
__erfc$handle
Downcall method handle for:extern double __erfc(double)
-
__erfc$address
Address for:extern double __erfc(double)
-
__erfc
public static double __erfc(double x0) extern double __erfc(double)
-
lgamma$descriptor
Function descriptor for:extern double lgamma(double)
-
lgamma$handle
Downcall method handle for:extern double lgamma(double)
-
lgamma$address
Address for:extern double lgamma(double)
-
lgamma
public static double lgamma(double x0) extern double lgamma(double)
-
__lgamma$descriptor
Function descriptor for:extern double __lgamma(double)
-
__lgamma$handle
Downcall method handle for:extern double __lgamma(double)
-
__lgamma$address
Address for:extern double __lgamma(double)
-
__lgamma
public static double __lgamma(double x0) extern double __lgamma(double)
-
tgamma$descriptor
Function descriptor for:extern double tgamma(double)
-
tgamma$handle
Downcall method handle for:extern double tgamma(double)
-
tgamma$address
Address for:extern double tgamma(double)
-
tgamma
public static double tgamma(double x0) extern double tgamma(double)
-
__tgamma$descriptor
Function descriptor for:extern double __tgamma(double)
-
__tgamma$handle
Downcall method handle for:extern double __tgamma(double)
-
__tgamma$address
Address for:extern double __tgamma(double)
-
__tgamma
public static double __tgamma(double x0) extern double __tgamma(double)
-
gamma$descriptor
Function descriptor for:extern double gamma(double)
-
gamma$handle
Downcall method handle for:extern double gamma(double)
-
gamma$address
Address for:extern double gamma(double)
-
gamma
public static double gamma(double x0) extern double gamma(double)
-
__gamma$descriptor
Function descriptor for:extern double __gamma(double)
-
__gamma$handle
Downcall method handle for:extern double __gamma(double)
-
__gamma$address
Address for:extern double __gamma(double)
-
__gamma
public static double __gamma(double x0) extern double __gamma(double)
-
lgamma_r$descriptor
Function descriptor for:extern double lgamma_r(double, int *__signgamp)
-
lgamma_r$handle
Downcall method handle for:extern double lgamma_r(double, int *__signgamp)
-
lgamma_r$address
Address for:extern double lgamma_r(double, int *__signgamp)
-
lgamma_r
extern double lgamma_r(double, int *__signgamp)
-
__lgamma_r$descriptor
Function descriptor for:extern double __lgamma_r(double, int *__signgamp)
-
__lgamma_r$handle
Downcall method handle for:extern double __lgamma_r(double, int *__signgamp)
-
__lgamma_r$address
Address for:extern double __lgamma_r(double, int *__signgamp)
-
__lgamma_r
extern double __lgamma_r(double, int *__signgamp)
-
rint$descriptor
Function descriptor for:extern double rint(double __x)
-
rint$handle
Downcall method handle for:extern double rint(double __x)
-
rint$address
Address for:extern double rint(double __x)
-
rint
public static double rint(double __x) extern double rint(double __x)
-
__rint$descriptor
Function descriptor for:extern double __rint(double __x)
-
__rint$handle
Downcall method handle for:extern double __rint(double __x)
-
__rint$address
Address for:extern double __rint(double __x)
-
__rint
public static double __rint(double __x) extern double __rint(double __x)
-
nextafter$descriptor
Function descriptor for:extern double nextafter(double __x, double __y)
-
nextafter$handle
Downcall method handle for:extern double nextafter(double __x, double __y)
-
nextafter$address
Address for:extern double nextafter(double __x, double __y)
-
nextafter
public static double nextafter(double __x, double __y) extern double nextafter(double __x, double __y)
-
__nextafter$descriptor
Function descriptor for:extern double __nextafter(double __x, double __y)
-
__nextafter$handle
Downcall method handle for:extern double __nextafter(double __x, double __y)
-
__nextafter$address
Address for:extern double __nextafter(double __x, double __y)
-
__nextafter
public static double __nextafter(double __x, double __y) extern double __nextafter(double __x, double __y)
-
remainder$descriptor
Function descriptor for:extern double remainder(double __x, double __y)
-
remainder$handle
Downcall method handle for:extern double remainder(double __x, double __y)
-
remainder$address
Address for:extern double remainder(double __x, double __y)
-
remainder
public static double remainder(double __x, double __y) extern double remainder(double __x, double __y)
-
__remainder$descriptor
Function descriptor for:extern double __remainder(double __x, double __y)
-
__remainder$handle
Downcall method handle for:extern double __remainder(double __x, double __y)
-
__remainder$address
Address for:extern double __remainder(double __x, double __y)
-
__remainder
public static double __remainder(double __x, double __y) extern double __remainder(double __x, double __y)
-
scalbn$descriptor
Function descriptor for:extern double scalbn(double __x, int __n)
-
scalbn$handle
Downcall method handle for:extern double scalbn(double __x, int __n)
-
scalbn$address
Address for:extern double scalbn(double __x, int __n)
-
scalbn
public static double scalbn(double __x, int __n) extern double scalbn(double __x, int __n)
-
__scalbn$descriptor
Function descriptor for:extern double __scalbn(double __x, int __n)
-
__scalbn$handle
Downcall method handle for:extern double __scalbn(double __x, int __n)
-
__scalbn$address
Address for:extern double __scalbn(double __x, int __n)
-
__scalbn
public static double __scalbn(double __x, int __n) extern double __scalbn(double __x, int __n)
-
ilogb$descriptor
Function descriptor for:extern int ilogb(double __x)
-
ilogb$handle
Downcall method handle for:extern int ilogb(double __x)
-
ilogb$address
Address for:extern int ilogb(double __x)
-
ilogb
public static int ilogb(double __x) extern int ilogb(double __x)
-
__ilogb$descriptor
Function descriptor for:extern int __ilogb(double __x)
-
__ilogb$handle
Downcall method handle for:extern int __ilogb(double __x)
-
__ilogb$address
Address for:extern int __ilogb(double __x)
-
__ilogb
public static int __ilogb(double __x) extern int __ilogb(double __x)
-
scalbln$descriptor
Function descriptor for:extern double scalbln(double __x, long __n)
-
scalbln$handle
Downcall method handle for:extern double scalbln(double __x, long __n)
-
scalbln$address
Address for:extern double scalbln(double __x, long __n)
-
scalbln
public static double scalbln(double __x, long __n) extern double scalbln(double __x, long __n)
-
__scalbln$descriptor
Function descriptor for:extern double __scalbln(double __x, long __n)
-
__scalbln$handle
Downcall method handle for:extern double __scalbln(double __x, long __n)
-
__scalbln$address
Address for:extern double __scalbln(double __x, long __n)
-
__scalbln
public static double __scalbln(double __x, long __n) extern double __scalbln(double __x, long __n)
-
nearbyint$descriptor
Function descriptor for:extern double nearbyint(double __x)
-
nearbyint$handle
Downcall method handle for:extern double nearbyint(double __x)
-
nearbyint$address
Address for:extern double nearbyint(double __x)
-
nearbyint
public static double nearbyint(double __x) extern double nearbyint(double __x)
-
__nearbyint$descriptor
Function descriptor for:extern double __nearbyint(double __x)
-
__nearbyint$handle
Downcall method handle for:extern double __nearbyint(double __x)
-
__nearbyint$address
Address for:extern double __nearbyint(double __x)
-
__nearbyint
public static double __nearbyint(double __x) extern double __nearbyint(double __x)
-
round$descriptor
Function descriptor for:extern double round(double __x)
-
round$handle
Downcall method handle for:extern double round(double __x)
-
round$address
Address for:extern double round(double __x)
-
round
public static double round(double __x) extern double round(double __x)
-
__round$descriptor
Function descriptor for:extern double __round(double __x)
-
__round$handle
Downcall method handle for:extern double __round(double __x)
-
__round$address
Address for:extern double __round(double __x)
-
__round
public static double __round(double __x) extern double __round(double __x)
-
trunc$descriptor
Function descriptor for:extern double trunc(double __x)
-
trunc$handle
Downcall method handle for:extern double trunc(double __x)
-
trunc$address
Address for:extern double trunc(double __x)
-
trunc
public static double trunc(double __x) extern double trunc(double __x)
-
__trunc$descriptor
Function descriptor for:extern double __trunc(double __x)
-
__trunc$handle
Downcall method handle for:extern double __trunc(double __x)
-
__trunc$address
Address for:extern double __trunc(double __x)
-
__trunc
public static double __trunc(double __x) extern double __trunc(double __x)
-
remquo$descriptor
Function descriptor for:extern double remquo(double __x, double __y, int *__quo)
-
remquo$handle
Downcall method handle for:extern double remquo(double __x, double __y, int *__quo)
-
remquo$address
Address for:extern double remquo(double __x, double __y, int *__quo)
-
remquo
extern double remquo(double __x, double __y, int *__quo)
-
__remquo$descriptor
Function descriptor for:extern double __remquo(double __x, double __y, int *__quo)
-
__remquo$handle
Downcall method handle for:extern double __remquo(double __x, double __y, int *__quo)
-
__remquo$address
Address for:extern double __remquo(double __x, double __y, int *__quo)
-
__remquo
extern double __remquo(double __x, double __y, int *__quo)
-
lrint$descriptor
Function descriptor for:extern long lrint(double __x)
-
lrint$handle
Downcall method handle for:extern long lrint(double __x)
-
lrint$address
Address for:extern long lrint(double __x)
-
lrint
public static long lrint(double __x) extern long lrint(double __x)
-
__lrint$descriptor
Function descriptor for:extern long __lrint(double __x)
-
__lrint$handle
Downcall method handle for:extern long __lrint(double __x)
-
__lrint$address
Address for:extern long __lrint(double __x)
-
__lrint
public static long __lrint(double __x) extern long __lrint(double __x)
-
llrint$descriptor
Function descriptor for:extern long long llrint(double __x)
-
llrint$handle
Downcall method handle for:extern long long llrint(double __x)
-
llrint$address
Address for:extern long long llrint(double __x)
-
llrint
public static long llrint(double __x) extern long long llrint(double __x)
-
__llrint$descriptor
Function descriptor for:extern long long __llrint(double __x)
-
__llrint$handle
Downcall method handle for:extern long long __llrint(double __x)
-
__llrint$address
Address for:extern long long __llrint(double __x)
-
__llrint
public static long __llrint(double __x) extern long long __llrint(double __x)
-
lround$descriptor
Function descriptor for:extern long lround(double __x)
-
lround$handle
Downcall method handle for:extern long lround(double __x)
-
lround$address
Address for:extern long lround(double __x)
-
lround
public static long lround(double __x) extern long lround(double __x)
-
__lround$descriptor
Function descriptor for:extern long __lround(double __x)
-
__lround$handle
Downcall method handle for:extern long __lround(double __x)
-
__lround$address
Address for:extern long __lround(double __x)
-
__lround
public static long __lround(double __x) extern long __lround(double __x)
-
llround$descriptor
Function descriptor for:extern long long llround(double __x)
-
llround$handle
Downcall method handle for:extern long long llround(double __x)
-
llround$address
Address for:extern long long llround(double __x)
-
llround
public static long llround(double __x) extern long long llround(double __x)
-
__llround$descriptor
Function descriptor for:extern long long __llround(double __x)
-
__llround$handle
Downcall method handle for:extern long long __llround(double __x)
-
__llround$address
Address for:extern long long __llround(double __x)
-
__llround
public static long __llround(double __x) extern long long __llround(double __x)
-
fdim$descriptor
Function descriptor for:extern double fdim(double __x, double __y)
-
fdim$handle
Downcall method handle for:extern double fdim(double __x, double __y)
-
fdim$address
Address for:extern double fdim(double __x, double __y)
-
fdim
public static double fdim(double __x, double __y) extern double fdim(double __x, double __y)
-
__fdim$descriptor
Function descriptor for:extern double __fdim(double __x, double __y)
-
__fdim$handle
Downcall method handle for:extern double __fdim(double __x, double __y)
-
__fdim$address
Address for:extern double __fdim(double __x, double __y)
-
__fdim
public static double __fdim(double __x, double __y) extern double __fdim(double __x, double __y)
-
fmax$descriptor
Function descriptor for:extern double fmax(double __x, double __y)
-
fmax$handle
Downcall method handle for:extern double fmax(double __x, double __y)
-
fmax$address
Address for:extern double fmax(double __x, double __y)
-
fmax
public static double fmax(double __x, double __y) extern double fmax(double __x, double __y)
-
__fmax$descriptor
Function descriptor for:extern double __fmax(double __x, double __y)
-
__fmax$handle
Downcall method handle for:extern double __fmax(double __x, double __y)
-
__fmax$address
Address for:extern double __fmax(double __x, double __y)
-
__fmax
public static double __fmax(double __x, double __y) extern double __fmax(double __x, double __y)
-
fmin$descriptor
Function descriptor for:extern double fmin(double __x, double __y)
-
fmin$handle
Downcall method handle for:extern double fmin(double __x, double __y)
-
fmin$address
Address for:extern double fmin(double __x, double __y)
-
fmin
public static double fmin(double __x, double __y) extern double fmin(double __x, double __y)
-
__fmin$descriptor
Function descriptor for:extern double __fmin(double __x, double __y)
-
__fmin$handle
Downcall method handle for:extern double __fmin(double __x, double __y)
-
__fmin$address
Address for:extern double __fmin(double __x, double __y)
-
__fmin
public static double __fmin(double __x, double __y) extern double __fmin(double __x, double __y)
-
fma$descriptor
Function descriptor for:extern double fma(double __x, double __y, double __z)
-
fma$handle
Downcall method handle for:extern double fma(double __x, double __y, double __z)
-
fma$address
Address for:extern double fma(double __x, double __y, double __z)
-
fma
public static double fma(double __x, double __y, double __z) extern double fma(double __x, double __y, double __z)
-
__fma$descriptor
Function descriptor for:extern double __fma(double __x, double __y, double __z)
-
__fma$handle
Downcall method handle for:extern double __fma(double __x, double __y, double __z)
-
__fma$address
Address for:extern double __fma(double __x, double __y, double __z)
-
__fma
public static double __fma(double __x, double __y, double __z) extern double __fma(double __x, double __y, double __z)
-
scalb$descriptor
Function descriptor for:extern double scalb(double __x, double __n)
-
scalb$handle
Downcall method handle for:extern double scalb(double __x, double __n)
-
scalb$address
Address for:extern double scalb(double __x, double __n)
-
scalb
public static double scalb(double __x, double __n) extern double scalb(double __x, double __n)
-
__scalb$descriptor
Function descriptor for:extern double __scalb(double __x, double __n)
-
__scalb$handle
Downcall method handle for:extern double __scalb(double __x, double __n)
-
__scalb$address
Address for:extern double __scalb(double __x, double __n)
-
__scalb
public static double __scalb(double __x, double __n) extern double __scalb(double __x, double __n)
-
__fpclassifyf$descriptor
Function descriptor for:extern int __fpclassifyf(float __value)
-
__fpclassifyf$handle
Downcall method handle for:extern int __fpclassifyf(float __value)
-
__fpclassifyf$address
Address for:extern int __fpclassifyf(float __value)
-
__fpclassifyf
public static int __fpclassifyf(float __value) extern int __fpclassifyf(float __value)
-
__signbitf$descriptor
Function descriptor for:extern int __signbitf(float __value)
-
__signbitf$handle
Downcall method handle for:extern int __signbitf(float __value)
-
__signbitf$address
Address for:extern int __signbitf(float __value)
-
__signbitf
public static int __signbitf(float __value) extern int __signbitf(float __value)
-
__isinff$descriptor
Function descriptor for:extern int __isinff(float __value)
-
__isinff$handle
Downcall method handle for:extern int __isinff(float __value)
-
__isinff$address
Address for:extern int __isinff(float __value)
-
__isinff
public static int __isinff(float __value) extern int __isinff(float __value)
-
__finitef$descriptor
Function descriptor for:extern int __finitef(float __value)
-
__finitef$handle
Downcall method handle for:extern int __finitef(float __value)
-
__finitef$address
Address for:extern int __finitef(float __value)
-
__finitef
public static int __finitef(float __value) extern int __finitef(float __value)
-
__isnanf$descriptor
Function descriptor for:extern int __isnanf(float __value)
-
__isnanf$handle
Downcall method handle for:extern int __isnanf(float __value)
-
__isnanf$address
Address for:extern int __isnanf(float __value)
-
__isnanf
public static int __isnanf(float __value) extern int __isnanf(float __value)
-
__iseqsigf$descriptor
Function descriptor for:extern int __iseqsigf(float __x, float __y)
-
__iseqsigf$handle
Downcall method handle for:extern int __iseqsigf(float __x, float __y)
-
__iseqsigf$address
Address for:extern int __iseqsigf(float __x, float __y)
-
__iseqsigf
public static int __iseqsigf(float __x, float __y) extern int __iseqsigf(float __x, float __y)
-
__issignalingf$descriptor
Function descriptor for:extern int __issignalingf(float __value)
-
__issignalingf$handle
Downcall method handle for:extern int __issignalingf(float __value)
-
__issignalingf$address
Address for:extern int __issignalingf(float __value)
-
__issignalingf
public static int __issignalingf(float __value) extern int __issignalingf(float __value)
-
acosf$descriptor
Function descriptor for:extern float acosf(float __x)
-
acosf$handle
Downcall method handle for:extern float acosf(float __x)
-
acosf$address
Address for:extern float acosf(float __x)
-
acosf
public static float acosf(float __x) extern float acosf(float __x)
-
__acosf$descriptor
Function descriptor for:extern float __acosf(float __x)
-
__acosf$handle
Downcall method handle for:extern float __acosf(float __x)
-
__acosf$address
Address for:extern float __acosf(float __x)
-
__acosf
public static float __acosf(float __x) extern float __acosf(float __x)
-
asinf$descriptor
Function descriptor for:extern float asinf(float __x)
-
asinf$handle
Downcall method handle for:extern float asinf(float __x)
-
asinf$address
Address for:extern float asinf(float __x)
-
asinf
public static float asinf(float __x) extern float asinf(float __x)
-
__asinf$descriptor
Function descriptor for:extern float __asinf(float __x)
-
__asinf$handle
Downcall method handle for:extern float __asinf(float __x)
-
__asinf$address
Address for:extern float __asinf(float __x)
-
__asinf
public static float __asinf(float __x) extern float __asinf(float __x)
-
atanf$descriptor
Function descriptor for:extern float atanf(float __x)
-
atanf$handle
Downcall method handle for:extern float atanf(float __x)
-
atanf$address
Address for:extern float atanf(float __x)
-
atanf
public static float atanf(float __x) extern float atanf(float __x)
-
__atanf$descriptor
Function descriptor for:extern float __atanf(float __x)
-
__atanf$handle
Downcall method handle for:extern float __atanf(float __x)
-
__atanf$address
Address for:extern float __atanf(float __x)
-
__atanf
public static float __atanf(float __x) extern float __atanf(float __x)
-
atan2f$descriptor
Function descriptor for:extern float atan2f(float __y, float __x)
-
atan2f$handle
Downcall method handle for:extern float atan2f(float __y, float __x)
-
atan2f$address
Address for:extern float atan2f(float __y, float __x)
-
atan2f
public static float atan2f(float __y, float __x) extern float atan2f(float __y, float __x)
-
__atan2f$descriptor
Function descriptor for:extern float __atan2f(float __y, float __x)
-
__atan2f$handle
Downcall method handle for:extern float __atan2f(float __y, float __x)
-
__atan2f$address
Address for:extern float __atan2f(float __y, float __x)
-
__atan2f
public static float __atan2f(float __y, float __x) extern float __atan2f(float __y, float __x)
-
cosf$descriptor
Function descriptor for:extern float cosf(float __x)
-
cosf$handle
Downcall method handle for:extern float cosf(float __x)
-
cosf$address
Address for:extern float cosf(float __x)
-
cosf
public static float cosf(float __x) extern float cosf(float __x)
-
__cosf$descriptor
Function descriptor for:extern float __cosf(float __x)
-
__cosf$handle
Downcall method handle for:extern float __cosf(float __x)
-
__cosf$address
Address for:extern float __cosf(float __x)
-
__cosf
public static float __cosf(float __x) extern float __cosf(float __x)
-
sinf$descriptor
Function descriptor for:extern float sinf(float __x)
-
sinf$handle
Downcall method handle for:extern float sinf(float __x)
-
sinf$address
Address for:extern float sinf(float __x)
-
sinf
public static float sinf(float __x) extern float sinf(float __x)
-
__sinf$descriptor
Function descriptor for:extern float __sinf(float __x)
-
__sinf$handle
Downcall method handle for:extern float __sinf(float __x)
-
__sinf$address
Address for:extern float __sinf(float __x)
-
__sinf
public static float __sinf(float __x) extern float __sinf(float __x)
-
tanf$descriptor
Function descriptor for:extern float tanf(float __x)
-
tanf$handle
Downcall method handle for:extern float tanf(float __x)
-
tanf$address
Address for:extern float tanf(float __x)
-
tanf
public static float tanf(float __x) extern float tanf(float __x)
-
__tanf$descriptor
Function descriptor for:extern float __tanf(float __x)
-
__tanf$handle
Downcall method handle for:extern float __tanf(float __x)
-
__tanf$address
Address for:extern float __tanf(float __x)
-
__tanf
public static float __tanf(float __x) extern float __tanf(float __x)
-
coshf$descriptor
Function descriptor for:extern float coshf(float __x)
-
coshf$handle
Downcall method handle for:extern float coshf(float __x)
-
coshf$address
Address for:extern float coshf(float __x)
-
coshf
public static float coshf(float __x) extern float coshf(float __x)
-
__coshf$descriptor
Function descriptor for:extern float __coshf(float __x)
-
__coshf$handle
Downcall method handle for:extern float __coshf(float __x)
-
__coshf$address
Address for:extern float __coshf(float __x)
-
__coshf
public static float __coshf(float __x) extern float __coshf(float __x)
-
sinhf$descriptor
Function descriptor for:extern float sinhf(float __x)
-
sinhf$handle
Downcall method handle for:extern float sinhf(float __x)
-
sinhf$address
Address for:extern float sinhf(float __x)
-
sinhf
public static float sinhf(float __x) extern float sinhf(float __x)
-
__sinhf$descriptor
Function descriptor for:extern float __sinhf(float __x)
-
__sinhf$handle
Downcall method handle for:extern float __sinhf(float __x)
-
__sinhf$address
Address for:extern float __sinhf(float __x)
-
__sinhf
public static float __sinhf(float __x) extern float __sinhf(float __x)
-
tanhf$descriptor
Function descriptor for:extern float tanhf(float __x)
-
tanhf$handle
Downcall method handle for:extern float tanhf(float __x)
-
tanhf$address
Address for:extern float tanhf(float __x)
-
tanhf
public static float tanhf(float __x) extern float tanhf(float __x)
-
__tanhf$descriptor
Function descriptor for:extern float __tanhf(float __x)
-
__tanhf$handle
Downcall method handle for:extern float __tanhf(float __x)
-
__tanhf$address
Address for:extern float __tanhf(float __x)
-
__tanhf
public static float __tanhf(float __x) extern float __tanhf(float __x)
-
acoshf$descriptor
Function descriptor for:extern float acoshf(float __x)
-
acoshf$handle
Downcall method handle for:extern float acoshf(float __x)
-
acoshf$address
Address for:extern float acoshf(float __x)
-
acoshf
public static float acoshf(float __x) extern float acoshf(float __x)
-
__acoshf$descriptor
Function descriptor for:extern float __acoshf(float __x)
-
__acoshf$handle
Downcall method handle for:extern float __acoshf(float __x)
-
__acoshf$address
Address for:extern float __acoshf(float __x)
-
__acoshf
public static float __acoshf(float __x) extern float __acoshf(float __x)
-
asinhf$descriptor
Function descriptor for:extern float asinhf(float __x)
-
asinhf$handle
Downcall method handle for:extern float asinhf(float __x)
-
asinhf$address
Address for:extern float asinhf(float __x)
-
asinhf
public static float asinhf(float __x) extern float asinhf(float __x)
-
__asinhf$descriptor
Function descriptor for:extern float __asinhf(float __x)
-
__asinhf$handle
Downcall method handle for:extern float __asinhf(float __x)
-
__asinhf$address
Address for:extern float __asinhf(float __x)
-
__asinhf
public static float __asinhf(float __x) extern float __asinhf(float __x)
-
atanhf$descriptor
Function descriptor for:extern float atanhf(float __x)
-
atanhf$handle
Downcall method handle for:extern float atanhf(float __x)
-
atanhf$address
Address for:extern float atanhf(float __x)
-
atanhf
public static float atanhf(float __x) extern float atanhf(float __x)
-
__atanhf$descriptor
Function descriptor for:extern float __atanhf(float __x)
-
__atanhf$handle
Downcall method handle for:extern float __atanhf(float __x)
-
__atanhf$address
Address for:extern float __atanhf(float __x)
-
__atanhf
public static float __atanhf(float __x) extern float __atanhf(float __x)
-
expf$descriptor
Function descriptor for:extern float expf(float __x)
-
expf$handle
Downcall method handle for:extern float expf(float __x)
-
expf$address
Address for:extern float expf(float __x)
-
expf
public static float expf(float __x) extern float expf(float __x)
-
__expf$descriptor
Function descriptor for:extern float __expf(float __x)
-
__expf$handle
Downcall method handle for:extern float __expf(float __x)
-
__expf$address
Address for:extern float __expf(float __x)
-
__expf
public static float __expf(float __x) extern float __expf(float __x)
-
frexpf$descriptor
Function descriptor for:extern float frexpf(float __x, int *__exponent)
-
frexpf$handle
Downcall method handle for:extern float frexpf(float __x, int *__exponent)
-
frexpf$address
Address for:extern float frexpf(float __x, int *__exponent)
-
frexpf
extern float frexpf(float __x, int *__exponent)
-
__frexpf$descriptor
Function descriptor for:extern float __frexpf(float __x, int *__exponent)
-
__frexpf$handle
Downcall method handle for:extern float __frexpf(float __x, int *__exponent)
-
__frexpf$address
Address for:extern float __frexpf(float __x, int *__exponent)
-
__frexpf
extern float __frexpf(float __x, int *__exponent)
-
ldexpf$descriptor
Function descriptor for:extern float ldexpf(float __x, int __exponent)
-
ldexpf$handle
Downcall method handle for:extern float ldexpf(float __x, int __exponent)
-
ldexpf$address
Address for:extern float ldexpf(float __x, int __exponent)
-
ldexpf
public static float ldexpf(float __x, int __exponent) extern float ldexpf(float __x, int __exponent)
-
__ldexpf$descriptor
Function descriptor for:extern float __ldexpf(float __x, int __exponent)
-
__ldexpf$handle
Downcall method handle for:extern float __ldexpf(float __x, int __exponent)
-
__ldexpf$address
Address for:extern float __ldexpf(float __x, int __exponent)
-
__ldexpf
public static float __ldexpf(float __x, int __exponent) extern float __ldexpf(float __x, int __exponent)
-
logf$descriptor
Function descriptor for:extern float logf(float __x)
-
logf$handle
Downcall method handle for:extern float logf(float __x)
-
logf$address
Address for:extern float logf(float __x)
-
logf
public static float logf(float __x) extern float logf(float __x)
-
__logf$descriptor
Function descriptor for:extern float __logf(float __x)
-
__logf$handle
Downcall method handle for:extern float __logf(float __x)
-
__logf$address
Address for:extern float __logf(float __x)
-
__logf
public static float __logf(float __x) extern float __logf(float __x)
-
log10f$descriptor
Function descriptor for:extern float log10f(float __x)
-
log10f$handle
Downcall method handle for:extern float log10f(float __x)
-
log10f$address
Address for:extern float log10f(float __x)
-
log10f
public static float log10f(float __x) extern float log10f(float __x)
-
__log10f$descriptor
Function descriptor for:extern float __log10f(float __x)
-
__log10f$handle
Downcall method handle for:extern float __log10f(float __x)
-
__log10f$address
Address for:extern float __log10f(float __x)
-
__log10f
public static float __log10f(float __x) extern float __log10f(float __x)
-
modff$descriptor
Function descriptor for:extern float modff(float __x, float *__iptr)
-
modff$handle
Downcall method handle for:extern float modff(float __x, float *__iptr)
-
modff$address
Address for:extern float modff(float __x, float *__iptr)
-
modff
extern float modff(float __x, float *__iptr)
-
__modff$descriptor
Function descriptor for:extern float __modff(float __x, float *__iptr)
-
__modff$handle
Downcall method handle for:extern float __modff(float __x, float *__iptr)
-
__modff$address
Address for:extern float __modff(float __x, float *__iptr)
-
__modff
extern float __modff(float __x, float *__iptr)
-
expm1f$descriptor
Function descriptor for:extern float expm1f(float __x)
-
expm1f$handle
Downcall method handle for:extern float expm1f(float __x)
-
expm1f$address
Address for:extern float expm1f(float __x)
-
expm1f
public static float expm1f(float __x) extern float expm1f(float __x)
-
__expm1f$descriptor
Function descriptor for:extern float __expm1f(float __x)
-
__expm1f$handle
Downcall method handle for:extern float __expm1f(float __x)
-
__expm1f$address
Address for:extern float __expm1f(float __x)
-
__expm1f
public static float __expm1f(float __x) extern float __expm1f(float __x)
-
log1pf$descriptor
Function descriptor for:extern float log1pf(float __x)
-
log1pf$handle
Downcall method handle for:extern float log1pf(float __x)
-
log1pf$address
Address for:extern float log1pf(float __x)
-
log1pf
public static float log1pf(float __x) extern float log1pf(float __x)
-
__log1pf$descriptor
Function descriptor for:extern float __log1pf(float __x)
-
__log1pf$handle
Downcall method handle for:extern float __log1pf(float __x)
-
__log1pf$address
Address for:extern float __log1pf(float __x)
-
__log1pf
public static float __log1pf(float __x) extern float __log1pf(float __x)
-
logbf$descriptor
Function descriptor for:extern float logbf(float __x)
-
logbf$handle
Downcall method handle for:extern float logbf(float __x)
-
logbf$address
Address for:extern float logbf(float __x)
-
logbf
public static float logbf(float __x) extern float logbf(float __x)
-
__logbf$descriptor
Function descriptor for:extern float __logbf(float __x)
-
__logbf$handle
Downcall method handle for:extern float __logbf(float __x)
-
__logbf$address
Address for:extern float __logbf(float __x)
-
__logbf
public static float __logbf(float __x) extern float __logbf(float __x)
-
exp2f$descriptor
Function descriptor for:extern float exp2f(float __x)
-
exp2f$handle
Downcall method handle for:extern float exp2f(float __x)
-
exp2f$address
Address for:extern float exp2f(float __x)
-
exp2f
public static float exp2f(float __x) extern float exp2f(float __x)
-
__exp2f$descriptor
Function descriptor for:extern float __exp2f(float __x)
-
__exp2f$handle
Downcall method handle for:extern float __exp2f(float __x)
-
__exp2f$address
Address for:extern float __exp2f(float __x)
-
__exp2f
public static float __exp2f(float __x) extern float __exp2f(float __x)
-
log2f$descriptor
Function descriptor for:extern float log2f(float __x)
-
log2f$handle
Downcall method handle for:extern float log2f(float __x)
-
log2f$address
Address for:extern float log2f(float __x)
-
log2f
public static float log2f(float __x) extern float log2f(float __x)
-
__log2f$descriptor
Function descriptor for:extern float __log2f(float __x)
-
__log2f$handle
Downcall method handle for:extern float __log2f(float __x)
-
__log2f$address
Address for:extern float __log2f(float __x)
-
__log2f
public static float __log2f(float __x) extern float __log2f(float __x)
-
powf$descriptor
Function descriptor for:extern float powf(float __x, float __y)
-
powf$handle
Downcall method handle for:extern float powf(float __x, float __y)
-
powf$address
Address for:extern float powf(float __x, float __y)
-
powf
public static float powf(float __x, float __y) extern float powf(float __x, float __y)
-
__powf$descriptor
Function descriptor for:extern float __powf(float __x, float __y)
-
__powf$handle
Downcall method handle for:extern float __powf(float __x, float __y)
-
__powf$address
Address for:extern float __powf(float __x, float __y)
-
__powf
public static float __powf(float __x, float __y) extern float __powf(float __x, float __y)
-
sqrtf$descriptor
Function descriptor for:extern float sqrtf(float __x)
-
sqrtf$handle
Downcall method handle for:extern float sqrtf(float __x)
-
sqrtf$address
Address for:extern float sqrtf(float __x)
-
sqrtf
public static float sqrtf(float __x) extern float sqrtf(float __x)
-
__sqrtf$descriptor
Function descriptor for:extern float __sqrtf(float __x)
-
__sqrtf$handle
Downcall method handle for:extern float __sqrtf(float __x)
-
__sqrtf$address
Address for:extern float __sqrtf(float __x)
-
__sqrtf
public static float __sqrtf(float __x) extern float __sqrtf(float __x)
-
hypotf$descriptor
Function descriptor for:extern float hypotf(float __x, float __y)
-
hypotf$handle
Downcall method handle for:extern float hypotf(float __x, float __y)
-
hypotf$address
Address for:extern float hypotf(float __x, float __y)
-
hypotf
public static float hypotf(float __x, float __y) extern float hypotf(float __x, float __y)
-
__hypotf$descriptor
Function descriptor for:extern float __hypotf(float __x, float __y)
-
__hypotf$handle
Downcall method handle for:extern float __hypotf(float __x, float __y)
-
__hypotf$address
Address for:extern float __hypotf(float __x, float __y)
-
__hypotf
public static float __hypotf(float __x, float __y) extern float __hypotf(float __x, float __y)
-
cbrtf$descriptor
Function descriptor for:extern float cbrtf(float __x)
-
cbrtf$handle
Downcall method handle for:extern float cbrtf(float __x)
-
cbrtf$address
Address for:extern float cbrtf(float __x)
-
cbrtf
public static float cbrtf(float __x) extern float cbrtf(float __x)
-
__cbrtf$descriptor
Function descriptor for:extern float __cbrtf(float __x)
-
__cbrtf$handle
Downcall method handle for:extern float __cbrtf(float __x)
-
__cbrtf$address
Address for:extern float __cbrtf(float __x)
-
__cbrtf
public static float __cbrtf(float __x) extern float __cbrtf(float __x)
-
ceilf$descriptor
Function descriptor for:extern float ceilf(float __x)
-
ceilf$handle
Downcall method handle for:extern float ceilf(float __x)
-
ceilf$address
Address for:extern float ceilf(float __x)
-
ceilf
public static float ceilf(float __x) extern float ceilf(float __x)
-
__ceilf$descriptor
Function descriptor for:extern float __ceilf(float __x)
-
__ceilf$handle
Downcall method handle for:extern float __ceilf(float __x)
-
__ceilf$address
Address for:extern float __ceilf(float __x)
-
__ceilf
public static float __ceilf(float __x) extern float __ceilf(float __x)
-
fabsf$descriptor
Function descriptor for:extern float fabsf(float __x)
-
fabsf$handle
Downcall method handle for:extern float fabsf(float __x)
-
fabsf$address
Address for:extern float fabsf(float __x)
-
fabsf
public static float fabsf(float __x) extern float fabsf(float __x)
-
__fabsf$descriptor
Function descriptor for:extern float __fabsf(float __x)
-
__fabsf$handle
Downcall method handle for:extern float __fabsf(float __x)
-
__fabsf$address
Address for:extern float __fabsf(float __x)
-
__fabsf
public static float __fabsf(float __x) extern float __fabsf(float __x)
-
floorf$descriptor
Function descriptor for:extern float floorf(float __x)
-
floorf$handle
Downcall method handle for:extern float floorf(float __x)
-
floorf$address
Address for:extern float floorf(float __x)
-
floorf
public static float floorf(float __x) extern float floorf(float __x)
-
__floorf$descriptor
Function descriptor for:extern float __floorf(float __x)
-
__floorf$handle
Downcall method handle for:extern float __floorf(float __x)
-
__floorf$address
Address for:extern float __floorf(float __x)
-
__floorf
public static float __floorf(float __x) extern float __floorf(float __x)
-
fmodf$descriptor
Function descriptor for:extern float fmodf(float __x, float __y)
-
fmodf$handle
Downcall method handle for:extern float fmodf(float __x, float __y)
-
fmodf$address
Address for:extern float fmodf(float __x, float __y)
-
fmodf
public static float fmodf(float __x, float __y) extern float fmodf(float __x, float __y)
-
__fmodf$descriptor
Function descriptor for:extern float __fmodf(float __x, float __y)
-
__fmodf$handle
Downcall method handle for:extern float __fmodf(float __x, float __y)
-
__fmodf$address
Address for:extern float __fmodf(float __x, float __y)
-
__fmodf
public static float __fmodf(float __x, float __y) extern float __fmodf(float __x, float __y)
-
isinff$descriptor
Function descriptor for:extern int isinff(float __value)
-
isinff$handle
Downcall method handle for:extern int isinff(float __value)
-
isinff$address
Address for:extern int isinff(float __value)
-
isinff
public static int isinff(float __value) extern int isinff(float __value)
-
finitef$descriptor
Function descriptor for:extern int finitef(float __value)
-
finitef$handle
Downcall method handle for:extern int finitef(float __value)
-
finitef$address
Address for:extern int finitef(float __value)
-
finitef
public static int finitef(float __value) extern int finitef(float __value)
-
dremf$descriptor
Function descriptor for:extern float dremf(float __x, float __y)
-
dremf$handle
Downcall method handle for:extern float dremf(float __x, float __y)
-
dremf$address
Address for:extern float dremf(float __x, float __y)
-
dremf
public static float dremf(float __x, float __y) extern float dremf(float __x, float __y)
-
__dremf$descriptor
Function descriptor for:extern float __dremf(float __x, float __y)
-
__dremf$handle
Downcall method handle for:extern float __dremf(float __x, float __y)
-
__dremf$address
Address for:extern float __dremf(float __x, float __y)
-
__dremf
public static float __dremf(float __x, float __y) extern float __dremf(float __x, float __y)
-
significandf$descriptor
Function descriptor for:extern float significandf(float __x)
-
significandf$handle
Downcall method handle for:extern float significandf(float __x)
-
significandf$address
Address for:extern float significandf(float __x)
-
significandf
public static float significandf(float __x) extern float significandf(float __x)
-
__significandf$descriptor
Function descriptor for:extern float __significandf(float __x)
-
__significandf$handle
Downcall method handle for:extern float __significandf(float __x)
-
__significandf$address
Address for:extern float __significandf(float __x)
-
__significandf
public static float __significandf(float __x) extern float __significandf(float __x)
-
copysignf$descriptor
Function descriptor for:extern float copysignf(float __x, float __y)
-
copysignf$handle
Downcall method handle for:extern float copysignf(float __x, float __y)
-
copysignf$address
Address for:extern float copysignf(float __x, float __y)
-
copysignf
public static float copysignf(float __x, float __y) extern float copysignf(float __x, float __y)
-
__copysignf$descriptor
Function descriptor for:extern float __copysignf(float __x, float __y)
-
__copysignf$handle
Downcall method handle for:extern float __copysignf(float __x, float __y)
-
__copysignf$address
Address for:extern float __copysignf(float __x, float __y)
-
__copysignf
public static float __copysignf(float __x, float __y) extern float __copysignf(float __x, float __y)
-
nanf$descriptor
Function descriptor for:extern float nanf(const char *__tagb)
-
nanf$handle
Downcall method handle for:extern float nanf(const char *__tagb)
-
nanf$address
Address for:extern float nanf(const char *__tagb)
-
nanf
extern float nanf(const char *__tagb)
-
__nanf$descriptor
Function descriptor for:extern float __nanf(const char *__tagb)
-
__nanf$handle
Downcall method handle for:extern float __nanf(const char *__tagb)
-
__nanf$address
Address for:extern float __nanf(const char *__tagb)
-
__nanf
extern float __nanf(const char *__tagb)
-
isnanf$descriptor
Function descriptor for:extern int isnanf(float __value)
-
isnanf$handle
Downcall method handle for:extern int isnanf(float __value)
-
isnanf$address
Address for:extern int isnanf(float __value)
-
isnanf
public static int isnanf(float __value) extern int isnanf(float __value)
-
j0f$descriptor
Function descriptor for:extern float j0f(float)
-
j0f$handle
Downcall method handle for:extern float j0f(float)
-
j0f$address
Address for:extern float j0f(float)
-
j0f
public static float j0f(float x0) extern float j0f(float)
-
__j0f$descriptor
Function descriptor for:extern float __j0f(float)
-
__j0f$handle
Downcall method handle for:extern float __j0f(float)
-
__j0f$address
Address for:extern float __j0f(float)
-
__j0f
public static float __j0f(float x0) extern float __j0f(float)
-
j1f$descriptor
Function descriptor for:extern float j1f(float)
-
j1f$handle
Downcall method handle for:extern float j1f(float)
-
j1f$address
Address for:extern float j1f(float)
-
j1f
public static float j1f(float x0) extern float j1f(float)
-
__j1f$descriptor
Function descriptor for:extern float __j1f(float)
-
__j1f$handle
Downcall method handle for:extern float __j1f(float)
-
__j1f$address
Address for:extern float __j1f(float)
-
__j1f
public static float __j1f(float x0) extern float __j1f(float)
-
jnf$descriptor
Function descriptor for:extern float jnf(int, float)
-
jnf$handle
Downcall method handle for:extern float jnf(int, float)
-
jnf$address
Address for:extern float jnf(int, float)
-
jnf
public static float jnf(int x0, float x1) extern float jnf(int, float)
-
__jnf$descriptor
Function descriptor for:extern float __jnf(int, float)
-
__jnf$handle
Downcall method handle for:extern float __jnf(int, float)
-
__jnf$address
Address for:extern float __jnf(int, float)
-
__jnf
public static float __jnf(int x0, float x1) extern float __jnf(int, float)
-
y0f$descriptor
Function descriptor for:extern float y0f(float)
-
y0f$handle
Downcall method handle for:extern float y0f(float)
-
y0f$address
Address for:extern float y0f(float)
-
y0f
public static float y0f(float x0) extern float y0f(float)
-
__y0f$descriptor
Function descriptor for:extern float __y0f(float)
-
__y0f$handle
Downcall method handle for:extern float __y0f(float)
-
__y0f$address
Address for:extern float __y0f(float)
-
__y0f
public static float __y0f(float x0) extern float __y0f(float)
-
y1f$descriptor
Function descriptor for:extern float y1f(float)
-
y1f$handle
Downcall method handle for:extern float y1f(float)
-
y1f$address
Address for:extern float y1f(float)
-
y1f
public static float y1f(float x0) extern float y1f(float)
-
__y1f$descriptor
Function descriptor for:extern float __y1f(float)
-
__y1f$handle
Downcall method handle for:extern float __y1f(float)
-
__y1f$address
Address for:extern float __y1f(float)
-
__y1f
public static float __y1f(float x0) extern float __y1f(float)
-
ynf$descriptor
Function descriptor for:extern float ynf(int, float)
-
ynf$handle
Downcall method handle for:extern float ynf(int, float)
-
ynf$address
Address for:extern float ynf(int, float)
-
ynf
public static float ynf(int x0, float x1) extern float ynf(int, float)
-
__ynf$descriptor
Function descriptor for:extern float __ynf(int, float)
-
__ynf$handle
Downcall method handle for:extern float __ynf(int, float)
-
__ynf$address
Address for:extern float __ynf(int, float)
-
__ynf
public static float __ynf(int x0, float x1) extern float __ynf(int, float)
-
erff$descriptor
Function descriptor for:extern float erff(float)
-
erff$handle
Downcall method handle for:extern float erff(float)
-
erff$address
Address for:extern float erff(float)
-
erff
public static float erff(float x0) extern float erff(float)
-
__erff$descriptor
Function descriptor for:extern float __erff(float)
-
__erff$handle
Downcall method handle for:extern float __erff(float)
-
__erff$address
Address for:extern float __erff(float)
-
__erff
public static float __erff(float x0) extern float __erff(float)
-
erfcf$descriptor
Function descriptor for:extern float erfcf(float)
-
erfcf$handle
Downcall method handle for:extern float erfcf(float)
-
erfcf$address
Address for:extern float erfcf(float)
-
erfcf
public static float erfcf(float x0) extern float erfcf(float)
-
__erfcf$descriptor
Function descriptor for:extern float __erfcf(float)
-
__erfcf$handle
Downcall method handle for:extern float __erfcf(float)
-
__erfcf$address
Address for:extern float __erfcf(float)
-
__erfcf
public static float __erfcf(float x0) extern float __erfcf(float)
-
lgammaf$descriptor
Function descriptor for:extern float lgammaf(float)
-
lgammaf$handle
Downcall method handle for:extern float lgammaf(float)
-
lgammaf$address
Address for:extern float lgammaf(float)
-
lgammaf
public static float lgammaf(float x0) extern float lgammaf(float)
-
__lgammaf$descriptor
Function descriptor for:extern float __lgammaf(float)
-
__lgammaf$handle
Downcall method handle for:extern float __lgammaf(float)
-
__lgammaf$address
Address for:extern float __lgammaf(float)
-
__lgammaf
public static float __lgammaf(float x0) extern float __lgammaf(float)
-
tgammaf$descriptor
Function descriptor for:extern float tgammaf(float)
-
tgammaf$handle
Downcall method handle for:extern float tgammaf(float)
-
tgammaf$address
Address for:extern float tgammaf(float)
-
tgammaf
public static float tgammaf(float x0) extern float tgammaf(float)
-
__tgammaf$descriptor
Function descriptor for:extern float __tgammaf(float)
-
__tgammaf$handle
Downcall method handle for:extern float __tgammaf(float)
-
__tgammaf$address
Address for:extern float __tgammaf(float)
-
__tgammaf
public static float __tgammaf(float x0) extern float __tgammaf(float)
-
gammaf$descriptor
Function descriptor for:extern float gammaf(float)
-
gammaf$handle
Downcall method handle for:extern float gammaf(float)
-
gammaf$address
Address for:extern float gammaf(float)
-
gammaf
public static float gammaf(float x0) extern float gammaf(float)
-
__gammaf$descriptor
Function descriptor for:extern float __gammaf(float)
-
__gammaf$handle
Downcall method handle for:extern float __gammaf(float)
-
__gammaf$address
Address for:extern float __gammaf(float)
-
__gammaf
public static float __gammaf(float x0) extern float __gammaf(float)
-
lgammaf_r$descriptor
Function descriptor for:extern float lgammaf_r(float, int *__signgamp)
-
lgammaf_r$handle
Downcall method handle for:extern float lgammaf_r(float, int *__signgamp)
-
lgammaf_r$address
Address for:extern float lgammaf_r(float, int *__signgamp)
-
lgammaf_r
extern float lgammaf_r(float, int *__signgamp)
-
__lgammaf_r$descriptor
Function descriptor for:extern float __lgammaf_r(float, int *__signgamp)
-
__lgammaf_r$handle
Downcall method handle for:extern float __lgammaf_r(float, int *__signgamp)
-
__lgammaf_r$address
Address for:extern float __lgammaf_r(float, int *__signgamp)
-
__lgammaf_r
extern float __lgammaf_r(float, int *__signgamp)
-
rintf$descriptor
Function descriptor for:extern float rintf(float __x)
-
rintf$handle
Downcall method handle for:extern float rintf(float __x)
-
rintf$address
Address for:extern float rintf(float __x)
-
rintf
public static float rintf(float __x) extern float rintf(float __x)
-
__rintf$descriptor
Function descriptor for:extern float __rintf(float __x)
-
__rintf$handle
Downcall method handle for:extern float __rintf(float __x)
-
__rintf$address
Address for:extern float __rintf(float __x)
-
__rintf
public static float __rintf(float __x) extern float __rintf(float __x)
-
nextafterf$descriptor
Function descriptor for:extern float nextafterf(float __x, float __y)
-
nextafterf$handle
Downcall method handle for:extern float nextafterf(float __x, float __y)
-
nextafterf$address
Address for:extern float nextafterf(float __x, float __y)
-
nextafterf
public static float nextafterf(float __x, float __y) extern float nextafterf(float __x, float __y)
-
__nextafterf$descriptor
Function descriptor for:extern float __nextafterf(float __x, float __y)
-
__nextafterf$handle
Downcall method handle for:extern float __nextafterf(float __x, float __y)
-
__nextafterf$address
Address for:extern float __nextafterf(float __x, float __y)
-
__nextafterf
public static float __nextafterf(float __x, float __y) extern float __nextafterf(float __x, float __y)
-
remainderf$descriptor
Function descriptor for:extern float remainderf(float __x, float __y)
-
remainderf$handle
Downcall method handle for:extern float remainderf(float __x, float __y)
-
remainderf$address
Address for:extern float remainderf(float __x, float __y)
-
remainderf
public static float remainderf(float __x, float __y) extern float remainderf(float __x, float __y)
-
__remainderf$descriptor
Function descriptor for:extern float __remainderf(float __x, float __y)
-
__remainderf$handle
Downcall method handle for:extern float __remainderf(float __x, float __y)
-
__remainderf$address
Address for:extern float __remainderf(float __x, float __y)
-
__remainderf
public static float __remainderf(float __x, float __y) extern float __remainderf(float __x, float __y)
-
scalbnf$descriptor
Function descriptor for:extern float scalbnf(float __x, int __n)
-
scalbnf$handle
Downcall method handle for:extern float scalbnf(float __x, int __n)
-
scalbnf$address
Address for:extern float scalbnf(float __x, int __n)
-
scalbnf
public static float scalbnf(float __x, int __n) extern float scalbnf(float __x, int __n)
-
__scalbnf$descriptor
Function descriptor for:extern float __scalbnf(float __x, int __n)
-
__scalbnf$handle
Downcall method handle for:extern float __scalbnf(float __x, int __n)
-
__scalbnf$address
Address for:extern float __scalbnf(float __x, int __n)
-
__scalbnf
public static float __scalbnf(float __x, int __n) extern float __scalbnf(float __x, int __n)
-
ilogbf$descriptor
Function descriptor for:extern int ilogbf(float __x)
-
ilogbf$handle
Downcall method handle for:extern int ilogbf(float __x)
-
ilogbf$address
Address for:extern int ilogbf(float __x)
-
ilogbf
public static int ilogbf(float __x) extern int ilogbf(float __x)
-
__ilogbf$descriptor
Function descriptor for:extern int __ilogbf(float __x)
-
__ilogbf$handle
Downcall method handle for:extern int __ilogbf(float __x)
-
__ilogbf$address
Address for:extern int __ilogbf(float __x)
-
__ilogbf
public static int __ilogbf(float __x) extern int __ilogbf(float __x)
-
scalblnf$descriptor
Function descriptor for:extern float scalblnf(float __x, long __n)
-
scalblnf$handle
Downcall method handle for:extern float scalblnf(float __x, long __n)
-
scalblnf$address
Address for:extern float scalblnf(float __x, long __n)
-
scalblnf
public static float scalblnf(float __x, long __n) extern float scalblnf(float __x, long __n)
-
__scalblnf$descriptor
Function descriptor for:extern float __scalblnf(float __x, long __n)
-
__scalblnf$handle
Downcall method handle for:extern float __scalblnf(float __x, long __n)
-
__scalblnf$address
Address for:extern float __scalblnf(float __x, long __n)
-
__scalblnf
public static float __scalblnf(float __x, long __n) extern float __scalblnf(float __x, long __n)
-
nearbyintf$descriptor
Function descriptor for:extern float nearbyintf(float __x)
-
nearbyintf$handle
Downcall method handle for:extern float nearbyintf(float __x)
-
nearbyintf$address
Address for:extern float nearbyintf(float __x)
-
nearbyintf
public static float nearbyintf(float __x) extern float nearbyintf(float __x)
-
__nearbyintf$descriptor
Function descriptor for:extern float __nearbyintf(float __x)
-
__nearbyintf$handle
Downcall method handle for:extern float __nearbyintf(float __x)
-
__nearbyintf$address
Address for:extern float __nearbyintf(float __x)
-
__nearbyintf
public static float __nearbyintf(float __x) extern float __nearbyintf(float __x)
-
roundf$descriptor
Function descriptor for:extern float roundf(float __x)
-
roundf$handle
Downcall method handle for:extern float roundf(float __x)
-
roundf$address
Address for:extern float roundf(float __x)
-
roundf
public static float roundf(float __x) extern float roundf(float __x)
-
__roundf$descriptor
Function descriptor for:extern float __roundf(float __x)
-
__roundf$handle
Downcall method handle for:extern float __roundf(float __x)
-
__roundf$address
Address for:extern float __roundf(float __x)
-
__roundf
public static float __roundf(float __x) extern float __roundf(float __x)
-
truncf$descriptor
Function descriptor for:extern float truncf(float __x)
-
truncf$handle
Downcall method handle for:extern float truncf(float __x)
-
truncf$address
Address for:extern float truncf(float __x)
-
truncf
public static float truncf(float __x) extern float truncf(float __x)
-
__truncf$descriptor
Function descriptor for:extern float __truncf(float __x)
-
__truncf$handle
Downcall method handle for:extern float __truncf(float __x)
-
__truncf$address
Address for:extern float __truncf(float __x)
-
__truncf
public static float __truncf(float __x) extern float __truncf(float __x)
-
remquof$descriptor
Function descriptor for:extern float remquof(float __x, float __y, int *__quo)
-
remquof$handle
Downcall method handle for:extern float remquof(float __x, float __y, int *__quo)
-
remquof$address
Address for:extern float remquof(float __x, float __y, int *__quo)
-
remquof
extern float remquof(float __x, float __y, int *__quo)
-
__remquof$descriptor
Function descriptor for:extern float __remquof(float __x, float __y, int *__quo)
-
__remquof$handle
Downcall method handle for:extern float __remquof(float __x, float __y, int *__quo)
-
__remquof$address
Address for:extern float __remquof(float __x, float __y, int *__quo)
-
__remquof
extern float __remquof(float __x, float __y, int *__quo)
-
lrintf$descriptor
Function descriptor for:extern long lrintf(float __x)
-
lrintf$handle
Downcall method handle for:extern long lrintf(float __x)
-
lrintf$address
Address for:extern long lrintf(float __x)
-
lrintf
public static long lrintf(float __x) extern long lrintf(float __x)
-
__lrintf$descriptor
Function descriptor for:extern long __lrintf(float __x)
-
__lrintf$handle
Downcall method handle for:extern long __lrintf(float __x)
-
__lrintf$address
Address for:extern long __lrintf(float __x)
-
__lrintf
public static long __lrintf(float __x) extern long __lrintf(float __x)
-
llrintf$descriptor
Function descriptor for:extern long long llrintf(float __x)
-
llrintf$handle
Downcall method handle for:extern long long llrintf(float __x)
-
llrintf$address
Address for:extern long long llrintf(float __x)
-
llrintf
public static long llrintf(float __x) extern long long llrintf(float __x)
-
__llrintf$descriptor
Function descriptor for:extern long long __llrintf(float __x)
-
__llrintf$handle
Downcall method handle for:extern long long __llrintf(float __x)
-
__llrintf$address
Address for:extern long long __llrintf(float __x)
-
__llrintf
public static long __llrintf(float __x) extern long long __llrintf(float __x)
-
lroundf$descriptor
Function descriptor for:extern long lroundf(float __x)
-
lroundf$handle
Downcall method handle for:extern long lroundf(float __x)
-
lroundf$address
Address for:extern long lroundf(float __x)
-
lroundf
public static long lroundf(float __x) extern long lroundf(float __x)
-
__lroundf$descriptor
Function descriptor for:extern long __lroundf(float __x)
-
__lroundf$handle
Downcall method handle for:extern long __lroundf(float __x)
-
__lroundf$address
Address for:extern long __lroundf(float __x)
-
__lroundf
public static long __lroundf(float __x) extern long __lroundf(float __x)
-
llroundf$descriptor
Function descriptor for:extern long long llroundf(float __x)
-
llroundf$handle
Downcall method handle for:extern long long llroundf(float __x)
-
llroundf$address
Address for:extern long long llroundf(float __x)
-
llroundf
public static long llroundf(float __x) extern long long llroundf(float __x)
-
__llroundf$descriptor
Function descriptor for:extern long long __llroundf(float __x)
-
__llroundf$handle
Downcall method handle for:extern long long __llroundf(float __x)
-
__llroundf$address
Address for:extern long long __llroundf(float __x)
-
__llroundf
public static long __llroundf(float __x) extern long long __llroundf(float __x)
-
fdimf$descriptor
Function descriptor for:extern float fdimf(float __x, float __y)
-
fdimf$handle
Downcall method handle for:extern float fdimf(float __x, float __y)
-
fdimf$address
Address for:extern float fdimf(float __x, float __y)
-
fdimf
public static float fdimf(float __x, float __y) extern float fdimf(float __x, float __y)
-
__fdimf$descriptor
Function descriptor for:extern float __fdimf(float __x, float __y)
-
__fdimf$handle
Downcall method handle for:extern float __fdimf(float __x, float __y)
-
__fdimf$address
Address for:extern float __fdimf(float __x, float __y)
-
__fdimf
public static float __fdimf(float __x, float __y) extern float __fdimf(float __x, float __y)
-
fmaxf$descriptor
Function descriptor for:extern float fmaxf(float __x, float __y)
-
fmaxf$handle
Downcall method handle for:extern float fmaxf(float __x, float __y)
-
fmaxf$address
Address for:extern float fmaxf(float __x, float __y)
-
fmaxf
public static float fmaxf(float __x, float __y) extern float fmaxf(float __x, float __y)
-
__fmaxf$descriptor
Function descriptor for:extern float __fmaxf(float __x, float __y)
-
__fmaxf$handle
Downcall method handle for:extern float __fmaxf(float __x, float __y)
-
__fmaxf$address
Address for:extern float __fmaxf(float __x, float __y)
-
__fmaxf
public static float __fmaxf(float __x, float __y) extern float __fmaxf(float __x, float __y)
-
fminf$descriptor
Function descriptor for:extern float fminf(float __x, float __y)
-
fminf$handle
Downcall method handle for:extern float fminf(float __x, float __y)
-
fminf$address
Address for:extern float fminf(float __x, float __y)
-
fminf
public static float fminf(float __x, float __y) extern float fminf(float __x, float __y)
-
__fminf$descriptor
Function descriptor for:extern float __fminf(float __x, float __y)
-
__fminf$handle
Downcall method handle for:extern float __fminf(float __x, float __y)
-
__fminf$address
Address for:extern float __fminf(float __x, float __y)
-
__fminf
public static float __fminf(float __x, float __y) extern float __fminf(float __x, float __y)
-
fmaf$descriptor
Function descriptor for:extern float fmaf(float __x, float __y, float __z)
-
fmaf$handle
Downcall method handle for:extern float fmaf(float __x, float __y, float __z)
-
fmaf$address
Address for:extern float fmaf(float __x, float __y, float __z)
-
fmaf
public static float fmaf(float __x, float __y, float __z) extern float fmaf(float __x, float __y, float __z)
-
__fmaf$descriptor
Function descriptor for:extern float __fmaf(float __x, float __y, float __z)
-
__fmaf$handle
Downcall method handle for:extern float __fmaf(float __x, float __y, float __z)
-
__fmaf$address
Address for:extern float __fmaf(float __x, float __y, float __z)
-
__fmaf
public static float __fmaf(float __x, float __y, float __z) extern float __fmaf(float __x, float __y, float __z)
-
scalbf$descriptor
Function descriptor for:extern float scalbf(float __x, float __n)
-
scalbf$handle
Downcall method handle for:extern float scalbf(float __x, float __n)
-
scalbf$address
Address for:extern float scalbf(float __x, float __n)
-
scalbf
public static float scalbf(float __x, float __n) extern float scalbf(float __x, float __n)
-
__scalbf$descriptor
Function descriptor for:extern float __scalbf(float __x, float __n)
-
__scalbf$handle
Downcall method handle for:extern float __scalbf(float __x, float __n)
-
__scalbf$address
Address for:extern float __scalbf(float __x, float __n)
-
__scalbf
public static float __scalbf(float __x, float __n) extern float __scalbf(float __x, float __n)
-
signgam$layout
Layout for variable:extern int signgam
-
signgam$segment
Segment for variable:extern int signgam
-
signgam
public static int signgam()Getter for variable:extern int signgam
-
signgam
public static void signgam(int varValue) Setter for variable:extern int signgam
-
Clamp$descriptor
Function descriptor for:float Clamp(float value, float min, float max)
-
Clamp$handle
Downcall method handle for:float Clamp(float value, float min, float max)
-
Clamp$address
Address for:float Clamp(float value, float min, float max)
-
Clamp
public static float Clamp(float value, float min, float max) float Clamp(float value, float min, float max)
-
Lerp$descriptor
Function descriptor for:float Lerp(float start, float end, float amount)
-
Lerp$handle
Downcall method handle for:float Lerp(float start, float end, float amount)
-
Lerp$address
Address for:float Lerp(float start, float end, float amount)
-
Lerp
public static float Lerp(float start, float end, float amount) float Lerp(float start, float end, float amount)
-
Normalize$descriptor
Function descriptor for:float Normalize(float value, float start, float end)
-
Normalize$handle
Downcall method handle for:float Normalize(float value, float start, float end)
-
Normalize$address
Address for:float Normalize(float value, float start, float end)
-
Normalize
public static float Normalize(float value, float start, float end) float Normalize(float value, float start, float end)
-
Remap$descriptor
Function descriptor for:float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd)
-
Remap$handle
Downcall method handle for:float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd)
-
Remap$address
Address for:float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd)
-
Remap
public static float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd) float Remap(float value, float inputStart, float inputEnd, float outputStart, float outputEnd)
-
Wrap$descriptor
Function descriptor for:float Wrap(float value, float min, float max)
-
Wrap$handle
Downcall method handle for:float Wrap(float value, float min, float max)
-
Wrap$address
Address for:float Wrap(float value, float min, float max)
-
Wrap
public static float Wrap(float value, float min, float max) float Wrap(float value, float min, float max)
-
FloatEquals$descriptor
Function descriptor for:int FloatEquals(float x, float y)
-
FloatEquals$handle
Downcall method handle for:int FloatEquals(float x, float y)
-
FloatEquals$address
Address for:int FloatEquals(float x, float y)
-
FloatEquals
public static int FloatEquals(float x, float y) int FloatEquals(float x, float y)
-
Vector2Zero$descriptor
Function descriptor for:Vector2 Vector2Zero()
-
Vector2Zero$handle
Downcall method handle for:Vector2 Vector2Zero()
-
Vector2Zero$address
Address for:Vector2 Vector2Zero()
-
Vector2Zero
Vector2 Vector2Zero()
-
Vector2One$descriptor
Function descriptor for:Vector2 Vector2One()
-
Vector2One$handle
Downcall method handle for:Vector2 Vector2One()
-
Vector2One$address
Address for:Vector2 Vector2One()
-
Vector2One
Vector2 Vector2One()
-
Vector2Add$descriptor
Function descriptor for:Vector2 Vector2Add(Vector2 v1, Vector2 v2)
-
Vector2Add$handle
Downcall method handle for:Vector2 Vector2Add(Vector2 v1, Vector2 v2)
-
Vector2Add$address
Address for:Vector2 Vector2Add(Vector2 v1, Vector2 v2)
-
Vector2Add
public static MemorySegment Vector2Add(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Add(Vector2 v1, Vector2 v2)
-
Vector2AddValue$descriptor
Function descriptor for:Vector2 Vector2AddValue(Vector2 v, float add)
-
Vector2AddValue$handle
Downcall method handle for:Vector2 Vector2AddValue(Vector2 v, float add)
-
Vector2AddValue$address
Address for:Vector2 Vector2AddValue(Vector2 v, float add)
-
Vector2AddValue
Vector2 Vector2AddValue(Vector2 v, float add)
-
Vector2Subtract$descriptor
Function descriptor for:Vector2 Vector2Subtract(Vector2 v1, Vector2 v2)
-
Vector2Subtract$handle
Downcall method handle for:Vector2 Vector2Subtract(Vector2 v1, Vector2 v2)
-
Vector2Subtract$address
Address for:Vector2 Vector2Subtract(Vector2 v1, Vector2 v2)
-
Vector2Subtract
public static MemorySegment Vector2Subtract(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Subtract(Vector2 v1, Vector2 v2)
-
Vector2SubtractValue$descriptor
Function descriptor for:Vector2 Vector2SubtractValue(Vector2 v, float sub)
-
Vector2SubtractValue$handle
Downcall method handle for:Vector2 Vector2SubtractValue(Vector2 v, float sub)
-
Vector2SubtractValue$address
Address for:Vector2 Vector2SubtractValue(Vector2 v, float sub)
-
Vector2SubtractValue
public static MemorySegment Vector2SubtractValue(SegmentAllocator allocator, MemorySegment v, float sub) Vector2 Vector2SubtractValue(Vector2 v, float sub)
-
Vector2Length$descriptor
Function descriptor for:float Vector2Length(Vector2 v)
-
Vector2Length$handle
Downcall method handle for:float Vector2Length(Vector2 v)
-
Vector2Length$address
Address for:float Vector2Length(Vector2 v)
-
Vector2Length
float Vector2Length(Vector2 v)
-
Vector2LengthSqr$descriptor
Function descriptor for:float Vector2LengthSqr(Vector2 v)
-
Vector2LengthSqr$handle
Downcall method handle for:float Vector2LengthSqr(Vector2 v)
-
Vector2LengthSqr$address
Address for:float Vector2LengthSqr(Vector2 v)
-
Vector2LengthSqr
float Vector2LengthSqr(Vector2 v)
-
Vector2DotProduct$descriptor
Function descriptor for:float Vector2DotProduct(Vector2 v1, Vector2 v2)
-
Vector2DotProduct$handle
Downcall method handle for:float Vector2DotProduct(Vector2 v1, Vector2 v2)
-
Vector2DotProduct$address
Address for:float Vector2DotProduct(Vector2 v1, Vector2 v2)
-
Vector2DotProduct
float Vector2DotProduct(Vector2 v1, Vector2 v2)
-
Vector2Distance$descriptor
Function descriptor for:float Vector2Distance(Vector2 v1, Vector2 v2)
-
Vector2Distance$handle
Downcall method handle for:float Vector2Distance(Vector2 v1, Vector2 v2)
-
Vector2Distance$address
Address for:float Vector2Distance(Vector2 v1, Vector2 v2)
-
Vector2Distance
float Vector2Distance(Vector2 v1, Vector2 v2)
-
Vector2DistanceSqr$descriptor
Function descriptor for:float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
-
Vector2DistanceSqr$handle
Downcall method handle for:float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
-
Vector2DistanceSqr$address
Address for:float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
-
Vector2DistanceSqr
float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
-
Vector2Angle$descriptor
Function descriptor for:float Vector2Angle(Vector2 v1, Vector2 v2)
-
Vector2Angle$handle
Downcall method handle for:float Vector2Angle(Vector2 v1, Vector2 v2)
-
Vector2Angle$address
Address for:float Vector2Angle(Vector2 v1, Vector2 v2)
-
Vector2Angle
float Vector2Angle(Vector2 v1, Vector2 v2)
-
Vector2LineAngle$descriptor
Function descriptor for:float Vector2LineAngle(Vector2 start, Vector2 end)
-
Vector2LineAngle$handle
Downcall method handle for:float Vector2LineAngle(Vector2 start, Vector2 end)
-
Vector2LineAngle$address
Address for:float Vector2LineAngle(Vector2 start, Vector2 end)
-
Vector2LineAngle
float Vector2LineAngle(Vector2 start, Vector2 end)
-
Vector2Scale$descriptor
Function descriptor for:Vector2 Vector2Scale(Vector2 v, float scale)
-
Vector2Scale$handle
Downcall method handle for:Vector2 Vector2Scale(Vector2 v, float scale)
-
Vector2Scale$address
Address for:Vector2 Vector2Scale(Vector2 v, float scale)
-
Vector2Scale
Vector2 Vector2Scale(Vector2 v, float scale)
-
Vector2Multiply$descriptor
Function descriptor for:Vector2 Vector2Multiply(Vector2 v1, Vector2 v2)
-
Vector2Multiply$handle
Downcall method handle for:Vector2 Vector2Multiply(Vector2 v1, Vector2 v2)
-
Vector2Multiply$address
Address for:Vector2 Vector2Multiply(Vector2 v1, Vector2 v2)
-
Vector2Multiply
public static MemorySegment Vector2Multiply(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Multiply(Vector2 v1, Vector2 v2)
-
Vector2Negate$descriptor
Function descriptor for:Vector2 Vector2Negate(Vector2 v)
-
Vector2Negate$handle
Downcall method handle for:Vector2 Vector2Negate(Vector2 v)
-
Vector2Negate$address
Address for:Vector2 Vector2Negate(Vector2 v)
-
Vector2Negate
Vector2 Vector2Negate(Vector2 v)
-
Vector2Divide$descriptor
Function descriptor for:Vector2 Vector2Divide(Vector2 v1, Vector2 v2)
-
Vector2Divide$handle
Downcall method handle for:Vector2 Vector2Divide(Vector2 v1, Vector2 v2)
-
Vector2Divide$address
Address for:Vector2 Vector2Divide(Vector2 v1, Vector2 v2)
-
Vector2Divide
public static MemorySegment Vector2Divide(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Divide(Vector2 v1, Vector2 v2)
-
Vector2Normalize$descriptor
Function descriptor for:Vector2 Vector2Normalize(Vector2 v)
-
Vector2Normalize$handle
Downcall method handle for:Vector2 Vector2Normalize(Vector2 v)
-
Vector2Normalize$address
Address for:Vector2 Vector2Normalize(Vector2 v)
-
Vector2Normalize
Vector2 Vector2Normalize(Vector2 v)
-
Vector2Transform$descriptor
Function descriptor for:Vector2 Vector2Transform(Vector2 v, Matrix mat)
-
Vector2Transform$handle
Downcall method handle for:Vector2 Vector2Transform(Vector2 v, Matrix mat)
-
Vector2Transform$address
Address for:Vector2 Vector2Transform(Vector2 v, Matrix mat)
-
Vector2Transform
public static MemorySegment Vector2Transform(SegmentAllocator allocator, MemorySegment v, MemorySegment mat) Vector2 Vector2Transform(Vector2 v, Matrix mat)
-
Vector2Lerp$descriptor
Function descriptor for:Vector2 Vector2Lerp(Vector2 v1, Vector2 v2, float amount)
-
Vector2Lerp$handle
Downcall method handle for:Vector2 Vector2Lerp(Vector2 v1, Vector2 v2, float amount)
-
Vector2Lerp$address
Address for:Vector2 Vector2Lerp(Vector2 v1, Vector2 v2, float amount)
-
Vector2Lerp
public static MemorySegment Vector2Lerp(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2, float amount) Vector2 Vector2Lerp(Vector2 v1, Vector2 v2, float amount)
-
Vector2Reflect$descriptor
Function descriptor for:Vector2 Vector2Reflect(Vector2 v, Vector2 normal)
-
Vector2Reflect$handle
Downcall method handle for:Vector2 Vector2Reflect(Vector2 v, Vector2 normal)
-
Vector2Reflect$address
Address for:Vector2 Vector2Reflect(Vector2 v, Vector2 normal)
-
Vector2Reflect
public static MemorySegment Vector2Reflect(SegmentAllocator allocator, MemorySegment v, MemorySegment normal) Vector2 Vector2Reflect(Vector2 v, Vector2 normal)
-
Vector2Min$descriptor
Function descriptor for:Vector2 Vector2Min(Vector2 v1, Vector2 v2)
-
Vector2Min$handle
Downcall method handle for:Vector2 Vector2Min(Vector2 v1, Vector2 v2)
-
Vector2Min$address
Address for:Vector2 Vector2Min(Vector2 v1, Vector2 v2)
-
Vector2Min
public static MemorySegment Vector2Min(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Min(Vector2 v1, Vector2 v2)
-
Vector2Max$descriptor
Function descriptor for:Vector2 Vector2Max(Vector2 v1, Vector2 v2)
-
Vector2Max$handle
Downcall method handle for:Vector2 Vector2Max(Vector2 v1, Vector2 v2)
-
Vector2Max$address
Address for:Vector2 Vector2Max(Vector2 v1, Vector2 v2)
-
Vector2Max
public static MemorySegment Vector2Max(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector2 Vector2Max(Vector2 v1, Vector2 v2)
-
Vector2Rotate$descriptor
Function descriptor for:Vector2 Vector2Rotate(Vector2 v, float angle)
-
Vector2Rotate$handle
Downcall method handle for:Vector2 Vector2Rotate(Vector2 v, float angle)
-
Vector2Rotate$address
Address for:Vector2 Vector2Rotate(Vector2 v, float angle)
-
Vector2Rotate
Vector2 Vector2Rotate(Vector2 v, float angle)
-
Vector2MoveTowards$descriptor
Function descriptor for:Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
-
Vector2MoveTowards$handle
Downcall method handle for:Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
-
Vector2MoveTowards$address
Address for:Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
-
Vector2MoveTowards
public static MemorySegment Vector2MoveTowards(SegmentAllocator allocator, MemorySegment v, MemorySegment target, float maxDistance) Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
-
Vector2Invert$descriptor
Function descriptor for:Vector2 Vector2Invert(Vector2 v)
-
Vector2Invert$handle
Downcall method handle for:Vector2 Vector2Invert(Vector2 v)
-
Vector2Invert$address
Address for:Vector2 Vector2Invert(Vector2 v)
-
Vector2Invert
Vector2 Vector2Invert(Vector2 v)
-
Vector2Clamp$descriptor
Function descriptor for:Vector2 Vector2Clamp(Vector2 v, Vector2 min, Vector2 max)
-
Vector2Clamp$handle
Downcall method handle for:Vector2 Vector2Clamp(Vector2 v, Vector2 min, Vector2 max)
-
Vector2Clamp$address
Address for:Vector2 Vector2Clamp(Vector2 v, Vector2 min, Vector2 max)
-
Vector2Clamp
public static MemorySegment Vector2Clamp(SegmentAllocator allocator, MemorySegment v, MemorySegment min, MemorySegment max) Vector2 Vector2Clamp(Vector2 v, Vector2 min, Vector2 max)
-
Vector2ClampValue$descriptor
Function descriptor for:Vector2 Vector2ClampValue(Vector2 v, float min, float max)
-
Vector2ClampValue$handle
Downcall method handle for:Vector2 Vector2ClampValue(Vector2 v, float min, float max)
-
Vector2ClampValue$address
Address for:Vector2 Vector2ClampValue(Vector2 v, float min, float max)
-
Vector2ClampValue
public static MemorySegment Vector2ClampValue(SegmentAllocator allocator, MemorySegment v, float min, float max) Vector2 Vector2ClampValue(Vector2 v, float min, float max)
-
Vector2Equals$descriptor
Function descriptor for:int Vector2Equals(Vector2 p, Vector2 q)
-
Vector2Equals$handle
Downcall method handle for:int Vector2Equals(Vector2 p, Vector2 q)
-
Vector2Equals$address
Address for:int Vector2Equals(Vector2 p, Vector2 q)
-
Vector2Equals
int Vector2Equals(Vector2 p, Vector2 q)
-
Vector2Refract$descriptor
Function descriptor for:Vector2 Vector2Refract(Vector2 v, Vector2 n, float r)
-
Vector2Refract$handle
Downcall method handle for:Vector2 Vector2Refract(Vector2 v, Vector2 n, float r)
-
Vector2Refract$address
Address for:Vector2 Vector2Refract(Vector2 v, Vector2 n, float r)
-
Vector2Refract
public static MemorySegment Vector2Refract(SegmentAllocator allocator, MemorySegment v, MemorySegment n, float r) Vector2 Vector2Refract(Vector2 v, Vector2 n, float r)
-
Vector3Zero$descriptor
Function descriptor for:Vector3 Vector3Zero()
-
Vector3Zero$handle
Downcall method handle for:Vector3 Vector3Zero()
-
Vector3Zero$address
Address for:Vector3 Vector3Zero()
-
Vector3Zero
Vector3 Vector3Zero()
-
Vector3One$descriptor
Function descriptor for:Vector3 Vector3One()
-
Vector3One$handle
Downcall method handle for:Vector3 Vector3One()
-
Vector3One$address
Address for:Vector3 Vector3One()
-
Vector3One
Vector3 Vector3One()
-
Vector3Add$descriptor
Function descriptor for:Vector3 Vector3Add(Vector3 v1, Vector3 v2)
-
Vector3Add$handle
Downcall method handle for:Vector3 Vector3Add(Vector3 v1, Vector3 v2)
-
Vector3Add$address
Address for:Vector3 Vector3Add(Vector3 v1, Vector3 v2)
-
Vector3Add
public static MemorySegment Vector3Add(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Add(Vector3 v1, Vector3 v2)
-
Vector3AddValue$descriptor
Function descriptor for:Vector3 Vector3AddValue(Vector3 v, float add)
-
Vector3AddValue$handle
Downcall method handle for:Vector3 Vector3AddValue(Vector3 v, float add)
-
Vector3AddValue$address
Address for:Vector3 Vector3AddValue(Vector3 v, float add)
-
Vector3AddValue
Vector3 Vector3AddValue(Vector3 v, float add)
-
Vector3Subtract$descriptor
Function descriptor for:Vector3 Vector3Subtract(Vector3 v1, Vector3 v2)
-
Vector3Subtract$handle
Downcall method handle for:Vector3 Vector3Subtract(Vector3 v1, Vector3 v2)
-
Vector3Subtract$address
Address for:Vector3 Vector3Subtract(Vector3 v1, Vector3 v2)
-
Vector3Subtract
public static MemorySegment Vector3Subtract(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Subtract(Vector3 v1, Vector3 v2)
-
Vector3SubtractValue$descriptor
Function descriptor for:Vector3 Vector3SubtractValue(Vector3 v, float sub)
-
Vector3SubtractValue$handle
Downcall method handle for:Vector3 Vector3SubtractValue(Vector3 v, float sub)
-
Vector3SubtractValue$address
Address for:Vector3 Vector3SubtractValue(Vector3 v, float sub)
-
Vector3SubtractValue
public static MemorySegment Vector3SubtractValue(SegmentAllocator allocator, MemorySegment v, float sub) Vector3 Vector3SubtractValue(Vector3 v, float sub)
-
Vector3Scale$descriptor
Function descriptor for:Vector3 Vector3Scale(Vector3 v, float scalar)
-
Vector3Scale$handle
Downcall method handle for:Vector3 Vector3Scale(Vector3 v, float scalar)
-
Vector3Scale$address
Address for:Vector3 Vector3Scale(Vector3 v, float scalar)
-
Vector3Scale
Vector3 Vector3Scale(Vector3 v, float scalar)
-
Vector3Multiply$descriptor
Function descriptor for:Vector3 Vector3Multiply(Vector3 v1, Vector3 v2)
-
Vector3Multiply$handle
Downcall method handle for:Vector3 Vector3Multiply(Vector3 v1, Vector3 v2)
-
Vector3Multiply$address
Address for:Vector3 Vector3Multiply(Vector3 v1, Vector3 v2)
-
Vector3Multiply
public static MemorySegment Vector3Multiply(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Multiply(Vector3 v1, Vector3 v2)
-
Vector3CrossProduct$descriptor
Function descriptor for:Vector3 Vector3CrossProduct(Vector3 v1, Vector3 v2)
-
Vector3CrossProduct$handle
Downcall method handle for:Vector3 Vector3CrossProduct(Vector3 v1, Vector3 v2)
-
Vector3CrossProduct$address
Address for:Vector3 Vector3CrossProduct(Vector3 v1, Vector3 v2)
-
Vector3CrossProduct
public static MemorySegment Vector3CrossProduct(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3CrossProduct(Vector3 v1, Vector3 v2)
-
Vector3Perpendicular$descriptor
Function descriptor for:Vector3 Vector3Perpendicular(Vector3 v)
-
Vector3Perpendicular$handle
Downcall method handle for:Vector3 Vector3Perpendicular(Vector3 v)
-
Vector3Perpendicular$address
Address for:Vector3 Vector3Perpendicular(Vector3 v)
-
Vector3Perpendicular
Vector3 Vector3Perpendicular(Vector3 v)
-
Vector3Length$descriptor
Function descriptor for:float Vector3Length(const Vector3 v)
-
Vector3Length$handle
Downcall method handle for:float Vector3Length(const Vector3 v)
-
Vector3Length$address
Address for:float Vector3Length(const Vector3 v)
-
Vector3Length
float Vector3Length(const Vector3 v)
-
Vector3LengthSqr$descriptor
Function descriptor for:float Vector3LengthSqr(const Vector3 v)
-
Vector3LengthSqr$handle
Downcall method handle for:float Vector3LengthSqr(const Vector3 v)
-
Vector3LengthSqr$address
Address for:float Vector3LengthSqr(const Vector3 v)
-
Vector3LengthSqr
float Vector3LengthSqr(const Vector3 v)
-
Vector3DotProduct$descriptor
Function descriptor for:float Vector3DotProduct(Vector3 v1, Vector3 v2)
-
Vector3DotProduct$handle
Downcall method handle for:float Vector3DotProduct(Vector3 v1, Vector3 v2)
-
Vector3DotProduct$address
Address for:float Vector3DotProduct(Vector3 v1, Vector3 v2)
-
Vector3DotProduct
float Vector3DotProduct(Vector3 v1, Vector3 v2)
-
Vector3Distance$descriptor
Function descriptor for:float Vector3Distance(Vector3 v1, Vector3 v2)
-
Vector3Distance$handle
Downcall method handle for:float Vector3Distance(Vector3 v1, Vector3 v2)
-
Vector3Distance$address
Address for:float Vector3Distance(Vector3 v1, Vector3 v2)
-
Vector3Distance
float Vector3Distance(Vector3 v1, Vector3 v2)
-
Vector3DistanceSqr$descriptor
Function descriptor for:float Vector3DistanceSqr(Vector3 v1, Vector3 v2)
-
Vector3DistanceSqr$handle
Downcall method handle for:float Vector3DistanceSqr(Vector3 v1, Vector3 v2)
-
Vector3DistanceSqr$address
Address for:float Vector3DistanceSqr(Vector3 v1, Vector3 v2)
-
Vector3DistanceSqr
float Vector3DistanceSqr(Vector3 v1, Vector3 v2)
-
Vector3Angle$descriptor
Function descriptor for:float Vector3Angle(Vector3 v1, Vector3 v2)
-
Vector3Angle$handle
Downcall method handle for:float Vector3Angle(Vector3 v1, Vector3 v2)
-
Vector3Angle$address
Address for:float Vector3Angle(Vector3 v1, Vector3 v2)
-
Vector3Angle
float Vector3Angle(Vector3 v1, Vector3 v2)
-
Vector3Negate$descriptor
Function descriptor for:Vector3 Vector3Negate(Vector3 v)
-
Vector3Negate$handle
Downcall method handle for:Vector3 Vector3Negate(Vector3 v)
-
Vector3Negate$address
Address for:Vector3 Vector3Negate(Vector3 v)
-
Vector3Negate
Vector3 Vector3Negate(Vector3 v)
-
Vector3Divide$descriptor
Function descriptor for:Vector3 Vector3Divide(Vector3 v1, Vector3 v2)
-
Vector3Divide$handle
Downcall method handle for:Vector3 Vector3Divide(Vector3 v1, Vector3 v2)
-
Vector3Divide$address
Address for:Vector3 Vector3Divide(Vector3 v1, Vector3 v2)
-
Vector3Divide
public static MemorySegment Vector3Divide(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Divide(Vector3 v1, Vector3 v2)
-
Vector3Normalize$descriptor
Function descriptor for:Vector3 Vector3Normalize(Vector3 v)
-
Vector3Normalize$handle
Downcall method handle for:Vector3 Vector3Normalize(Vector3 v)
-
Vector3Normalize$address
Address for:Vector3 Vector3Normalize(Vector3 v)
-
Vector3Normalize
Vector3 Vector3Normalize(Vector3 v)
-
Vector3Project$descriptor
Function descriptor for:Vector3 Vector3Project(Vector3 v1, Vector3 v2)
-
Vector3Project$handle
Downcall method handle for:Vector3 Vector3Project(Vector3 v1, Vector3 v2)
-
Vector3Project$address
Address for:Vector3 Vector3Project(Vector3 v1, Vector3 v2)
-
Vector3Project
public static MemorySegment Vector3Project(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Project(Vector3 v1, Vector3 v2)
-
Vector3Reject$descriptor
Function descriptor for:Vector3 Vector3Reject(Vector3 v1, Vector3 v2)
-
Vector3Reject$handle
Downcall method handle for:Vector3 Vector3Reject(Vector3 v1, Vector3 v2)
-
Vector3Reject$address
Address for:Vector3 Vector3Reject(Vector3 v1, Vector3 v2)
-
Vector3Reject
public static MemorySegment Vector3Reject(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Reject(Vector3 v1, Vector3 v2)
-
Vector3OrthoNormalize$descriptor
Function descriptor for:void Vector3OrthoNormalize(Vector3 *v1, Vector3 *v2)
-
Vector3OrthoNormalize$handle
Downcall method handle for:void Vector3OrthoNormalize(Vector3 *v1, Vector3 *v2)
-
Vector3OrthoNormalize$address
Address for:void Vector3OrthoNormalize(Vector3 *v1, Vector3 *v2)
-
Vector3OrthoNormalize
void Vector3OrthoNormalize(Vector3 *v1, Vector3 *v2)
-
Vector3Transform$descriptor
Function descriptor for:Vector3 Vector3Transform(Vector3 v, Matrix mat)
-
Vector3Transform$handle
Downcall method handle for:Vector3 Vector3Transform(Vector3 v, Matrix mat)
-
Vector3Transform$address
Address for:Vector3 Vector3Transform(Vector3 v, Matrix mat)
-
Vector3Transform
public static MemorySegment Vector3Transform(SegmentAllocator allocator, MemorySegment v, MemorySegment mat) Vector3 Vector3Transform(Vector3 v, Matrix mat)
-
Vector3RotateByQuaternion$descriptor
Function descriptor for:Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)
-
Vector3RotateByQuaternion$handle
Downcall method handle for:Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)
-
Vector3RotateByQuaternion$address
Address for:Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)
-
Vector3RotateByQuaternion
public static MemorySegment Vector3RotateByQuaternion(SegmentAllocator allocator, MemorySegment v, MemorySegment q) Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)
-
Vector3RotateByAxisAngle$descriptor
Function descriptor for:Vector3 Vector3RotateByAxisAngle(Vector3 v, Vector3 axis, float angle)
-
Vector3RotateByAxisAngle$handle
Downcall method handle for:Vector3 Vector3RotateByAxisAngle(Vector3 v, Vector3 axis, float angle)
-
Vector3RotateByAxisAngle$address
Address for:Vector3 Vector3RotateByAxisAngle(Vector3 v, Vector3 axis, float angle)
-
Vector3RotateByAxisAngle
public static MemorySegment Vector3RotateByAxisAngle(SegmentAllocator allocator, MemorySegment v, MemorySegment axis, float angle) Vector3 Vector3RotateByAxisAngle(Vector3 v, Vector3 axis, float angle)
-
Vector3MoveTowards$descriptor
Function descriptor for:Vector3 Vector3MoveTowards(Vector3 v, Vector3 target, float maxDistance)
-
Vector3MoveTowards$handle
Downcall method handle for:Vector3 Vector3MoveTowards(Vector3 v, Vector3 target, float maxDistance)
-
Vector3MoveTowards$address
Address for:Vector3 Vector3MoveTowards(Vector3 v, Vector3 target, float maxDistance)
-
Vector3MoveTowards
public static MemorySegment Vector3MoveTowards(SegmentAllocator allocator, MemorySegment v, MemorySegment target, float maxDistance) Vector3 Vector3MoveTowards(Vector3 v, Vector3 target, float maxDistance)
-
Vector3Lerp$descriptor
Function descriptor for:Vector3 Vector3Lerp(Vector3 v1, Vector3 v2, float amount)
-
Vector3Lerp$handle
Downcall method handle for:Vector3 Vector3Lerp(Vector3 v1, Vector3 v2, float amount)
-
Vector3Lerp$address
Address for:Vector3 Vector3Lerp(Vector3 v1, Vector3 v2, float amount)
-
Vector3Lerp
public static MemorySegment Vector3Lerp(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2, float amount) Vector3 Vector3Lerp(Vector3 v1, Vector3 v2, float amount)
-
Vector3CubicHermite$descriptor
Function descriptor for:Vector3 Vector3CubicHermite(Vector3 v1, Vector3 tangent1, Vector3 v2, Vector3 tangent2, float amount)
-
Vector3CubicHermite$handle
Downcall method handle for:Vector3 Vector3CubicHermite(Vector3 v1, Vector3 tangent1, Vector3 v2, Vector3 tangent2, float amount)
-
Vector3CubicHermite$address
Address for:Vector3 Vector3CubicHermite(Vector3 v1, Vector3 tangent1, Vector3 v2, Vector3 tangent2, float amount)
-
Vector3CubicHermite
public static MemorySegment Vector3CubicHermite(SegmentAllocator allocator, MemorySegment v1, MemorySegment tangent1, MemorySegment v2, MemorySegment tangent2, float amount) Vector3 Vector3CubicHermite(Vector3 v1, Vector3 tangent1, Vector3 v2, Vector3 tangent2, float amount)
-
Vector3Reflect$descriptor
Function descriptor for:Vector3 Vector3Reflect(Vector3 v, Vector3 normal)
-
Vector3Reflect$handle
Downcall method handle for:Vector3 Vector3Reflect(Vector3 v, Vector3 normal)
-
Vector3Reflect$address
Address for:Vector3 Vector3Reflect(Vector3 v, Vector3 normal)
-
Vector3Reflect
public static MemorySegment Vector3Reflect(SegmentAllocator allocator, MemorySegment v, MemorySegment normal) Vector3 Vector3Reflect(Vector3 v, Vector3 normal)
-
Vector3Min$descriptor
Function descriptor for:Vector3 Vector3Min(Vector3 v1, Vector3 v2)
-
Vector3Min$handle
Downcall method handle for:Vector3 Vector3Min(Vector3 v1, Vector3 v2)
-
Vector3Min$address
Address for:Vector3 Vector3Min(Vector3 v1, Vector3 v2)
-
Vector3Min
public static MemorySegment Vector3Min(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Min(Vector3 v1, Vector3 v2)
-
Vector3Max$descriptor
Function descriptor for:Vector3 Vector3Max(Vector3 v1, Vector3 v2)
-
Vector3Max$handle
Downcall method handle for:Vector3 Vector3Max(Vector3 v1, Vector3 v2)
-
Vector3Max$address
Address for:Vector3 Vector3Max(Vector3 v1, Vector3 v2)
-
Vector3Max
public static MemorySegment Vector3Max(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector3 Vector3Max(Vector3 v1, Vector3 v2)
-
Vector3Barycenter$descriptor
Function descriptor for:Vector3 Vector3Barycenter(Vector3 p, Vector3 a, Vector3 b, Vector3 c)
-
Vector3Barycenter$handle
Downcall method handle for:Vector3 Vector3Barycenter(Vector3 p, Vector3 a, Vector3 b, Vector3 c)
-
Vector3Barycenter$address
Address for:Vector3 Vector3Barycenter(Vector3 p, Vector3 a, Vector3 b, Vector3 c)
-
Vector3Barycenter
public static MemorySegment Vector3Barycenter(SegmentAllocator allocator, MemorySegment p, MemorySegment a, MemorySegment b, MemorySegment c) Vector3 Vector3Barycenter(Vector3 p, Vector3 a, Vector3 b, Vector3 c)
-
Vector3Unproject$descriptor
Function descriptor for:Vector3 Vector3Unproject(Vector3 source, Matrix projection, Matrix view)
-
Vector3Unproject$handle
Downcall method handle for:Vector3 Vector3Unproject(Vector3 source, Matrix projection, Matrix view)
-
Vector3Unproject$address
Address for:Vector3 Vector3Unproject(Vector3 source, Matrix projection, Matrix view)
-
Vector3Unproject
public static MemorySegment Vector3Unproject(SegmentAllocator allocator, MemorySegment source, MemorySegment projection, MemorySegment view) Vector3 Vector3Unproject(Vector3 source, Matrix projection, Matrix view)
-
Vector3ToFloatV$descriptor
Function descriptor for:float3 Vector3ToFloatV(Vector3 v)
-
Vector3ToFloatV$handle
Downcall method handle for:float3 Vector3ToFloatV(Vector3 v)
-
Vector3ToFloatV$address
Address for:float3 Vector3ToFloatV(Vector3 v)
-
Vector3ToFloatV
float3 Vector3ToFloatV(Vector3 v)
-
Vector3Invert$descriptor
Function descriptor for:Vector3 Vector3Invert(Vector3 v)
-
Vector3Invert$handle
Downcall method handle for:Vector3 Vector3Invert(Vector3 v)
-
Vector3Invert$address
Address for:Vector3 Vector3Invert(Vector3 v)
-
Vector3Invert
Vector3 Vector3Invert(Vector3 v)
-
Vector3Clamp$descriptor
Function descriptor for:Vector3 Vector3Clamp(Vector3 v, Vector3 min, Vector3 max)
-
Vector3Clamp$handle
Downcall method handle for:Vector3 Vector3Clamp(Vector3 v, Vector3 min, Vector3 max)
-
Vector3Clamp$address
Address for:Vector3 Vector3Clamp(Vector3 v, Vector3 min, Vector3 max)
-
Vector3Clamp
public static MemorySegment Vector3Clamp(SegmentAllocator allocator, MemorySegment v, MemorySegment min, MemorySegment max) Vector3 Vector3Clamp(Vector3 v, Vector3 min, Vector3 max)
-
Vector3ClampValue$descriptor
Function descriptor for:Vector3 Vector3ClampValue(Vector3 v, float min, float max)
-
Vector3ClampValue$handle
Downcall method handle for:Vector3 Vector3ClampValue(Vector3 v, float min, float max)
-
Vector3ClampValue$address
Address for:Vector3 Vector3ClampValue(Vector3 v, float min, float max)
-
Vector3ClampValue
public static MemorySegment Vector3ClampValue(SegmentAllocator allocator, MemorySegment v, float min, float max) Vector3 Vector3ClampValue(Vector3 v, float min, float max)
-
Vector3Equals$descriptor
Function descriptor for:int Vector3Equals(Vector3 p, Vector3 q)
-
Vector3Equals$handle
Downcall method handle for:int Vector3Equals(Vector3 p, Vector3 q)
-
Vector3Equals$address
Address for:int Vector3Equals(Vector3 p, Vector3 q)
-
Vector3Equals
int Vector3Equals(Vector3 p, Vector3 q)
-
Vector3Refract$descriptor
Function descriptor for:Vector3 Vector3Refract(Vector3 v, Vector3 n, float r)
-
Vector3Refract$handle
Downcall method handle for:Vector3 Vector3Refract(Vector3 v, Vector3 n, float r)
-
Vector3Refract$address
Address for:Vector3 Vector3Refract(Vector3 v, Vector3 n, float r)
-
Vector3Refract
public static MemorySegment Vector3Refract(SegmentAllocator allocator, MemorySegment v, MemorySegment n, float r) Vector3 Vector3Refract(Vector3 v, Vector3 n, float r)
-
Vector4Zero$descriptor
Function descriptor for:Vector4 Vector4Zero()
-
Vector4Zero$handle
Downcall method handle for:Vector4 Vector4Zero()
-
Vector4Zero$address
Address for:Vector4 Vector4Zero()
-
Vector4Zero
Vector4 Vector4Zero()
-
Vector4One$descriptor
Function descriptor for:Vector4 Vector4One()
-
Vector4One$handle
Downcall method handle for:Vector4 Vector4One()
-
Vector4One$address
Address for:Vector4 Vector4One()
-
Vector4One
Vector4 Vector4One()
-
Vector4Add$descriptor
Function descriptor for:Vector4 Vector4Add(Vector4 v1, Vector4 v2)
-
Vector4Add$handle
Downcall method handle for:Vector4 Vector4Add(Vector4 v1, Vector4 v2)
-
Vector4Add$address
Address for:Vector4 Vector4Add(Vector4 v1, Vector4 v2)
-
Vector4Add
public static MemorySegment Vector4Add(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Add(Vector4 v1, Vector4 v2)
-
Vector4AddValue$descriptor
Function descriptor for:Vector4 Vector4AddValue(Vector4 v, float add)
-
Vector4AddValue$handle
Downcall method handle for:Vector4 Vector4AddValue(Vector4 v, float add)
-
Vector4AddValue$address
Address for:Vector4 Vector4AddValue(Vector4 v, float add)
-
Vector4AddValue
Vector4 Vector4AddValue(Vector4 v, float add)
-
Vector4Subtract$descriptor
Function descriptor for:Vector4 Vector4Subtract(Vector4 v1, Vector4 v2)
-
Vector4Subtract$handle
Downcall method handle for:Vector4 Vector4Subtract(Vector4 v1, Vector4 v2)
-
Vector4Subtract$address
Address for:Vector4 Vector4Subtract(Vector4 v1, Vector4 v2)
-
Vector4Subtract
public static MemorySegment Vector4Subtract(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Subtract(Vector4 v1, Vector4 v2)
-
Vector4SubtractValue$descriptor
Function descriptor for:Vector4 Vector4SubtractValue(Vector4 v, float add)
-
Vector4SubtractValue$handle
Downcall method handle for:Vector4 Vector4SubtractValue(Vector4 v, float add)
-
Vector4SubtractValue$address
Address for:Vector4 Vector4SubtractValue(Vector4 v, float add)
-
Vector4SubtractValue
public static MemorySegment Vector4SubtractValue(SegmentAllocator allocator, MemorySegment v, float add) Vector4 Vector4SubtractValue(Vector4 v, float add)
-
Vector4Length$descriptor
Function descriptor for:float Vector4Length(Vector4 v)
-
Vector4Length$handle
Downcall method handle for:float Vector4Length(Vector4 v)
-
Vector4Length$address
Address for:float Vector4Length(Vector4 v)
-
Vector4Length
float Vector4Length(Vector4 v)
-
Vector4LengthSqr$descriptor
Function descriptor for:float Vector4LengthSqr(Vector4 v)
-
Vector4LengthSqr$handle
Downcall method handle for:float Vector4LengthSqr(Vector4 v)
-
Vector4LengthSqr$address
Address for:float Vector4LengthSqr(Vector4 v)
-
Vector4LengthSqr
float Vector4LengthSqr(Vector4 v)
-
Vector4DotProduct$descriptor
Function descriptor for:float Vector4DotProduct(Vector4 v1, Vector4 v2)
-
Vector4DotProduct$handle
Downcall method handle for:float Vector4DotProduct(Vector4 v1, Vector4 v2)
-
Vector4DotProduct$address
Address for:float Vector4DotProduct(Vector4 v1, Vector4 v2)
-
Vector4DotProduct
float Vector4DotProduct(Vector4 v1, Vector4 v2)
-
Vector4Distance$descriptor
Function descriptor for:float Vector4Distance(Vector4 v1, Vector4 v2)
-
Vector4Distance$handle
Downcall method handle for:float Vector4Distance(Vector4 v1, Vector4 v2)
-
Vector4Distance$address
Address for:float Vector4Distance(Vector4 v1, Vector4 v2)
-
Vector4Distance
float Vector4Distance(Vector4 v1, Vector4 v2)
-
Vector4DistanceSqr$descriptor
Function descriptor for:float Vector4DistanceSqr(Vector4 v1, Vector4 v2)
-
Vector4DistanceSqr$handle
Downcall method handle for:float Vector4DistanceSqr(Vector4 v1, Vector4 v2)
-
Vector4DistanceSqr$address
Address for:float Vector4DistanceSqr(Vector4 v1, Vector4 v2)
-
Vector4DistanceSqr
float Vector4DistanceSqr(Vector4 v1, Vector4 v2)
-
Vector4Scale$descriptor
Function descriptor for:Vector4 Vector4Scale(Vector4 v, float scale)
-
Vector4Scale$handle
Downcall method handle for:Vector4 Vector4Scale(Vector4 v, float scale)
-
Vector4Scale$address
Address for:Vector4 Vector4Scale(Vector4 v, float scale)
-
Vector4Scale
Vector4 Vector4Scale(Vector4 v, float scale)
-
Vector4Multiply$descriptor
Function descriptor for:Vector4 Vector4Multiply(Vector4 v1, Vector4 v2)
-
Vector4Multiply$handle
Downcall method handle for:Vector4 Vector4Multiply(Vector4 v1, Vector4 v2)
-
Vector4Multiply$address
Address for:Vector4 Vector4Multiply(Vector4 v1, Vector4 v2)
-
Vector4Multiply
public static MemorySegment Vector4Multiply(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Multiply(Vector4 v1, Vector4 v2)
-
Vector4Negate$descriptor
Function descriptor for:Vector4 Vector4Negate(Vector4 v)
-
Vector4Negate$handle
Downcall method handle for:Vector4 Vector4Negate(Vector4 v)
-
Vector4Negate$address
Address for:Vector4 Vector4Negate(Vector4 v)
-
Vector4Negate
Vector4 Vector4Negate(Vector4 v)
-
Vector4Divide$descriptor
Function descriptor for:Vector4 Vector4Divide(Vector4 v1, Vector4 v2)
-
Vector4Divide$handle
Downcall method handle for:Vector4 Vector4Divide(Vector4 v1, Vector4 v2)
-
Vector4Divide$address
Address for:Vector4 Vector4Divide(Vector4 v1, Vector4 v2)
-
Vector4Divide
public static MemorySegment Vector4Divide(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Divide(Vector4 v1, Vector4 v2)
-
Vector4Normalize$descriptor
Function descriptor for:Vector4 Vector4Normalize(Vector4 v)
-
Vector4Normalize$handle
Downcall method handle for:Vector4 Vector4Normalize(Vector4 v)
-
Vector4Normalize$address
Address for:Vector4 Vector4Normalize(Vector4 v)
-
Vector4Normalize
Vector4 Vector4Normalize(Vector4 v)
-
Vector4Min$descriptor
Function descriptor for:Vector4 Vector4Min(Vector4 v1, Vector4 v2)
-
Vector4Min$handle
Downcall method handle for:Vector4 Vector4Min(Vector4 v1, Vector4 v2)
-
Vector4Min$address
Address for:Vector4 Vector4Min(Vector4 v1, Vector4 v2)
-
Vector4Min
public static MemorySegment Vector4Min(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Min(Vector4 v1, Vector4 v2)
-
Vector4Max$descriptor
Function descriptor for:Vector4 Vector4Max(Vector4 v1, Vector4 v2)
-
Vector4Max$handle
Downcall method handle for:Vector4 Vector4Max(Vector4 v1, Vector4 v2)
-
Vector4Max$address
Address for:Vector4 Vector4Max(Vector4 v1, Vector4 v2)
-
Vector4Max
public static MemorySegment Vector4Max(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2) Vector4 Vector4Max(Vector4 v1, Vector4 v2)
-
Vector4Lerp$descriptor
Function descriptor for:Vector4 Vector4Lerp(Vector4 v1, Vector4 v2, float amount)
-
Vector4Lerp$handle
Downcall method handle for:Vector4 Vector4Lerp(Vector4 v1, Vector4 v2, float amount)
-
Vector4Lerp$address
Address for:Vector4 Vector4Lerp(Vector4 v1, Vector4 v2, float amount)
-
Vector4Lerp
public static MemorySegment Vector4Lerp(SegmentAllocator allocator, MemorySegment v1, MemorySegment v2, float amount) Vector4 Vector4Lerp(Vector4 v1, Vector4 v2, float amount)
-
Vector4MoveTowards$descriptor
Function descriptor for:Vector4 Vector4MoveTowards(Vector4 v, Vector4 target, float maxDistance)
-
Vector4MoveTowards$handle
Downcall method handle for:Vector4 Vector4MoveTowards(Vector4 v, Vector4 target, float maxDistance)
-
Vector4MoveTowards$address
Address for:Vector4 Vector4MoveTowards(Vector4 v, Vector4 target, float maxDistance)
-
Vector4MoveTowards
public static MemorySegment Vector4MoveTowards(SegmentAllocator allocator, MemorySegment v, MemorySegment target, float maxDistance) Vector4 Vector4MoveTowards(Vector4 v, Vector4 target, float maxDistance)
-
Vector4Invert$descriptor
Function descriptor for:Vector4 Vector4Invert(Vector4 v)
-
Vector4Invert$handle
Downcall method handle for:Vector4 Vector4Invert(Vector4 v)
-
Vector4Invert$address
Address for:Vector4 Vector4Invert(Vector4 v)
-
Vector4Invert
Vector4 Vector4Invert(Vector4 v)
-
Vector4Equals$descriptor
Function descriptor for:int Vector4Equals(Vector4 p, Vector4 q)
-
Vector4Equals$handle
Downcall method handle for:int Vector4Equals(Vector4 p, Vector4 q)
-
Vector4Equals$address
Address for:int Vector4Equals(Vector4 p, Vector4 q)
-
Vector4Equals
int Vector4Equals(Vector4 p, Vector4 q)
-
MatrixDeterminant$descriptor
Function descriptor for:float MatrixDeterminant(Matrix mat)
-
MatrixDeterminant$handle
Downcall method handle for:float MatrixDeterminant(Matrix mat)
-
MatrixDeterminant$address
Address for:float MatrixDeterminant(Matrix mat)
-
MatrixDeterminant
float MatrixDeterminant(Matrix mat)
-
MatrixTrace$descriptor
Function descriptor for:float MatrixTrace(Matrix mat)
-
MatrixTrace$handle
Downcall method handle for:float MatrixTrace(Matrix mat)
-
MatrixTrace$address
Address for:float MatrixTrace(Matrix mat)
-
MatrixTrace
float MatrixTrace(Matrix mat)
-
MatrixTranspose$descriptor
Function descriptor for:Matrix MatrixTranspose(Matrix mat)
-
MatrixTranspose$handle
Downcall method handle for:Matrix MatrixTranspose(Matrix mat)
-
MatrixTranspose$address
Address for:Matrix MatrixTranspose(Matrix mat)
-
MatrixTranspose
Matrix MatrixTranspose(Matrix mat)
-
MatrixInvert$descriptor
Function descriptor for:Matrix MatrixInvert(Matrix mat)
-
MatrixInvert$handle
Downcall method handle for:Matrix MatrixInvert(Matrix mat)
-
MatrixInvert$address
Address for:Matrix MatrixInvert(Matrix mat)
-
MatrixInvert
Matrix MatrixInvert(Matrix mat)
-
MatrixIdentity$descriptor
Function descriptor for:Matrix MatrixIdentity()
-
MatrixIdentity$handle
Downcall method handle for:Matrix MatrixIdentity()
-
MatrixIdentity$address
Address for:Matrix MatrixIdentity()
-
MatrixIdentity
Matrix MatrixIdentity()
-
MatrixAdd$descriptor
Function descriptor for:Matrix MatrixAdd(Matrix left, Matrix right)
-
MatrixAdd$handle
Downcall method handle for:Matrix MatrixAdd(Matrix left, Matrix right)
-
MatrixAdd$address
Address for:Matrix MatrixAdd(Matrix left, Matrix right)
-
MatrixAdd
public static MemorySegment MatrixAdd(SegmentAllocator allocator, MemorySegment left, MemorySegment right) Matrix MatrixAdd(Matrix left, Matrix right)
-
MatrixSubtract$descriptor
Function descriptor for:Matrix MatrixSubtract(Matrix left, Matrix right)
-
MatrixSubtract$handle
Downcall method handle for:Matrix MatrixSubtract(Matrix left, Matrix right)
-
MatrixSubtract$address
Address for:Matrix MatrixSubtract(Matrix left, Matrix right)
-
MatrixSubtract
public static MemorySegment MatrixSubtract(SegmentAllocator allocator, MemorySegment left, MemorySegment right) Matrix MatrixSubtract(Matrix left, Matrix right)
-
MatrixMultiply$descriptor
Function descriptor for:Matrix MatrixMultiply(Matrix left, Matrix right)
-
MatrixMultiply$handle
Downcall method handle for:Matrix MatrixMultiply(Matrix left, Matrix right)
-
MatrixMultiply$address
Address for:Matrix MatrixMultiply(Matrix left, Matrix right)
-
MatrixMultiply
public static MemorySegment MatrixMultiply(SegmentAllocator allocator, MemorySegment left, MemorySegment right) Matrix MatrixMultiply(Matrix left, Matrix right)
-
MatrixTranslate$descriptor
Function descriptor for:Matrix MatrixTranslate(float x, float y, float z)
-
MatrixTranslate$handle
Downcall method handle for:Matrix MatrixTranslate(float x, float y, float z)
-
MatrixTranslate$address
Address for:Matrix MatrixTranslate(float x, float y, float z)
-
MatrixTranslate
Matrix MatrixTranslate(float x, float y, float z)
-
MatrixRotate$descriptor
Function descriptor for:Matrix MatrixRotate(Vector3 axis, float angle)
-
MatrixRotate$handle
Downcall method handle for:Matrix MatrixRotate(Vector3 axis, float angle)
-
MatrixRotate$address
Address for:Matrix MatrixRotate(Vector3 axis, float angle)
-
MatrixRotate
public static MemorySegment MatrixRotate(SegmentAllocator allocator, MemorySegment axis, float angle) Matrix MatrixRotate(Vector3 axis, float angle)
-
MatrixRotateX$descriptor
Function descriptor for:Matrix MatrixRotateX(float angle)
-
MatrixRotateX$handle
Downcall method handle for:Matrix MatrixRotateX(float angle)
-
MatrixRotateX$address
Address for:Matrix MatrixRotateX(float angle)
-
MatrixRotateX
Matrix MatrixRotateX(float angle)
-
MatrixRotateY$descriptor
Function descriptor for:Matrix MatrixRotateY(float angle)
-
MatrixRotateY$handle
Downcall method handle for:Matrix MatrixRotateY(float angle)
-
MatrixRotateY$address
Address for:Matrix MatrixRotateY(float angle)
-
MatrixRotateY
Matrix MatrixRotateY(float angle)
-
MatrixRotateZ$descriptor
Function descriptor for:Matrix MatrixRotateZ(float angle)
-
MatrixRotateZ$handle
Downcall method handle for:Matrix MatrixRotateZ(float angle)
-
MatrixRotateZ$address
Address for:Matrix MatrixRotateZ(float angle)
-
MatrixRotateZ
Matrix MatrixRotateZ(float angle)
-
MatrixRotateXYZ$descriptor
Function descriptor for:Matrix MatrixRotateXYZ(Vector3 angle)
-
MatrixRotateXYZ$handle
Downcall method handle for:Matrix MatrixRotateXYZ(Vector3 angle)
-
MatrixRotateXYZ$address
Address for:Matrix MatrixRotateXYZ(Vector3 angle)
-
MatrixRotateXYZ
Matrix MatrixRotateXYZ(Vector3 angle)
-
MatrixRotateZYX$descriptor
Function descriptor for:Matrix MatrixRotateZYX(Vector3 angle)
-
MatrixRotateZYX$handle
Downcall method handle for:Matrix MatrixRotateZYX(Vector3 angle)
-
MatrixRotateZYX$address
Address for:Matrix MatrixRotateZYX(Vector3 angle)
-
MatrixRotateZYX
Matrix MatrixRotateZYX(Vector3 angle)
-
MatrixScale$descriptor
Function descriptor for:Matrix MatrixScale(float x, float y, float z)
-
MatrixScale$handle
Downcall method handle for:Matrix MatrixScale(float x, float y, float z)
-
MatrixScale$address
Address for:Matrix MatrixScale(float x, float y, float z)
-
MatrixScale
Matrix MatrixScale(float x, float y, float z)
-
MatrixFrustum$descriptor
Function descriptor for:Matrix MatrixFrustum(double left, double right, double bottom, double top, double nearPlane, double farPlane)
-
MatrixFrustum$handle
Downcall method handle for:Matrix MatrixFrustum(double left, double right, double bottom, double top, double nearPlane, double farPlane)
-
MatrixFrustum$address
Address for:Matrix MatrixFrustum(double left, double right, double bottom, double top, double nearPlane, double farPlane)
-
MatrixFrustum
public static MemorySegment MatrixFrustum(SegmentAllocator allocator, double left, double right, double bottom, double top, double nearPlane, double farPlane) Matrix MatrixFrustum(double left, double right, double bottom, double top, double nearPlane, double farPlane)
-
MatrixPerspective$descriptor
Function descriptor for:Matrix MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
-
MatrixPerspective$handle
Downcall method handle for:Matrix MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
-
MatrixPerspective$address
Address for:Matrix MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
-
MatrixPerspective
public static MemorySegment MatrixPerspective(SegmentAllocator allocator, double fovY, double aspect, double nearPlane, double farPlane) Matrix MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
-
MatrixOrtho$descriptor
Function descriptor for:Matrix MatrixOrtho(double left, double right, double bottom, double top, double nearPlane, double farPlane)
-
MatrixOrtho$handle
Downcall method handle for:Matrix MatrixOrtho(double left, double right, double bottom, double top, double nearPlane, double farPlane)
-
MatrixOrtho$address
Address for:Matrix MatrixOrtho(double left, double right, double bottom, double top, double nearPlane, double farPlane)
-
MatrixOrtho
public static MemorySegment MatrixOrtho(SegmentAllocator allocator, double left, double right, double bottom, double top, double nearPlane, double farPlane) Matrix MatrixOrtho(double left, double right, double bottom, double top, double nearPlane, double farPlane)
-
MatrixLookAt$descriptor
Function descriptor for:Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up)
-
MatrixLookAt$handle
Downcall method handle for:Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up)
-
MatrixLookAt$address
Address for:Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up)
-
MatrixLookAt
public static MemorySegment MatrixLookAt(SegmentAllocator allocator, MemorySegment eye, MemorySegment target, MemorySegment up) Matrix MatrixLookAt(Vector3 eye, Vector3 target, Vector3 up)
-
MatrixToFloatV$descriptor
Function descriptor for:float16 MatrixToFloatV(Matrix mat)
-
MatrixToFloatV$handle
Downcall method handle for:float16 MatrixToFloatV(Matrix mat)
-
MatrixToFloatV$address
Address for:float16 MatrixToFloatV(Matrix mat)
-
MatrixToFloatV
float16 MatrixToFloatV(Matrix mat)
-
QuaternionAdd$descriptor
Function descriptor for:Quaternion QuaternionAdd(Quaternion q1, Quaternion q2)
-
QuaternionAdd$handle
Downcall method handle for:Quaternion QuaternionAdd(Quaternion q1, Quaternion q2)
-
QuaternionAdd$address
Address for:Quaternion QuaternionAdd(Quaternion q1, Quaternion q2)
-
QuaternionAdd
public static MemorySegment QuaternionAdd(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2) Quaternion QuaternionAdd(Quaternion q1, Quaternion q2)
-
QuaternionAddValue$descriptor
Function descriptor for:Quaternion QuaternionAddValue(Quaternion q, float add)
-
QuaternionAddValue$handle
Downcall method handle for:Quaternion QuaternionAddValue(Quaternion q, float add)
-
QuaternionAddValue$address
Address for:Quaternion QuaternionAddValue(Quaternion q, float add)
-
QuaternionAddValue
public static MemorySegment QuaternionAddValue(SegmentAllocator allocator, MemorySegment q, float add) Quaternion QuaternionAddValue(Quaternion q, float add)
-
QuaternionSubtract$descriptor
Function descriptor for:Quaternion QuaternionSubtract(Quaternion q1, Quaternion q2)
-
QuaternionSubtract$handle
Downcall method handle for:Quaternion QuaternionSubtract(Quaternion q1, Quaternion q2)
-
QuaternionSubtract$address
Address for:Quaternion QuaternionSubtract(Quaternion q1, Quaternion q2)
-
QuaternionSubtract
public static MemorySegment QuaternionSubtract(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2) Quaternion QuaternionSubtract(Quaternion q1, Quaternion q2)
-
QuaternionSubtractValue$descriptor
Function descriptor for:Quaternion QuaternionSubtractValue(Quaternion q, float sub)
-
QuaternionSubtractValue$handle
Downcall method handle for:Quaternion QuaternionSubtractValue(Quaternion q, float sub)
-
QuaternionSubtractValue$address
Address for:Quaternion QuaternionSubtractValue(Quaternion q, float sub)
-
QuaternionSubtractValue
public static MemorySegment QuaternionSubtractValue(SegmentAllocator allocator, MemorySegment q, float sub) Quaternion QuaternionSubtractValue(Quaternion q, float sub)
-
QuaternionIdentity$descriptor
Function descriptor for:Quaternion QuaternionIdentity()
-
QuaternionIdentity$handle
Downcall method handle for:Quaternion QuaternionIdentity()
-
QuaternionIdentity$address
Address for:Quaternion QuaternionIdentity()
-
QuaternionIdentity
Quaternion QuaternionIdentity()
-
QuaternionLength$descriptor
Function descriptor for:float QuaternionLength(Quaternion q)
-
QuaternionLength$handle
Downcall method handle for:float QuaternionLength(Quaternion q)
-
QuaternionLength$address
Address for:float QuaternionLength(Quaternion q)
-
QuaternionLength
float QuaternionLength(Quaternion q)
-
QuaternionNormalize$descriptor
Function descriptor for:Quaternion QuaternionNormalize(Quaternion q)
-
QuaternionNormalize$handle
Downcall method handle for:Quaternion QuaternionNormalize(Quaternion q)
-
QuaternionNormalize$address
Address for:Quaternion QuaternionNormalize(Quaternion q)
-
QuaternionNormalize
Quaternion QuaternionNormalize(Quaternion q)
-
QuaternionInvert$descriptor
Function descriptor for:Quaternion QuaternionInvert(Quaternion q)
-
QuaternionInvert$handle
Downcall method handle for:Quaternion QuaternionInvert(Quaternion q)
-
QuaternionInvert$address
Address for:Quaternion QuaternionInvert(Quaternion q)
-
QuaternionInvert
Quaternion QuaternionInvert(Quaternion q)
-
QuaternionMultiply$descriptor
Function descriptor for:Quaternion QuaternionMultiply(Quaternion q1, Quaternion q2)
-
QuaternionMultiply$handle
Downcall method handle for:Quaternion QuaternionMultiply(Quaternion q1, Quaternion q2)
-
QuaternionMultiply$address
Address for:Quaternion QuaternionMultiply(Quaternion q1, Quaternion q2)
-
QuaternionMultiply
public static MemorySegment QuaternionMultiply(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2) Quaternion QuaternionMultiply(Quaternion q1, Quaternion q2)
-
QuaternionScale$descriptor
Function descriptor for:Quaternion QuaternionScale(Quaternion q, float mul)
-
QuaternionScale$handle
Downcall method handle for:Quaternion QuaternionScale(Quaternion q, float mul)
-
QuaternionScale$address
Address for:Quaternion QuaternionScale(Quaternion q, float mul)
-
QuaternionScale
Quaternion QuaternionScale(Quaternion q, float mul)
-
QuaternionDivide$descriptor
Function descriptor for:Quaternion QuaternionDivide(Quaternion q1, Quaternion q2)
-
QuaternionDivide$handle
Downcall method handle for:Quaternion QuaternionDivide(Quaternion q1, Quaternion q2)
-
QuaternionDivide$address
Address for:Quaternion QuaternionDivide(Quaternion q1, Quaternion q2)
-
QuaternionDivide
public static MemorySegment QuaternionDivide(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2) Quaternion QuaternionDivide(Quaternion q1, Quaternion q2)
-
QuaternionLerp$descriptor
Function descriptor for:Quaternion QuaternionLerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionLerp$handle
Downcall method handle for:Quaternion QuaternionLerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionLerp$address
Address for:Quaternion QuaternionLerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionLerp
public static MemorySegment QuaternionLerp(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2, float amount) Quaternion QuaternionLerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionNlerp$descriptor
Function descriptor for:Quaternion QuaternionNlerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionNlerp$handle
Downcall method handle for:Quaternion QuaternionNlerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionNlerp$address
Address for:Quaternion QuaternionNlerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionNlerp
public static MemorySegment QuaternionNlerp(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2, float amount) Quaternion QuaternionNlerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionSlerp$descriptor
Function descriptor for:Quaternion QuaternionSlerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionSlerp$handle
Downcall method handle for:Quaternion QuaternionSlerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionSlerp$address
Address for:Quaternion QuaternionSlerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionSlerp
public static MemorySegment QuaternionSlerp(SegmentAllocator allocator, MemorySegment q1, MemorySegment q2, float amount) Quaternion QuaternionSlerp(Quaternion q1, Quaternion q2, float amount)
-
QuaternionCubicHermiteSpline$descriptor
Function descriptor for:Quaternion QuaternionCubicHermiteSpline(Quaternion q1, Quaternion outTangent1, Quaternion q2, Quaternion inTangent2, float t)
-
QuaternionCubicHermiteSpline$handle
Downcall method handle for:Quaternion QuaternionCubicHermiteSpline(Quaternion q1, Quaternion outTangent1, Quaternion q2, Quaternion inTangent2, float t)
-
QuaternionCubicHermiteSpline$address
Address for:Quaternion QuaternionCubicHermiteSpline(Quaternion q1, Quaternion outTangent1, Quaternion q2, Quaternion inTangent2, float t)
-
QuaternionCubicHermiteSpline
public static MemorySegment QuaternionCubicHermiteSpline(SegmentAllocator allocator, MemorySegment q1, MemorySegment outTangent1, MemorySegment q2, MemorySegment inTangent2, float t) Quaternion QuaternionCubicHermiteSpline(Quaternion q1, Quaternion outTangent1, Quaternion q2, Quaternion inTangent2, float t)
-
QuaternionFromVector3ToVector3$descriptor
Function descriptor for:Quaternion QuaternionFromVector3ToVector3(Vector3 from, Vector3 to)
-
QuaternionFromVector3ToVector3$handle
Downcall method handle for:Quaternion QuaternionFromVector3ToVector3(Vector3 from, Vector3 to)
-
QuaternionFromVector3ToVector3$address
Address for:Quaternion QuaternionFromVector3ToVector3(Vector3 from, Vector3 to)
-
QuaternionFromVector3ToVector3
public static MemorySegment QuaternionFromVector3ToVector3(SegmentAllocator allocator, MemorySegment from, MemorySegment to) Quaternion QuaternionFromVector3ToVector3(Vector3 from, Vector3 to)
-
QuaternionFromMatrix$descriptor
Function descriptor for:Quaternion QuaternionFromMatrix(Matrix mat)
-
QuaternionFromMatrix$handle
Downcall method handle for:Quaternion QuaternionFromMatrix(Matrix mat)
-
QuaternionFromMatrix$address
Address for:Quaternion QuaternionFromMatrix(Matrix mat)
-
QuaternionFromMatrix
Quaternion QuaternionFromMatrix(Matrix mat)
-
QuaternionToMatrix$descriptor
Function descriptor for:Matrix QuaternionToMatrix(Quaternion q)
-
QuaternionToMatrix$handle
Downcall method handle for:Matrix QuaternionToMatrix(Quaternion q)
-
QuaternionToMatrix$address
Address for:Matrix QuaternionToMatrix(Quaternion q)
-
QuaternionToMatrix
Matrix QuaternionToMatrix(Quaternion q)
-
QuaternionFromAxisAngle$descriptor
Function descriptor for:Quaternion QuaternionFromAxisAngle(Vector3 axis, float angle)
-
QuaternionFromAxisAngle$handle
Downcall method handle for:Quaternion QuaternionFromAxisAngle(Vector3 axis, float angle)
-
QuaternionFromAxisAngle$address
Address for:Quaternion QuaternionFromAxisAngle(Vector3 axis, float angle)
-
QuaternionFromAxisAngle
public static MemorySegment QuaternionFromAxisAngle(SegmentAllocator allocator, MemorySegment axis, float angle) Quaternion QuaternionFromAxisAngle(Vector3 axis, float angle)
-
QuaternionToAxisAngle$descriptor
Function descriptor for:void QuaternionToAxisAngle(Quaternion q, Vector3 *outAxis, float *outAngle)
-
QuaternionToAxisAngle$handle
Downcall method handle for:void QuaternionToAxisAngle(Quaternion q, Vector3 *outAxis, float *outAngle)
-
QuaternionToAxisAngle$address
Address for:void QuaternionToAxisAngle(Quaternion q, Vector3 *outAxis, float *outAngle)
-
QuaternionToAxisAngle
public static void QuaternionToAxisAngle(MemorySegment q, MemorySegment outAxis, MemorySegment outAngle) void QuaternionToAxisAngle(Quaternion q, Vector3 *outAxis, float *outAngle)
-
QuaternionFromEuler$descriptor
Function descriptor for:Quaternion QuaternionFromEuler(float pitch, float yaw, float roll)
-
QuaternionFromEuler$handle
Downcall method handle for:Quaternion QuaternionFromEuler(float pitch, float yaw, float roll)
-
QuaternionFromEuler$address
Address for:Quaternion QuaternionFromEuler(float pitch, float yaw, float roll)
-
QuaternionFromEuler
public static MemorySegment QuaternionFromEuler(SegmentAllocator allocator, float pitch, float yaw, float roll) Quaternion QuaternionFromEuler(float pitch, float yaw, float roll)
-
QuaternionToEuler$descriptor
Function descriptor for:Vector3 QuaternionToEuler(Quaternion q)
-
QuaternionToEuler$handle
Downcall method handle for:Vector3 QuaternionToEuler(Quaternion q)
-
QuaternionToEuler$address
Address for:Vector3 QuaternionToEuler(Quaternion q)
-
QuaternionToEuler
Vector3 QuaternionToEuler(Quaternion q)
-
QuaternionTransform$descriptor
Function descriptor for:Quaternion QuaternionTransform(Quaternion q, Matrix mat)
-
QuaternionTransform$handle
Downcall method handle for:Quaternion QuaternionTransform(Quaternion q, Matrix mat)
-
QuaternionTransform$address
Address for:Quaternion QuaternionTransform(Quaternion q, Matrix mat)
-
QuaternionTransform
public static MemorySegment QuaternionTransform(SegmentAllocator allocator, MemorySegment q, MemorySegment mat) Quaternion QuaternionTransform(Quaternion q, Matrix mat)
-
QuaternionEquals$descriptor
Function descriptor for:int QuaternionEquals(Quaternion p, Quaternion q)
-
QuaternionEquals$handle
Downcall method handle for:int QuaternionEquals(Quaternion p, Quaternion q)
-
QuaternionEquals$address
Address for:int QuaternionEquals(Quaternion p, Quaternion q)
-
QuaternionEquals
int QuaternionEquals(Quaternion p, Quaternion q)
-
MatrixDecompose$descriptor
Function descriptor for:void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale)
-
MatrixDecompose$handle
Downcall method handle for:void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale)
-
MatrixDecompose$address
Address for:void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale)
-
MatrixDecompose
public static void MatrixDecompose(MemorySegment mat, MemorySegment translation, MemorySegment rotation, MemorySegment scale) void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale)
-
RAYLIB_VERSION
#define RAYLIB_VERSION "5.5"
-
PI
public static float PI()#define PI 3.1415927410125732
-
DEG2RAD
public static float DEG2RAD()#define DEG2RAD 0.01745329238474369
-
RAD2DEG
public static float RAD2DEG()#define RAD2DEG 57.2957763671875
-
MOUSE_LEFT_BUTTON
public static int MOUSE_LEFT_BUTTON()#define MOUSE_LEFT_BUTTON 0
-
MOUSE_RIGHT_BUTTON
public static int MOUSE_RIGHT_BUTTON()#define MOUSE_RIGHT_BUTTON 1
-
MOUSE_MIDDLE_BUTTON
public static int MOUSE_MIDDLE_BUTTON()#define MOUSE_MIDDLE_BUTTON 2
-
MATERIAL_MAP_DIFFUSE
public static int MATERIAL_MAP_DIFFUSE()#define MATERIAL_MAP_DIFFUSE 0
-
MATERIAL_MAP_SPECULAR
public static int MATERIAL_MAP_SPECULAR()#define MATERIAL_MAP_SPECULAR 1
-
SHADER_LOC_MAP_DIFFUSE
public static int SHADER_LOC_MAP_DIFFUSE()#define SHADER_LOC_MAP_DIFFUSE 15
-
SHADER_LOC_MAP_SPECULAR
public static int SHADER_LOC_MAP_SPECULAR()#define SHADER_LOC_MAP_SPECULAR 16
-
RLGL_VERSION
#define RLGL_VERSION "5.0"
-
RL_CULL_DISTANCE_NEAR
public static double RL_CULL_DISTANCE_NEAR()#define RL_CULL_DISTANCE_NEAR 0.01
-
RL_CULL_DISTANCE_FAR
public static double RL_CULL_DISTANCE_FAR()#define RL_CULL_DISTANCE_FAR 1000.0
-
RL_SHADER_LOC_MAP_DIFFUSE
public static int RL_SHADER_LOC_MAP_DIFFUSE()#define RL_SHADER_LOC_MAP_DIFFUSE 15
-
RL_SHADER_LOC_MAP_SPECULAR
public static int RL_SHADER_LOC_MAP_SPECULAR()#define RL_SHADER_LOC_MAP_SPECULAR 16
-
EPSILON
public static float EPSILON()#define EPSILON 9.999999974752427E-7
-
_POSIX_C_SOURCE
public static long _POSIX_C_SOURCE()#define _POSIX_C_SOURCE 200809
-
__TIMESIZE
public static int __TIMESIZE()#define __TIMESIZE 64
-
__STDC_IEC_60559_BFP__
public static long __STDC_IEC_60559_BFP__()#define __STDC_IEC_60559_BFP__ 201404
-
__STDC_IEC_60559_COMPLEX__
public static long __STDC_IEC_60559_COMPLEX__()#define __STDC_IEC_60559_COMPLEX__ 201404
-
__STDC_ISO_10646__
public static long __STDC_ISO_10646__()#define __STDC_ISO_10646__ 201706
-
__HAVE_DISTINCT_FLOAT16
public static int __HAVE_DISTINCT_FLOAT16()#define __HAVE_DISTINCT_FLOAT16 0
-
__HAVE_DISTINCT_FLOAT128X
public static int __HAVE_DISTINCT_FLOAT128X()#define __HAVE_DISTINCT_FLOAT128X 0
-
__HAVE_FLOAT128_UNLIKE_LDBL
public static int __HAVE_FLOAT128_UNLIKE_LDBL()#define __HAVE_FLOAT128_UNLIKE_LDBL 0
-
HUGE_VAL
public static double HUGE_VAL()#define HUGE_VAL Infinity
-
HUGE_VALF
public static float HUGE_VALF()#define HUGE_VALF Infinity
-
INFINITY
public static float INFINITY()#define INFINITY Infinity
-
NAN
public static float NAN()#define NAN NaN
-
__GLIBC_FLT_EVAL_METHOD
public static int __GLIBC_FLT_EVAL_METHOD()#define __GLIBC_FLT_EVAL_METHOD 0
-
FP_ILOGB0
public static int FP_ILOGB0()#define FP_ILOGB0 -2147483648
-
FP_ILOGBNAN
public static int FP_ILOGBNAN()#define FP_ILOGBNAN -2147483648
-
math_errhandling
public static int math_errhandling()#define math_errhandling 3
-
M_E
public static double M_E()#define M_E 2.718281828459045
-
M_LOG2E
public static double M_LOG2E()#define M_LOG2E 1.4426950408889634
-
M_LOG10E
public static double M_LOG10E()#define M_LOG10E 0.4342944819032518
-
M_LN2
public static double M_LN2()#define M_LN2 0.6931471805599453
-
M_LN10
public static double M_LN10()#define M_LN10 2.302585092994046
-
M_PI
public static double M_PI()#define M_PI 3.141592653589793
-
M_PI_2
public static double M_PI_2()#define M_PI_2 1.5707963267948966
-
M_PI_4
public static double M_PI_4()#define M_PI_4 0.7853981633974483
-
M_1_PI
public static double M_1_PI()#define M_1_PI 0.3183098861837907
-
M_2_PI
public static double M_2_PI()#define M_2_PI 0.6366197723675814
-
M_2_SQRTPI
public static double M_2_SQRTPI()#define M_2_SQRTPI 1.1283791670955126
-
M_SQRT2
public static double M_SQRT2()#define M_SQRT2 1.4142135623730951
-
M_SQRT1_2
public static double M_SQRT1_2()#define M_SQRT1_2 0.7071067811865476
-