bindbc.raylib.binddynamic

Undocumented in source.

Members

Aliases

pBeginBlendMode
alias pBeginBlendMode = void function(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pBeginDrawing
alias pBeginDrawing = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pBeginMode2D
alias pBeginMode2D = void function(Camera2D camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pBeginMode3D
alias pBeginMode3D = void function(Camera3D camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pBeginScissorMode
alias pBeginScissorMode = void function(int x, int y, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pBeginShaderMode
alias pBeginShaderMode = void function(Shader shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pBeginTextureMode
alias pBeginTextureMode = void function(RenderTexture2D target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pBeginVrStereoMode
alias pBeginVrStereoMode = void function(VrStereoConfig config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pChangeDirectory
alias pChangeDirectory = bool function(const(char)* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionBoxSphere
alias pCheckCollisionBoxSphere = bool function(BoundingBox box, Vector3 center, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionBoxes
alias pCheckCollisionBoxes = bool function(BoundingBox box1, BoundingBox box2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionCircleRec
alias pCheckCollisionCircleRec = bool function(Vector2 center, float radius, Rectangle rec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionCircles
alias pCheckCollisionCircles = bool function(Vector2 center1, float radius1, Vector2 center2, float radius2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionLines
alias pCheckCollisionLines = bool function(Vector2 startPos1, Vector2 endPos1, Vector2 startPos2, Vector2 endPos2, Vector2* collisionPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionPointCircle
alias pCheckCollisionPointCircle = bool function(Vector2 point, Vector2 center, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionPointLine
alias pCheckCollisionPointLine = bool function(Vector2 point, Vector2 p1, Vector2 p2, int threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionPointRec
alias pCheckCollisionPointRec = bool function(Vector2 point, Rectangle rec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionPointTriangle
alias pCheckCollisionPointTriangle = bool function(Vector2 point, Vector2 p1, Vector2 p2, Vector2 p3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionRecs
alias pCheckCollisionRecs = bool function(Rectangle rec1, Rectangle rec2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCheckCollisionSpheres
alias pCheckCollisionSpheres = bool function(Vector3 center1, float radius1, Vector3 center2, float radius2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pClearBackground
alias pClearBackground = void function(Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pClearDirectoryFiles
alias pClearDirectoryFiles = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pClearDroppedFiles
alias pClearDroppedFiles = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pClearWindowState
alias pClearWindowState = void function(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCloseAudioDevice
alias pCloseAudioDevice = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCloseWindow
alias pCloseWindow = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCodepointToUTF8
alias pCodepointToUTF8 = const(char)* function(int codepoint, int* byteSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pColorAlpha
alias pColorAlpha = Color function(Color color, float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pColorAlphaBlend
alias pColorAlphaBlend = Color function(Color dst, Color src, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pColorFromHSV
alias pColorFromHSV = Color function(float hue, float saturation, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pColorFromNormalized
alias pColorFromNormalized = Color function(Vector4 normalized)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pColorNormalize
alias pColorNormalize = Vector4 function(Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pColorToHSV
alias pColorToHSV = Vector3 function(Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pColorToInt
alias pColorToInt = int function(Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pCompressData
alias pCompressData = ubyte* function(ubyte* data, int dataLength, int* compDataLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDecodeDataBase64
alias pDecodeDataBase64 = ubyte* function(ubyte* data, int* outputLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDecompressData
alias pDecompressData = ubyte* function(ubyte* compData, int compDataLength, int* dataLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDirectoryExists
alias pDirectoryExists = bool function(const(char)* dirPath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDisableCursor
alias pDisableCursor = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawBillboard
alias pDrawBillboard = void function(Camera camera, Texture2D texture, Vector3 position, float size, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawBillboardPro
alias pDrawBillboardPro = void function(Camera camera, Texture2D texture, Rectangle source, Vector3 position, Vector3 up, Vector2 size, Vector2 origin, float rotation, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawBillboardRec
alias pDrawBillboardRec = void function(Camera camera, Texture2D texture, Rectangle source, Vector3 position, Vector2 size, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawBoundingBox
alias pDrawBoundingBox = void function(BoundingBox box, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCircle
alias pDrawCircle = void function(int centerX, int centerY, float radius, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCircle3D
alias pDrawCircle3D = void function(Vector3 center, float radius, Vector3 rotationAxis, float rotationAngle, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCircleGradient
alias pDrawCircleGradient = void function(int centerX, int centerY, float radius, Color color1, Color color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCircleLines
alias pDrawCircleLines = void function(int centerX, int centerY, float radius, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCircleSector
alias pDrawCircleSector = void function(Vector2 center, float radius, float startAngle, float endAngle, int segments, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCircleSectorLines
alias pDrawCircleSectorLines = void function(Vector2 center, float radius, float startAngle, float endAngle, int segments, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCircleV
alias pDrawCircleV = void function(Vector2 center, float radius, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCube
alias pDrawCube = void function(Vector3 position, float width, float height, float length, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCubeTexture
alias pDrawCubeTexture = void function(Texture2D texture, Vector3 position, float width, float height, float length, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCubeTextureRec
alias pDrawCubeTextureRec = void function(Texture2D texture, Rectangle source, Vector3 position, float width, float height, float length, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCubeV
alias pDrawCubeV = void function(Vector3 position, Vector3 size, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCubeWires
alias pDrawCubeWires = void function(Vector3 position, float width, float height, float length, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCubeWiresV
alias pDrawCubeWiresV = void function(Vector3 position, Vector3 size, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCylinder
alias pDrawCylinder = void function(Vector3 position, float radiusTop, float radiusBottom, float height, int slices, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCylinderEx
alias pDrawCylinderEx = void function(Vector3 startPos, Vector3 endPos, float startRadius, float endRadius, int sides, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCylinderWires
alias pDrawCylinderWires = void function(Vector3 position, float radiusTop, float radiusBottom, float height, int slices, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawCylinderWiresEx
alias pDrawCylinderWiresEx = void function(Vector3 startPos, Vector3 endPos, float startRadius, float endRadius, int sides, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawEllipse
alias pDrawEllipse = void function(int centerX, int centerY, float radiusH, float radiusV, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawEllipseLines
alias pDrawEllipseLines = void function(int centerX, int centerY, float radiusH, float radiusV, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawFPS
alias pDrawFPS = void function(int posX, int posY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawGrid
alias pDrawGrid = void function(int slices, float spacing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawLine
alias pDrawLine = void function(int startPosX, int startPosY, int endPosX, int endPosY, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawLine3D
alias pDrawLine3D = void function(Vector3 startPos, Vector3 endPos, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawLineBezier
alias pDrawLineBezier = void function(Vector2 startPos, Vector2 endPos, float thick, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawLineBezierCubic
alias pDrawLineBezierCubic = void function(Vector2 startPos, Vector2 endPos, Vector2 startControlPos, Vector2 endControlPos, float thick, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawLineBezierQuad
alias pDrawLineBezierQuad = void function(Vector2 startPos, Vector2 endPos, Vector2 controlPos, float thick, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawLineEx
alias pDrawLineEx = void function(Vector2 startPos, Vector2 endPos, float thick, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawLineStrip
alias pDrawLineStrip = void function(Vector2* points, int pointCount, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawLineV
alias pDrawLineV = void function(Vector2 startPos, Vector2 endPos, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawMesh
alias pDrawMesh = void function(Mesh mesh, Material material, Matrix transform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawMeshInstanced
alias pDrawMeshInstanced = void function(Mesh mesh, Material material, Matrix* transforms, int instances)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawModel
alias pDrawModel = void function(Model model, Vector3 position, float scale, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawModelEx
alias pDrawModelEx = void function(Model model, Vector3 position, Vector3 rotationAxis, float rotationAngle, Vector3 scale, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawModelWires
alias pDrawModelWires = void function(Model model, Vector3 position, float scale, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawModelWiresEx
alias pDrawModelWiresEx = void function(Model model, Vector3 position, Vector3 rotationAxis, float rotationAngle, Vector3 scale, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawPixel
alias pDrawPixel = void function(int posX, int posY, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawPixelV
alias pDrawPixelV = void function(Vector2 position, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawPlane
alias pDrawPlane = void function(Vector3 centerPos, Vector2 size, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawPoint3D
alias pDrawPoint3D = void function(Vector3 position, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawPoly
alias pDrawPoly = void function(Vector2 center, int sides, float radius, float rotation, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawPolyLines
alias pDrawPolyLines = void function(Vector2 center, int sides, float radius, float rotation, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawPolyLinesEx
alias pDrawPolyLinesEx = void function(Vector2 center, int sides, float radius, float rotation, float lineThick, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRay
alias pDrawRay = void function(Ray ray, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangle
alias pDrawRectangle = void function(int posX, int posY, int width, int height, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleGradientEx
alias pDrawRectangleGradientEx = void function(Rectangle rec, Color col1, Color col2, Color col3, Color col4)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleGradientH
alias pDrawRectangleGradientH = void function(int posX, int posY, int width, int height, Color color1, Color color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleGradientV
alias pDrawRectangleGradientV = void function(int posX, int posY, int width, int height, Color color1, Color color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleLines
alias pDrawRectangleLines = void function(int posX, int posY, int width, int height, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleLinesEx
alias pDrawRectangleLinesEx = void function(Rectangle rec, float lineThick, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectanglePro
alias pDrawRectanglePro = void function(Rectangle rec, Vector2 origin, float rotation, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleRec
alias pDrawRectangleRec = void function(Rectangle rec, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleRounded
alias pDrawRectangleRounded = void function(Rectangle rec, float roundness, int segments, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleRoundedLines
alias pDrawRectangleRoundedLines = void function(Rectangle rec, float roundness, int segments, float lineThick, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRectangleV
alias pDrawRectangleV = void function(Vector2 position, Vector2 size, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRing
alias pDrawRing = void function(Vector2 center, float innerRadius, float outerRadius, float startAngle, float endAngle, int segments, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawRingLines
alias pDrawRingLines = void function(Vector2 center, float innerRadius, float outerRadius, float startAngle, float endAngle, int segments, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawSphere
alias pDrawSphere = void function(Vector3 centerPos, float radius, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawSphereEx
alias pDrawSphereEx = void function(Vector3 centerPos, float radius, int rings, int slices, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawSphereWires
alias pDrawSphereWires = void function(Vector3 centerPos, float radius, int rings, int slices, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawText
alias pDrawText = void function(const(char)* text, int posX, int posY, int fontSize, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextCodepoint
alias pDrawTextCodepoint = void function(Font font, int codepoint, Vector2 position, float fontSize, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextEx
alias pDrawTextEx = void function(Font font, const(char)* text, Vector2 position, float fontSize, float spacing, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextPro
alias pDrawTextPro = void function(Font font, const(char)* text, Vector2 position, Vector2 origin, float rotation, float fontSize, float spacing, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTexture
alias pDrawTexture = void function(Texture2D texture, int posX, int posY, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextureEx
alias pDrawTextureEx = void function(Texture2D texture, Vector2 position, float rotation, float scale, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextureNPatch
alias pDrawTextureNPatch = void function(Texture2D texture, NPatchInfo nPatchInfo, Rectangle dest, Vector2 origin, float rotation, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTexturePoly
alias pDrawTexturePoly = void function(Texture2D texture, Vector2 center, Vector2* points, Vector2* texcoords, int pointCount, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTexturePro
alias pDrawTexturePro = void function(Texture2D texture, Rectangle source, Rectangle dest, Vector2 origin, float rotation, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextureQuad
alias pDrawTextureQuad = void function(Texture2D texture, Vector2 tiling, Vector2 offset, Rectangle quad, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextureRec
alias pDrawTextureRec = void function(Texture2D texture, Rectangle source, Vector2 position, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextureTiled
alias pDrawTextureTiled = void function(Texture2D texture, Rectangle source, Rectangle dest, Vector2 origin, float rotation, float scale, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTextureV
alias pDrawTextureV = void function(Texture2D texture, Vector2 position, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTriangle
alias pDrawTriangle = void function(Vector2 v1, Vector2 v2, Vector2 v3, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTriangle3D
alias pDrawTriangle3D = void function(Vector3 v1, Vector3 v2, Vector3 v3, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTriangleFan
alias pDrawTriangleFan = void function(Vector2* points, int pointCount, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTriangleLines
alias pDrawTriangleLines = void function(Vector2 v1, Vector2 v2, Vector2 v3, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTriangleStrip
alias pDrawTriangleStrip = void function(Vector2* points, int pointCount, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pDrawTriangleStrip3D
alias pDrawTriangleStrip3D = void function(Vector3* points, int pointCount, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEnableCursor
alias pEnableCursor = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEncodeDataBase64
alias pEncodeDataBase64 = char* function(const(ubyte)* data, int dataLength, int* outputLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEndBlendMode
alias pEndBlendMode = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEndDrawing
alias pEndDrawing = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEndMode2D
alias pEndMode2D = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEndMode3D
alias pEndMode3D = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEndScissorMode
alias pEndScissorMode = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEndShaderMode
alias pEndShaderMode = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEndTextureMode
alias pEndTextureMode = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pEndVrStereoMode
alias pEndVrStereoMode = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pExportImage
alias pExportImage = bool function(Image image, const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pExportImageAsCode
alias pExportImageAsCode = bool function(Image image, const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pExportMesh
alias pExportMesh = bool function(Mesh mesh, const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pExportWave
alias pExportWave = bool function(Wave wave, const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pExportWaveAsCode
alias pExportWaveAsCode = bool function(Wave wave, const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFade
alias pFade = Color function(Color color, float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFileExists
alias pFileExists = bool function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenImageCellular
alias pGenImageCellular = Image function(int width, int height, int tileSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenImageChecked
alias pGenImageChecked = Image function(int width, int height, int checksX, int checksY, Color col1, Color col2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenImageColor
alias pGenImageColor = Image function(int width, int height, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenImageFontAtlas
alias pGenImageFontAtlas = Image function(const GlyphInfo* chars, Rectangle** recs, int glyphCount, int fontSize, int padding, int packMethod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenImageGradientH
alias pGenImageGradientH = Image function(int width, int height, Color left, Color right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenImageGradientRadial
alias pGenImageGradientRadial = Image function(int width, int height, float density, Color inner, Color outer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenImageGradientV
alias pGenImageGradientV = Image function(int width, int height, Color top, Color bottom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenImageWhiteNoise
alias pGenImageWhiteNoise = Image function(int width, int height, float factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshBinormals
alias pGenMeshBinormals = void function(Mesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshCone
alias pGenMeshCone = Mesh function(float radius, float height, int slices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshCube
alias pGenMeshCube = Mesh function(float width, float height, float length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshCubicmap
alias pGenMeshCubicmap = Mesh function(Image cubicmap, Vector3 cubeSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshCylinder
alias pGenMeshCylinder = Mesh function(float radius, float height, int slices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshHeightmap
alias pGenMeshHeightmap = Mesh function(Image heightmap, Vector3 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshHemiSphere
alias pGenMeshHemiSphere = Mesh function(float radius, int rings, int slices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshKnot
alias pGenMeshKnot = Mesh function(float radius, float size, int radSeg, int sides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshPlane
alias pGenMeshPlane = Mesh function(float width, float length, int resX, int resZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshPoly
alias pGenMeshPoly = Mesh function(int sides, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshSphere
alias pGenMeshSphere = Mesh function(float radius, int rings, int slices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshTangents
alias pGenMeshTangents = void function(Mesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenMeshTorus
alias pGenMeshTorus = Mesh function(float radius, float size, int radSeg, int sides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGenTextureMipmaps
alias pGenTextureMipmaps = void function(Texture2D* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetCameraMatrix
alias pGetCameraMatrix = Matrix function(Camera camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetCameraMatrix2D
alias pGetCameraMatrix2D = Matrix function(Camera2D camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetCharPressed
alias pGetCharPressed = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetClipboardText
alias pGetClipboardText = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetCodepoint
alias pGetCodepoint = int function(const(char)* text, int* bytesProcessed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetCodepointCount
alias pGetCodepointCount = int function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetCollisionRec
alias pGetCollisionRec = Rectangle function(Rectangle rec1, Rectangle rec2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetColor
alias pGetColor = Color function(uint hexValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetCurrentMonitor
alias pGetCurrentMonitor = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetDirectoryFiles
alias pGetDirectoryFiles = char** function(const(char)* dirPath, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetDirectoryPath
alias pGetDirectoryPath = const(char)* function(const(char)* filePath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetDroppedFiles
alias pGetDroppedFiles = char** function(int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetFPS
alias pGetFPS = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetFileExtension
alias pGetFileExtension = const(char)* function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetFileModTime
alias pGetFileModTime = long function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetFileName
alias pGetFileName = const(char)* function(const(char)* filePath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetFileNameWithoutExt
alias pGetFileNameWithoutExt = const(char)* function(const(char)* filePath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetFontDefault
alias pGetFontDefault = Font function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetFrameTime
alias pGetFrameTime = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGamepadAxisCount
alias pGetGamepadAxisCount = int function(int gamepad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGamepadAxisMovement
alias pGetGamepadAxisMovement = float function(int gamepad, int axis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGamepadButtonPressed
alias pGetGamepadButtonPressed = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGamepadName
alias pGetGamepadName = const(char)* function(int gamepad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGestureDetected
alias pGetGestureDetected = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGestureDragAngle
alias pGetGestureDragAngle = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGestureDragVector
alias pGetGestureDragVector = Vector2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGestureHoldDuration
alias pGetGestureHoldDuration = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGesturePinchAngle
alias pGetGesturePinchAngle = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGesturePinchVector
alias pGetGesturePinchVector = Vector2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGlyphAtlasRec
alias pGetGlyphAtlasRec = Rectangle function(Font font, int codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGlyphIndex
alias pGetGlyphIndex = int function(Font font, int codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetGlyphInfo
alias pGetGlyphInfo = GlyphInfo function(Font font, int codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetImageAlphaBorder
alias pGetImageAlphaBorder = Rectangle function(Image image, float threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetImageColor
alias pGetImageColor = Color function(Image image, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetKeyPressed
alias pGetKeyPressed = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMeshBoundingBox
alias pGetMeshBoundingBox = BoundingBox function(Mesh mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetModelBoundingBox
alias pGetModelBoundingBox = BoundingBox function(Model model)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMonitorCount
alias pGetMonitorCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMonitorHeight
alias pGetMonitorHeight = int function(int monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMonitorName
alias pGetMonitorName = const(char)* function(int monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMonitorPhysicalHeight
alias pGetMonitorPhysicalHeight = int function(int monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMonitorPhysicalWidth
alias pGetMonitorPhysicalWidth = int function(int monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMonitorPosition
alias pGetMonitorPosition = Vector2 function(int monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMonitorRefreshRate
alias pGetMonitorRefreshRate = int function(int monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMonitorWidth
alias pGetMonitorWidth = int function(int monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMouseDelta
alias pGetMouseDelta = Vector2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMousePosition
alias pGetMousePosition = Vector2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMouseRay
alias pGetMouseRay = Ray function(Vector2 mousePosition, Camera camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMouseWheelMove
alias pGetMouseWheelMove = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMouseX
alias pGetMouseX = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMouseY
alias pGetMouseY = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMusicTimeLength
alias pGetMusicTimeLength = float function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetMusicTimePlayed
alias pGetMusicTimePlayed = float function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetPixelColor
alias pGetPixelColor = Color function(void* srcPtr, int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetPixelDataSize
alias pGetPixelDataSize = int function(int width, int height, int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetPrevDirectoryPath
alias pGetPrevDirectoryPath = const(char)* function(const(char)* dirPath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetRandomValue
alias pGetRandomValue = int function(int min, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetRayCollisionBox
alias pGetRayCollisionBox = RayCollision function(Ray ray, BoundingBox box)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetRayCollisionMesh
alias pGetRayCollisionMesh = RayCollision function(Ray ray, Mesh mesh, Matrix transform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetRayCollisionModel
alias pGetRayCollisionModel = RayCollision function(Ray ray, Model model)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetRayCollisionQuad
alias pGetRayCollisionQuad = RayCollision function(Ray ray, Vector3 p1, Vector3 p2, Vector3 p3, Vector3 p4)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetRayCollisionSphere
alias pGetRayCollisionSphere = RayCollision function(Ray ray, Vector3 center, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetRayCollisionTriangle
alias pGetRayCollisionTriangle = RayCollision function(Ray ray, Vector3 p1, Vector3 p2, Vector3 p3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetScreenHeight
alias pGetScreenHeight = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetScreenToWorld2D
alias pGetScreenToWorld2D = Vector2 function(Vector2 position, Camera2D camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetScreenWidth
alias pGetScreenWidth = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetShaderLocation
alias pGetShaderLocation = int function(Shader shader, const(char)* uniformName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetShaderLocationAttrib
alias pGetShaderLocationAttrib = int function(Shader shader, const(char)* attribName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetSoundsPlaying
alias pGetSoundsPlaying = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetTime
alias pGetTime = double function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetTouchPointCount
alias pGetTouchPointCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetTouchPointId
alias pGetTouchPointId = int function(int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetTouchPosition
alias pGetTouchPosition = Vector2 function(int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetTouchX
alias pGetTouchX = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetTouchY
alias pGetTouchY = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetWindowHandle
alias pGetWindowHandle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetWindowPosition
alias pGetWindowPosition = Vector2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetWindowScaleDPI
alias pGetWindowScaleDPI = Vector2 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetWorkingDirectory
alias pGetWorkingDirectory = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetWorldToScreen
alias pGetWorldToScreen = Vector2 function(Vector3 position, Camera camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetWorldToScreen2D
alias pGetWorldToScreen2D = Vector2 function(Vector2 position, Camera2D camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pGetWorldToScreenEx
alias pGetWorldToScreenEx = Vector2 function(Vector3 position, Camera camera, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pHideCursor
alias pHideCursor = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageAlphaClear
alias pImageAlphaClear = void function(Image* image, Color color, float threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageAlphaCrop
alias pImageAlphaCrop = void function(Image* image, float threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageAlphaMask
alias pImageAlphaMask = void function(Image* image, Image alphaMask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageAlphaPremultiply
alias pImageAlphaPremultiply = void function(Image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageClearBackground
alias pImageClearBackground = void function(Image* dst, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageColorBrightness
alias pImageColorBrightness = void function(Image* image, int brightness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageColorContrast
alias pImageColorContrast = void function(Image* image, float contrast)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageColorGrayscale
alias pImageColorGrayscale = void function(Image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageColorInvert
alias pImageColorInvert = void function(Image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageColorReplace
alias pImageColorReplace = void function(Image* image, Color color, Color replace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageColorTint
alias pImageColorTint = void function(Image* image, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageCopy
alias pImageCopy = Image function(Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageCrop
alias pImageCrop = void function(Image* image, Rectangle crop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDither
alias pImageDither = void function(Image* image, int rBpp, int gBpp, int bBpp, int aBpp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDraw
alias pImageDraw = void function(Image* dst, Image src, Rectangle srcRec, Rectangle dstRec, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawCircle
alias pImageDrawCircle = void function(Image* dst, int centerX, int centerY, int radius, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawCircleV
alias pImageDrawCircleV = void function(Image* dst, Vector2 center, int radius, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawLine
alias pImageDrawLine = void function(Image* dst, int startPosX, int startPosY, int endPosX, int endPosY, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawLineV
alias pImageDrawLineV = void function(Image* dst, Vector2 start, Vector2 end, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawPixel
alias pImageDrawPixel = void function(Image* dst, int posX, int posY, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawPixelV
alias pImageDrawPixelV = void function(Image* dst, Vector2 position, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawRectangle
alias pImageDrawRectangle = void function(Image* dst, int posX, int posY, int width, int height, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawRectangleLines
alias pImageDrawRectangleLines = void function(Image* dst, Rectangle rec, int thick, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawRectangleRec
alias pImageDrawRectangleRec = void function(Image* dst, Rectangle rec, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawRectangleV
alias pImageDrawRectangleV = void function(Image* dst, Vector2 position, Vector2 size, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawText
alias pImageDrawText = void function(Image* dst, const(char)* text, int posX, int posY, int fontSize, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageDrawTextEx
alias pImageDrawTextEx = void function(Image* dst, Font font, const(char)* text, Vector2 position, float fontSize, float spacing, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageFlipHorizontal
alias pImageFlipHorizontal = void function(Image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageFlipVertical
alias pImageFlipVertical = void function(Image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageFormat
alias pImageFormat = void function(Image* image, int newFormat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageFromImage
alias pImageFromImage = Image function(Image image, Rectangle rec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageMipmaps
alias pImageMipmaps = void function(Image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageResize
alias pImageResize = void function(Image* image, int newWidth, int newHeight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageResizeCanvas
alias pImageResizeCanvas = void function(Image* image, int newWidth, int newHeight, int offsetX, int offsetY, Color fill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageResizeNN
alias pImageResizeNN = void function(Image* image, int newWidth, int newHeight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageRotateCCW
alias pImageRotateCCW = void function(Image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageRotateCW
alias pImageRotateCW = void function(Image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageText
alias pImageText = Image function(const(char)* text, int fontSize, Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageTextEx
alias pImageTextEx = Image function(Font font, const(char)* text, float fontSize, float spacing, Color tint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImageToPOT
alias pImageToPOT = void function(Image* image, Color fill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pInitAudioDevice
alias pInitAudioDevice = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pInitWindow
alias pInitWindow = void function(int width, int height, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsAudioDeviceReady
alias pIsAudioDeviceReady = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsAudioStreamPlaying
alias pIsAudioStreamPlaying = bool function(AudioStream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsAudioStreamProcessed
alias pIsAudioStreamProcessed = bool function(AudioStream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsCursorHidden
alias pIsCursorHidden = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsCursorOnScreen
alias pIsCursorOnScreen = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsFileDropped
alias pIsFileDropped = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsFileExtension
alias pIsFileExtension = bool function(const(char)* fileName, const(char)* ext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsGamepadAvailable
alias pIsGamepadAvailable = bool function(int gamepad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsGamepadButtonDown
alias pIsGamepadButtonDown = bool function(int gamepad, int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsGamepadButtonPressed
alias pIsGamepadButtonPressed = bool function(int gamepad, int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsGamepadButtonReleased
alias pIsGamepadButtonReleased = bool function(int gamepad, int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsGamepadButtonUp
alias pIsGamepadButtonUp = bool function(int gamepad, int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsGestureDetected
alias pIsGestureDetected = bool function(int gesture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsKeyDown
alias pIsKeyDown = bool function(int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsKeyPressed
alias pIsKeyPressed = bool function(int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsKeyReleased
alias pIsKeyReleased = bool function(int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsKeyUp
alias pIsKeyUp = bool function(int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsModelAnimationValid
alias pIsModelAnimationValid = bool function(Model model, ModelAnimation anim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsMouseButtonDown
alias pIsMouseButtonDown = bool function(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsMouseButtonPressed
alias pIsMouseButtonPressed = bool function(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsMouseButtonReleased
alias pIsMouseButtonReleased = bool function(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsMouseButtonUp
alias pIsMouseButtonUp = bool function(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsMusicStreamPlaying
alias pIsMusicStreamPlaying = bool function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsSoundPlaying
alias pIsSoundPlaying = bool function(Sound sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsWindowFocused
alias pIsWindowFocused = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsWindowFullscreen
alias pIsWindowFullscreen = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsWindowHidden
alias pIsWindowHidden = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsWindowMaximized
alias pIsWindowMaximized = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsWindowMinimized
alias pIsWindowMinimized = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsWindowReady
alias pIsWindowReady = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsWindowResized
alias pIsWindowResized = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pIsWindowState
alias pIsWindowState = bool function(uint flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadAudioStream
alias pLoadAudioStream = AudioStream function(uint sampleRate, uint sampleSize, uint channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadCodepoints
alias pLoadCodepoints = int* function(const(char)* text, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadFileData
alias pLoadFileData = ubyte* function(const(char)* fileName, uint* bytesRead)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadFileText
alias pLoadFileText = char* function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadFont
alias pLoadFont = Font function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadFontData
alias pLoadFontData = GlyphInfo* function(const(ubyte)* fileData, int dataSize, int fontSize, int* fontChars, int glyphCount, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadFontEx
alias pLoadFontEx = Font function(const(char)* fileName, int fontSize, int* fontChars, int glyphCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadFontFromImage
alias pLoadFontFromImage = Font function(Image image, Color key, int firstChar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadFontFromMemory
alias pLoadFontFromMemory = Font function(const(char)* fileType, const(ubyte)* fileData, int dataSize, int fontSize, int* fontChars, int glyphCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadImage
alias pLoadImage = Image function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadImageAnim
alias pLoadImageAnim = Image function(const(char)* fileName, int* frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadImageColors
alias pLoadImageColors = Color* function(Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadImageFromMemory
alias pLoadImageFromMemory = Image function(const(char)* fileType, const(ubyte)* fileData, int dataSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadImageFromScreen
alias pLoadImageFromScreen = Image function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadImageFromTexture
alias pLoadImageFromTexture = Image function(Texture2D texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadImagePalette
alias pLoadImagePalette = Color* function(Image image, int maxPaletteSize, int* colorCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadImageRaw
alias pLoadImageRaw = Image function(const(char)* fileName, int width, int height, int format, int headerSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadMaterialDefault
alias pLoadMaterialDefault = Material function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadMaterials
alias pLoadMaterials = Material* function(const(char)* fileName, int* materialCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadModel
alias pLoadModel = Model function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadModelAnimations
alias pLoadModelAnimations = ModelAnimation* function(const(char)* fileName, uint* animCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadModelFromMesh
alias pLoadModelFromMesh = Model function(Mesh mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadMusicStream
alias pLoadMusicStream = Music function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadMusicStreamFromMemory
alias pLoadMusicStreamFromMemory = Music function(const(char)* fileType, ubyte* data, int dataSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadRenderTexture
alias pLoadRenderTexture = RenderTexture2D function(int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadShader
alias pLoadShader = Shader function(const(char)* vsFileName, const(char)* fsFileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadShaderFromMemory
alias pLoadShaderFromMemory = Shader function(const(char)* vsCode, const(char)* fsCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadSound
alias pLoadSound = Sound function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadSoundFromWave
alias pLoadSoundFromWave = Sound function(Wave wave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadStorageValue
alias pLoadStorageValue = int function(uint position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadTexture
alias pLoadTexture = Texture2D function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadTextureCubemap
alias pLoadTextureCubemap = TextureCubemap function(Image image, int layout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadTextureFromImage
alias pLoadTextureFromImage = Texture2D function(Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadVrStereoConfig
alias pLoadVrStereoConfig = VrStereoConfig function(VrDeviceInfo device)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadWave
alias pLoadWave = Wave function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadWaveFromMemory
alias pLoadWaveFromMemory = Wave function(const(char)* fileType, const(ubyte)* fileData, int dataSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pLoadWaveSamples
alias pLoadWaveSamples = float* function(Wave wave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pMaximizeWindow
alias pMaximizeWindow = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pMeasureText
alias pMeasureText = int function(const(char)* text, int fontSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pMeasureTextEx
alias pMeasureTextEx = Vector2 function(Font font, const(char)* text, float fontSize, float spacing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pMemAlloc
alias pMemAlloc = void* function(int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pMemFree
alias pMemFree = void function(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pMemRealloc
alias pMemRealloc = void* function(void* ptr, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pMinimizeWindow
alias pMinimizeWindow = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pOpenURL
alias pOpenURL = void function(const(char)* url)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pPauseAudioStream
alias pPauseAudioStream = void function(AudioStream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pPauseMusicStream
alias pPauseMusicStream = void function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pPauseSound
alias pPauseSound = void function(Sound sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pPlayAudioStream
alias pPlayAudioStream = void function(AudioStream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pPlayMusicStream
alias pPlayMusicStream = void function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pPlaySound
alias pPlaySound = void function(Sound sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pPlaySoundMulti
alias pPlaySoundMulti = void function(Sound sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pPollInputEvents
alias pPollInputEvents = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pRestoreWindow
alias pRestoreWindow = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pResumeAudioStream
alias pResumeAudioStream = void function(AudioStream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pResumeMusicStream
alias pResumeMusicStream = void function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pResumeSound
alias pResumeSound = void function(Sound sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSaveFileData
alias pSaveFileData = bool function(const(char)* fileName, void* data, uint bytesToWrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSaveFileText
alias pSaveFileText = bool function(const(char)* fileName, char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSaveStorageValue
alias pSaveStorageValue = bool function(uint position, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSeekMusicStream
alias pSeekMusicStream = void function(Music music, float position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetAudioStreamBufferSizeDefault
alias pSetAudioStreamBufferSizeDefault = void function(int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetAudioStreamPitch
alias pSetAudioStreamPitch = void function(AudioStream stream, float pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetAudioStreamVolume
alias pSetAudioStreamVolume = void function(AudioStream stream, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetCameraAltControl
alias pSetCameraAltControl = void function(int keyAlt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetCameraMode
alias pSetCameraMode = void function(Camera camera, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetCameraMoveControls
alias pSetCameraMoveControls = void function(int keyFront, int keyBack, int keyRight, int keyLeft, int keyUp, int keyDown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetCameraPanControl
alias pSetCameraPanControl = void function(int keyPan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetCameraSmoothZoomControl
alias pSetCameraSmoothZoomControl = void function(int keySmoothZoom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetClipboardText
alias pSetClipboardText = void function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetConfigFlags
alias pSetConfigFlags = void function(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetExitKey
alias pSetExitKey = void function(int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetGamepadMappings
alias pSetGamepadMappings = int function(const(char)* mappings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetGesturesEnabled
alias pSetGesturesEnabled = void function(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetMasterVolume
alias pSetMasterVolume = void function(float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetMaterialTexture
alias pSetMaterialTexture = void function(Material* material, int mapType, Texture2D texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetModelMeshMaterial
alias pSetModelMeshMaterial = void function(Model* model, int meshId, int materialId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetMouseCursor
alias pSetMouseCursor = void function(int cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetMouseOffset
alias pSetMouseOffset = void function(int offsetX, int offsetY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetMousePosition
alias pSetMousePosition = void function(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetMouseScale
alias pSetMouseScale = void function(float scaleX, float scaleY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetMusicPitch
alias pSetMusicPitch = void function(Music music, float pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetMusicVolume
alias pSetMusicVolume = void function(Music music, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetPixelColor
alias pSetPixelColor = void function(void* dstPtr, Color color, int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetRandomSeed
alias pSetRandomSeed = void function(uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetShaderValue
alias pSetShaderValue = void function(Shader shader, int locIndex, const void* value, int uniformType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetShaderValueMatrix
alias pSetShaderValueMatrix = void function(Shader shader, int locIndex, Matrix mat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetShaderValueTexture
alias pSetShaderValueTexture = void function(Shader shader, int locIndex, Texture2D texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetShaderValueV
alias pSetShaderValueV = void function(Shader shader, int locIndex, const void* value, int uniformType, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetShapesTexture
alias pSetShapesTexture = void function(Texture2D texture, Rectangle source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetSoundPitch
alias pSetSoundPitch = void function(Sound sound, float pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetSoundVolume
alias pSetSoundVolume = void function(Sound sound, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetTargetFPS
alias pSetTargetFPS = void function(int fps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetTextureFilter
alias pSetTextureFilter = void function(Texture2D texture, int filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetTextureWrap
alias pSetTextureWrap = void function(Texture2D texture, int wrap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetTraceLogLevel
alias pSetTraceLogLevel = void function(int logLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetWindowIcon
alias pSetWindowIcon = void function(Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetWindowMinSize
alias pSetWindowMinSize = void function(int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetWindowMonitor
alias pSetWindowMonitor = void function(int monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetWindowPosition
alias pSetWindowPosition = void function(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetWindowSize
alias pSetWindowSize = void function(int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetWindowState
alias pSetWindowState = void function(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSetWindowTitle
alias pSetWindowTitle = void function(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pShowCursor
alias pShowCursor = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pStopAudioStream
alias pStopAudioStream = void function(AudioStream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pStopMusicStream
alias pStopMusicStream = void function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pStopSound
alias pStopSound = void function(Sound sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pStopSoundMulti
alias pStopSoundMulti = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSwapScreenBuffer
alias pSwapScreenBuffer = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTakeScreenshot
alias pTakeScreenshot = void function(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextAppend
alias pTextAppend = void function(char* text, const(char)* append, int* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextCodepointsToUTF8
alias pTextCodepointsToUTF8 = char* function(int* codepoints, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextCopy
alias pTextCopy = int function(char* dst, const(char)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextFindIndex
alias pTextFindIndex = int function(const(char)* text, const(char)* find)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextInsert
alias pTextInsert = char* function(const(char)* text, const(char)* insert, int position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextIsEqual
alias pTextIsEqual = bool function(const(char)* text1, const(char)* text2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextJoin
alias pTextJoin = const(char)* function(const char** textList, int count, const(char)* delimiter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextLength
alias pTextLength = uint function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextReplace
alias pTextReplace = char* function(char* text, const(char)* replace, const(char)* by)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextSplit
alias pTextSplit = char** function(const(char)* text, char delimiter, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextSubtext
alias pTextSubtext = const(char)* function(const(char)* text, int position, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextToInteger
alias pTextToInteger = int function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextToLower
alias pTextToLower = const(char)* function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextToPascal
alias pTextToPascal = const(char)* function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pTextToUpper
alias pTextToUpper = const(char)* function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pToggleFullscreen
alias pToggleFullscreen = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadAudioStream
alias pUnloadAudioStream = void function(AudioStream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadCodepoints
alias pUnloadCodepoints = void function(int* codepoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadFileData
alias pUnloadFileData = void function(ubyte* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadFileText
alias pUnloadFileText = void function(char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadFont
alias pUnloadFont = void function(Font font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadFontData
alias pUnloadFontData = void function(GlyphInfo* chars, int glyphCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadImage
alias pUnloadImage = void function(Image image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadImageColors
alias pUnloadImageColors = void function(Color* colors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadImagePalette
alias pUnloadImagePalette = void function(Color* colors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadMaterial
alias pUnloadMaterial = void function(Material material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadMesh
alias pUnloadMesh = void function(Mesh mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadModel
alias pUnloadModel = void function(Model model)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadModelAnimation
alias pUnloadModelAnimation = void function(ModelAnimation anim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadModelAnimations
alias pUnloadModelAnimations = void function(ModelAnimation* animations, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadModelKeepMeshes
alias pUnloadModelKeepMeshes = void function(Model model)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadMusicStream
alias pUnloadMusicStream = void function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadRenderTexture
alias pUnloadRenderTexture = void function(RenderTexture2D target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadShader
alias pUnloadShader = void function(Shader shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadSound
alias pUnloadSound = void function(Sound sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadTexture
alias pUnloadTexture = void function(Texture2D texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadVrStereoConfig
alias pUnloadVrStereoConfig = void function(VrStereoConfig config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadWave
alias pUnloadWave = void function(Wave wave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUnloadWaveSamples
alias pUnloadWaveSamples = void function(float* samples)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUpdateAudioStream
alias pUpdateAudioStream = void function(AudioStream stream, const void* data, int frameCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUpdateCamera
alias pUpdateCamera = void function(Camera* camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUpdateMeshBuffer
alias pUpdateMeshBuffer = void function(Mesh mesh, int index, void* data, int dataSize, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUpdateModelAnimation
alias pUpdateModelAnimation = void function(Model model, ModelAnimation anim, int frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUpdateMusicStream
alias pUpdateMusicStream = void function(Music music)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUpdateSound
alias pUpdateSound = void function(Sound sound, const void* data, int sampleCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUpdateTexture
alias pUpdateTexture = void function(Texture2D texture, const void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUpdateTextureRec
alias pUpdateTextureRec = void function(Texture2D texture, Rectangle rec, const void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pUploadMesh
alias pUploadMesh = void function(Mesh* mesh, bool dynamic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pWaitTime
alias pWaitTime = void function(float ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pWaveCopy
alias pWaveCopy = Wave function(Wave wave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pWaveCrop
alias pWaveCrop = void function(Wave* wave, int initSample, int finalSample)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pWaveFormat
alias pWaveFormat = void function(Wave* wave, int sampleRate, int sampleSize, int channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pWindowShouldClose
alias pWindowShouldClose = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

isRaylibLoaded
bool isRaylibLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadRaylib
RaylibSupport loadRaylib()
Undocumented in source. Be warned that the author may not have intended to support it.
loadRaylib
RaylibSupport loadRaylib(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedRaylibVersion
RaylibSupport loadedRaylibVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadRaylib
void unloadRaylib()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

BeginBlendMode
pBeginBlendMode BeginBlendMode;
Undocumented in source.
BeginDrawing
pBeginDrawing BeginDrawing;
Undocumented in source.
BeginMode2D
pBeginMode2D BeginMode2D;
Undocumented in source.
BeginMode3D
pBeginMode3D BeginMode3D;
Undocumented in source.
BeginScissorMode
pBeginScissorMode BeginScissorMode;
Undocumented in source.
BeginShaderMode
pBeginShaderMode BeginShaderMode;
Undocumented in source.
BeginTextureMode
pBeginTextureMode BeginTextureMode;
Undocumented in source.
BeginVrStereoMode
pBeginVrStereoMode BeginVrStereoMode;
Undocumented in source.
ChangeDirectory
pChangeDirectory ChangeDirectory;
Undocumented in source.
CheckCollisionBoxSphere
pCheckCollisionBoxSphere CheckCollisionBoxSphere;
Undocumented in source.
CheckCollisionBoxes
pCheckCollisionBoxes CheckCollisionBoxes;
Undocumented in source.
CheckCollisionCircleRec
pCheckCollisionCircleRec CheckCollisionCircleRec;
Undocumented in source.
CheckCollisionCircles
pCheckCollisionCircles CheckCollisionCircles;
Undocumented in source.
CheckCollisionLines
pCheckCollisionLines CheckCollisionLines;
Undocumented in source.
CheckCollisionPointCircle
pCheckCollisionPointCircle CheckCollisionPointCircle;
Undocumented in source.
CheckCollisionPointLine
pCheckCollisionPointLine CheckCollisionPointLine;
Undocumented in source.
CheckCollisionPointRec
pCheckCollisionPointRec CheckCollisionPointRec;
Undocumented in source.
CheckCollisionPointTriangle
pCheckCollisionPointTriangle CheckCollisionPointTriangle;
Undocumented in source.
CheckCollisionRecs
pCheckCollisionRecs CheckCollisionRecs;
Undocumented in source.
CheckCollisionSpheres
pCheckCollisionSpheres CheckCollisionSpheres;
Undocumented in source.
ClearBackground
pClearBackground ClearBackground;
Undocumented in source.
ClearDirectoryFiles
pClearDirectoryFiles ClearDirectoryFiles;
Undocumented in source.
ClearDroppedFiles
pClearDroppedFiles ClearDroppedFiles;
Undocumented in source.
ClearWindowState
pClearWindowState ClearWindowState;
Undocumented in source.
CloseAudioDevice
pCloseAudioDevice CloseAudioDevice;
Undocumented in source.
CloseWindow
pCloseWindow CloseWindow;
Undocumented in source.
CodepointToUTF8
pCodepointToUTF8 CodepointToUTF8;
Undocumented in source.
ColorAlpha
pColorAlpha ColorAlpha;
Undocumented in source.
ColorAlphaBlend
pColorAlphaBlend ColorAlphaBlend;
Undocumented in source.
ColorFromHSV
pColorFromHSV ColorFromHSV;
Undocumented in source.
ColorFromNormalized
pColorFromNormalized ColorFromNormalized;
Undocumented in source.
ColorNormalize
pColorNormalize ColorNormalize;
Undocumented in source.
ColorToHSV
pColorToHSV ColorToHSV;
Undocumented in source.
ColorToInt
pColorToInt ColorToInt;
Undocumented in source.
CompressData
pCompressData CompressData;
Undocumented in source.
DecodeDataBase64
pDecodeDataBase64 DecodeDataBase64;
Undocumented in source.
DecompressData
pDecompressData DecompressData;
Undocumented in source.
DirectoryExists
pDirectoryExists DirectoryExists;
Undocumented in source.
DisableCursor
pDisableCursor DisableCursor;
Undocumented in source.
DrawBillboard
pDrawBillboard DrawBillboard;
Undocumented in source.
DrawBillboardPro
pDrawBillboardPro DrawBillboardPro;
Undocumented in source.
DrawBillboardRec
pDrawBillboardRec DrawBillboardRec;
Undocumented in source.
DrawBoundingBox
pDrawBoundingBox DrawBoundingBox;
Undocumented in source.
DrawCircle
pDrawCircle DrawCircle;
Undocumented in source.
DrawCircle3D
pDrawCircle3D DrawCircle3D;
Undocumented in source.
DrawCircleGradient
pDrawCircleGradient DrawCircleGradient;
Undocumented in source.
DrawCircleLines
pDrawCircleLines DrawCircleLines;
Undocumented in source.
DrawCircleSector
pDrawCircleSector DrawCircleSector;
Undocumented in source.
DrawCircleSectorLines
pDrawCircleSectorLines DrawCircleSectorLines;
Undocumented in source.
DrawCircleV
pDrawCircleV DrawCircleV;
Undocumented in source.
DrawCube
pDrawCube DrawCube;
Undocumented in source.
DrawCubeTexture
pDrawCubeTexture DrawCubeTexture;
Undocumented in source.
DrawCubeTextureRec
pDrawCubeTextureRec DrawCubeTextureRec;
Undocumented in source.
DrawCubeV
pDrawCubeV DrawCubeV;
Undocumented in source.
DrawCubeWires
pDrawCubeWires DrawCubeWires;
Undocumented in source.
DrawCubeWiresV
pDrawCubeWiresV DrawCubeWiresV;
Undocumented in source.
DrawCylinder
pDrawCylinder DrawCylinder;
Undocumented in source.
DrawCylinderEx
pDrawCylinderEx DrawCylinderEx;
Undocumented in source.
DrawCylinderWires
pDrawCylinderWires DrawCylinderWires;
Undocumented in source.
DrawCylinderWiresEx
pDrawCylinderWiresEx DrawCylinderWiresEx;
Undocumented in source.
DrawEllipse
pDrawEllipse DrawEllipse;
Undocumented in source.
DrawEllipseLines
pDrawEllipseLines DrawEllipseLines;
Undocumented in source.
DrawFPS
pDrawFPS DrawFPS;
Undocumented in source.
DrawGrid
pDrawGrid DrawGrid;
Undocumented in source.
DrawLine
pDrawLine DrawLine;
Undocumented in source.
DrawLine3D
pDrawLine3D DrawLine3D;
Undocumented in source.
DrawLineBezier
pDrawLineBezier DrawLineBezier;
Undocumented in source.
DrawLineBezierCubic
pDrawLineBezierCubic DrawLineBezierCubic;
Undocumented in source.
DrawLineBezierQuad
pDrawLineBezierQuad DrawLineBezierQuad;
Undocumented in source.
DrawLineEx
pDrawLineEx DrawLineEx;
Undocumented in source.
DrawLineStrip
pDrawLineStrip DrawLineStrip;
Undocumented in source.
DrawLineV
pDrawLineV DrawLineV;
Undocumented in source.
DrawMesh
pDrawMesh DrawMesh;
Undocumented in source.
DrawMeshInstanced
pDrawMeshInstanced DrawMeshInstanced;
Undocumented in source.
DrawModel
pDrawModel DrawModel;
Undocumented in source.
DrawModelEx
pDrawModelEx DrawModelEx;
Undocumented in source.
DrawModelWires
pDrawModelWires DrawModelWires;
Undocumented in source.
DrawModelWiresEx
pDrawModelWiresEx DrawModelWiresEx;
Undocumented in source.
DrawPixel
pDrawPixel DrawPixel;
Undocumented in source.
DrawPixelV
pDrawPixelV DrawPixelV;
Undocumented in source.
DrawPlane
pDrawPlane DrawPlane;
Undocumented in source.
DrawPoint3D
pDrawPoint3D DrawPoint3D;
Undocumented in source.
DrawPoly
pDrawPoly DrawPoly;
Undocumented in source.
DrawPolyLines
pDrawPolyLines DrawPolyLines;
Undocumented in source.
DrawPolyLinesEx
pDrawPolyLinesEx DrawPolyLinesEx;
Undocumented in source.
DrawRay
pDrawRay DrawRay;
Undocumented in source.
DrawRectangle
pDrawRectangle DrawRectangle;
Undocumented in source.
DrawRectangleGradientEx
pDrawRectangleGradientEx DrawRectangleGradientEx;
Undocumented in source.
DrawRectangleGradientH
pDrawRectangleGradientH DrawRectangleGradientH;
Undocumented in source.
DrawRectangleGradientV
pDrawRectangleGradientV DrawRectangleGradientV;
Undocumented in source.
DrawRectangleLines
pDrawRectangleLines DrawRectangleLines;
Undocumented in source.
DrawRectangleLinesEx
pDrawRectangleLinesEx DrawRectangleLinesEx;
Undocumented in source.
DrawRectanglePro
pDrawRectanglePro DrawRectanglePro;
Undocumented in source.
DrawRectangleRec
pDrawRectangleRec DrawRectangleRec;
Undocumented in source.
DrawRectangleRounded
pDrawRectangleRounded DrawRectangleRounded;
Undocumented in source.
DrawRectangleRoundedLines
pDrawRectangleRoundedLines DrawRectangleRoundedLines;
Undocumented in source.
DrawRectangleV
pDrawRectangleV DrawRectangleV;
Undocumented in source.
DrawRing
pDrawRing DrawRing;
Undocumented in source.
DrawRingLines
pDrawRingLines DrawRingLines;
Undocumented in source.
DrawSphere
pDrawSphere DrawSphere;
Undocumented in source.
DrawSphereEx
pDrawSphereEx DrawSphereEx;
Undocumented in source.
DrawSphereWires
pDrawSphereWires DrawSphereWires;
Undocumented in source.
DrawText
pDrawText DrawText;
Undocumented in source.
DrawTextCodepoint
pDrawTextCodepoint DrawTextCodepoint;
Undocumented in source.
DrawTextEx
pDrawTextEx DrawTextEx;
Undocumented in source.
DrawTextPro
pDrawTextPro DrawTextPro;
Undocumented in source.
DrawTexture
pDrawTexture DrawTexture;
Undocumented in source.
DrawTextureEx
pDrawTextureEx DrawTextureEx;
Undocumented in source.
DrawTextureNPatch
pDrawTextureNPatch DrawTextureNPatch;
Undocumented in source.
DrawTexturePoly
pDrawTexturePoly DrawTexturePoly;
Undocumented in source.
DrawTexturePro
pDrawTexturePro DrawTexturePro;
Undocumented in source.
DrawTextureQuad
pDrawTextureQuad DrawTextureQuad;
Undocumented in source.
DrawTextureRec
pDrawTextureRec DrawTextureRec;
Undocumented in source.
DrawTextureTiled
pDrawTextureTiled DrawTextureTiled;
Undocumented in source.
DrawTextureV
pDrawTextureV DrawTextureV;
Undocumented in source.
DrawTriangle
pDrawTriangle DrawTriangle;
Undocumented in source.
DrawTriangle3D
pDrawTriangle3D DrawTriangle3D;
Undocumented in source.
DrawTriangleFan
pDrawTriangleFan DrawTriangleFan;
Undocumented in source.
DrawTriangleLines
pDrawTriangleLines DrawTriangleLines;
Undocumented in source.
DrawTriangleStrip
pDrawTriangleStrip DrawTriangleStrip;
Undocumented in source.
DrawTriangleStrip3D
pDrawTriangleStrip3D DrawTriangleStrip3D;
Undocumented in source.
EnableCursor
pEnableCursor EnableCursor;
Undocumented in source.
EncodeDataBase64
pEncodeDataBase64 EncodeDataBase64;
Undocumented in source.
EndBlendMode
pEndBlendMode EndBlendMode;
Undocumented in source.
EndDrawing
pEndDrawing EndDrawing;
Undocumented in source.
EndMode2D
pEndMode2D EndMode2D;
Undocumented in source.
EndMode3D
pEndMode3D EndMode3D;
Undocumented in source.
EndScissorMode
pEndScissorMode EndScissorMode;
Undocumented in source.
EndShaderMode
pEndShaderMode EndShaderMode;
Undocumented in source.
EndTextureMode
pEndTextureMode EndTextureMode;
Undocumented in source.
EndVrStereoMode
pEndVrStereoMode EndVrStereoMode;
Undocumented in source.
ExportImage
pExportImage ExportImage;
Undocumented in source.
ExportImageAsCode
pExportImageAsCode ExportImageAsCode;
Undocumented in source.
ExportMesh
pExportMesh ExportMesh;
Undocumented in source.
ExportWave
pExportWave ExportWave;
Undocumented in source.
ExportWaveAsCode
pExportWaveAsCode ExportWaveAsCode;
Undocumented in source.
Fade
pFade Fade;
Undocumented in source.
FileExists
pFileExists FileExists;
Undocumented in source.
GenImageCellular
pGenImageCellular GenImageCellular;
Undocumented in source.
GenImageChecked
pGenImageChecked GenImageChecked;
Undocumented in source.
GenImageColor
pGenImageColor GenImageColor;
Undocumented in source.
GenImageFontAtlas
pGenImageFontAtlas GenImageFontAtlas;
Undocumented in source.
GenImageGradientH
pGenImageGradientH GenImageGradientH;
Undocumented in source.
GenImageGradientRadial
pGenImageGradientRadial GenImageGradientRadial;
Undocumented in source.
GenImageGradientV
pGenImageGradientV GenImageGradientV;
Undocumented in source.
GenImageWhiteNoise
pGenImageWhiteNoise GenImageWhiteNoise;
Undocumented in source.
GenMeshBinormals
pGenMeshBinormals GenMeshBinormals;
Undocumented in source.
GenMeshCone
pGenMeshCone GenMeshCone;
Undocumented in source.
GenMeshCube
pGenMeshCube GenMeshCube;
Undocumented in source.
GenMeshCubicmap
pGenMeshCubicmap GenMeshCubicmap;
Undocumented in source.
GenMeshCylinder
pGenMeshCylinder GenMeshCylinder;
Undocumented in source.
GenMeshHeightmap
pGenMeshHeightmap GenMeshHeightmap;
Undocumented in source.
GenMeshHemiSphere
pGenMeshHemiSphere GenMeshHemiSphere;
Undocumented in source.
GenMeshKnot
pGenMeshKnot GenMeshKnot;
Undocumented in source.
GenMeshPlane
pGenMeshPlane GenMeshPlane;
Undocumented in source.
GenMeshPoly
pGenMeshPoly GenMeshPoly;
Undocumented in source.
GenMeshSphere
pGenMeshSphere GenMeshSphere;
Undocumented in source.
GenMeshTangents
pGenMeshTangents GenMeshTangents;
Undocumented in source.
GenMeshTorus
pGenMeshTorus GenMeshTorus;
Undocumented in source.
GenTextureMipmaps
pGenTextureMipmaps GenTextureMipmaps;
Undocumented in source.
GetCameraMatrix
pGetCameraMatrix GetCameraMatrix;
Undocumented in source.
GetCameraMatrix2D
pGetCameraMatrix2D GetCameraMatrix2D;
Undocumented in source.
GetCharPressed
pGetCharPressed GetCharPressed;
Undocumented in source.
GetClipboardText
pGetClipboardText GetClipboardText;
Undocumented in source.
GetCodepoint
pGetCodepoint GetCodepoint;
Undocumented in source.
GetCodepointCount
pGetCodepointCount GetCodepointCount;
Undocumented in source.
GetCollisionRec
pGetCollisionRec GetCollisionRec;
Undocumented in source.
GetColor
pGetColor GetColor;
Undocumented in source.
GetCurrentMonitor
pGetCurrentMonitor GetCurrentMonitor;
Undocumented in source.
GetDirectoryFiles
pGetDirectoryFiles GetDirectoryFiles;
Undocumented in source.
GetDirectoryPath
pGetDirectoryPath GetDirectoryPath;
Undocumented in source.
GetDroppedFiles
pGetDroppedFiles GetDroppedFiles;
Undocumented in source.
GetFPS
pGetFPS GetFPS;
Undocumented in source.
GetFileExtension
pGetFileExtension GetFileExtension;
Undocumented in source.
GetFileModTime
pGetFileModTime GetFileModTime;
Undocumented in source.
GetFileName
pGetFileName GetFileName;
Undocumented in source.
GetFileNameWithoutExt
pGetFileNameWithoutExt GetFileNameWithoutExt;
Undocumented in source.
GetFontDefault
pGetFontDefault GetFontDefault;
Undocumented in source.
GetFrameTime
pGetFrameTime GetFrameTime;
Undocumented in source.
GetGamepadAxisCount
pGetGamepadAxisCount GetGamepadAxisCount;
Undocumented in source.
GetGamepadAxisMovement
pGetGamepadAxisMovement GetGamepadAxisMovement;
Undocumented in source.
GetGamepadButtonPressed
pGetGamepadButtonPressed GetGamepadButtonPressed;
Undocumented in source.
GetGamepadName
pGetGamepadName GetGamepadName;
Undocumented in source.
GetGestureDetected
pGetGestureDetected GetGestureDetected;
Undocumented in source.
GetGestureDragAngle
pGetGestureDragAngle GetGestureDragAngle;
Undocumented in source.
GetGestureDragVector
pGetGestureDragVector GetGestureDragVector;
Undocumented in source.
GetGestureHoldDuration
pGetGestureHoldDuration GetGestureHoldDuration;
Undocumented in source.
GetGesturePinchAngle
pGetGesturePinchAngle GetGesturePinchAngle;
Undocumented in source.
GetGesturePinchVector
pGetGesturePinchVector GetGesturePinchVector;
Undocumented in source.
GetGlyphAtlasRec
pGetGlyphAtlasRec GetGlyphAtlasRec;
Undocumented in source.
GetGlyphIndex
pGetGlyphIndex GetGlyphIndex;
Undocumented in source.
GetGlyphInfo
pGetGlyphInfo GetGlyphInfo;
Undocumented in source.
GetImageAlphaBorder
pGetImageAlphaBorder GetImageAlphaBorder;
Undocumented in source.
GetImageColor
pGetImageColor GetImageColor;
Undocumented in source.
GetKeyPressed
pGetKeyPressed GetKeyPressed;
Undocumented in source.
GetMeshBoundingBox
pGetMeshBoundingBox GetMeshBoundingBox;
Undocumented in source.
GetModelBoundingBox
pGetModelBoundingBox GetModelBoundingBox;
Undocumented in source.
GetMonitorCount
pGetMonitorCount GetMonitorCount;
Undocumented in source.
GetMonitorHeight
pGetMonitorHeight GetMonitorHeight;
Undocumented in source.
GetMonitorName
pGetMonitorName GetMonitorName;
Undocumented in source.
GetMonitorPhysicalHeight
pGetMonitorPhysicalHeight GetMonitorPhysicalHeight;
Undocumented in source.
GetMonitorPhysicalWidth
pGetMonitorPhysicalWidth GetMonitorPhysicalWidth;
Undocumented in source.
GetMonitorPosition
pGetMonitorPosition GetMonitorPosition;
Undocumented in source.
GetMonitorRefreshRate
pGetMonitorRefreshRate GetMonitorRefreshRate;
Undocumented in source.
GetMonitorWidth
pGetMonitorWidth GetMonitorWidth;
Undocumented in source.
GetMouseDelta
pGetMouseDelta GetMouseDelta;
Undocumented in source.
GetMousePosition
pGetMousePosition GetMousePosition;
Undocumented in source.
GetMouseRay
pGetMouseRay GetMouseRay;
Undocumented in source.
GetMouseWheelMove
pGetMouseWheelMove GetMouseWheelMove;
Undocumented in source.
GetMouseX
pGetMouseX GetMouseX;
Undocumented in source.
GetMouseY
pGetMouseY GetMouseY;
Undocumented in source.
GetMusicTimeLength
pGetMusicTimeLength GetMusicTimeLength;
Undocumented in source.
GetMusicTimePlayed
pGetMusicTimePlayed GetMusicTimePlayed;
Undocumented in source.
GetPixelColor
pGetPixelColor GetPixelColor;
Undocumented in source.
GetPixelDataSize
pGetPixelDataSize GetPixelDataSize;
Undocumented in source.
GetPrevDirectoryPath
pGetPrevDirectoryPath GetPrevDirectoryPath;
Undocumented in source.
GetRandomValue
pGetRandomValue GetRandomValue;
Undocumented in source.
GetRayCollisionBox
pGetRayCollisionBox GetRayCollisionBox;
Undocumented in source.
GetRayCollisionMesh
pGetRayCollisionMesh GetRayCollisionMesh;
Undocumented in source.
GetRayCollisionModel
pGetRayCollisionModel GetRayCollisionModel;
Undocumented in source.
GetRayCollisionQuad
pGetRayCollisionQuad GetRayCollisionQuad;
Undocumented in source.
GetRayCollisionSphere
pGetRayCollisionSphere GetRayCollisionSphere;
Undocumented in source.
GetRayCollisionTriangle
pGetRayCollisionTriangle GetRayCollisionTriangle;
Undocumented in source.
GetScreenHeight
pGetScreenHeight GetScreenHeight;
Undocumented in source.
GetScreenToWorld2D
pGetScreenToWorld2D GetScreenToWorld2D;
Undocumented in source.
GetScreenWidth
pGetScreenWidth GetScreenWidth;
Undocumented in source.
GetShaderLocation
pGetShaderLocation GetShaderLocation;
Undocumented in source.
GetShaderLocationAttrib
pGetShaderLocationAttrib GetShaderLocationAttrib;
Undocumented in source.
GetSoundsPlaying
pGetSoundsPlaying GetSoundsPlaying;
Undocumented in source.
GetTime
pGetTime GetTime;
Undocumented in source.
GetTouchPointCount
pGetTouchPointCount GetTouchPointCount;
Undocumented in source.
GetTouchPointId
pGetTouchPointId GetTouchPointId;
Undocumented in source.
GetTouchPosition
pGetTouchPosition GetTouchPosition;
Undocumented in source.
GetTouchX
pGetTouchX GetTouchX;
Undocumented in source.
GetTouchY
pGetTouchY GetTouchY;
Undocumented in source.
GetWindowHandle
pGetWindowHandle GetWindowHandle;
Undocumented in source.
GetWindowPosition
pGetWindowPosition GetWindowPosition;
Undocumented in source.
GetWindowScaleDPI
pGetWindowScaleDPI GetWindowScaleDPI;
Undocumented in source.
GetWorkingDirectory
pGetWorkingDirectory GetWorkingDirectory;
Undocumented in source.
GetWorldToScreen
pGetWorldToScreen GetWorldToScreen;
Undocumented in source.
GetWorldToScreen2D
pGetWorldToScreen2D GetWorldToScreen2D;
Undocumented in source.
GetWorldToScreenEx
pGetWorldToScreenEx GetWorldToScreenEx;
Undocumented in source.
HideCursor
pHideCursor HideCursor;
Undocumented in source.
ImageAlphaClear
pImageAlphaClear ImageAlphaClear;
Undocumented in source.
ImageAlphaCrop
pImageAlphaCrop ImageAlphaCrop;
Undocumented in source.
ImageAlphaMask
pImageAlphaMask ImageAlphaMask;
Undocumented in source.
ImageAlphaPremultiply
pImageAlphaPremultiply ImageAlphaPremultiply;
Undocumented in source.
ImageClearBackground
pImageClearBackground ImageClearBackground;
Undocumented in source.
ImageColorBrightness
pImageColorBrightness ImageColorBrightness;
Undocumented in source.
ImageColorContrast
pImageColorContrast ImageColorContrast;
Undocumented in source.
ImageColorGrayscale
pImageColorGrayscale ImageColorGrayscale;
Undocumented in source.
ImageColorInvert
pImageColorInvert ImageColorInvert;
Undocumented in source.
ImageColorReplace
pImageColorReplace ImageColorReplace;
Undocumented in source.
ImageColorTint
pImageColorTint ImageColorTint;
Undocumented in source.
ImageCopy
pImageCopy ImageCopy;
Undocumented in source.
ImageCrop
pImageCrop ImageCrop;
Undocumented in source.
ImageDither
pImageDither ImageDither;
Undocumented in source.
ImageDraw
pImageDraw ImageDraw;
Undocumented in source.
ImageDrawCircle
pImageDrawCircle ImageDrawCircle;
Undocumented in source.
ImageDrawCircleV
pImageDrawCircleV ImageDrawCircleV;
Undocumented in source.
ImageDrawLine
pImageDrawLine ImageDrawLine;
Undocumented in source.
ImageDrawLineV
pImageDrawLineV ImageDrawLineV;
Undocumented in source.
ImageDrawPixel
pImageDrawPixel ImageDrawPixel;
Undocumented in source.
ImageDrawPixelV
pImageDrawPixelV ImageDrawPixelV;
Undocumented in source.
ImageDrawRectangle
pImageDrawRectangle ImageDrawRectangle;
Undocumented in source.
ImageDrawRectangleLines
pImageDrawRectangleLines ImageDrawRectangleLines;
Undocumented in source.
ImageDrawRectangleRec
pImageDrawRectangleRec ImageDrawRectangleRec;
Undocumented in source.
ImageDrawRectangleV
pImageDrawRectangleV ImageDrawRectangleV;
Undocumented in source.
ImageDrawText
pImageDrawText ImageDrawText;
Undocumented in source.
ImageDrawTextEx
pImageDrawTextEx ImageDrawTextEx;
Undocumented in source.
ImageFlipHorizontal
pImageFlipHorizontal ImageFlipHorizontal;
Undocumented in source.
ImageFlipVertical
pImageFlipVertical ImageFlipVertical;
Undocumented in source.
ImageFormat
pImageFormat ImageFormat;
Undocumented in source.
ImageFromImage
pImageFromImage ImageFromImage;
Undocumented in source.
ImageMipmaps
pImageMipmaps ImageMipmaps;
Undocumented in source.
ImageResize
pImageResize ImageResize;
Undocumented in source.
ImageResizeCanvas
pImageResizeCanvas ImageResizeCanvas;
Undocumented in source.
ImageResizeNN
pImageResizeNN ImageResizeNN;
Undocumented in source.
ImageRotateCCW
pImageRotateCCW ImageRotateCCW;
Undocumented in source.
ImageRotateCW
pImageRotateCW ImageRotateCW;
Undocumented in source.
ImageText
pImageText ImageText;
Undocumented in source.
ImageTextEx
pImageTextEx ImageTextEx;
Undocumented in source.
ImageToPOT
pImageToPOT ImageToPOT;
Undocumented in source.
InitAudioDevice
pInitAudioDevice InitAudioDevice;
Undocumented in source.
InitWindow
pInitWindow InitWindow;
Undocumented in source.
IsAudioDeviceReady
pIsAudioDeviceReady IsAudioDeviceReady;
Undocumented in source.
IsAudioStreamPlaying
pIsAudioStreamPlaying IsAudioStreamPlaying;
Undocumented in source.
IsAudioStreamProcessed
pIsAudioStreamProcessed IsAudioStreamProcessed;
Undocumented in source.
IsCursorHidden
pIsCursorHidden IsCursorHidden;
Undocumented in source.
IsCursorOnScreen
pIsCursorOnScreen IsCursorOnScreen;
Undocumented in source.
IsFileDropped
pIsFileDropped IsFileDropped;
Undocumented in source.
IsFileExtension
pIsFileExtension IsFileExtension;
Undocumented in source.
IsGamepadAvailable
pIsGamepadAvailable IsGamepadAvailable;
Undocumented in source.
IsGamepadButtonDown
pIsGamepadButtonDown IsGamepadButtonDown;
Undocumented in source.
IsGamepadButtonPressed
pIsGamepadButtonPressed IsGamepadButtonPressed;
Undocumented in source.
IsGamepadButtonReleased
pIsGamepadButtonReleased IsGamepadButtonReleased;
Undocumented in source.
IsGamepadButtonUp
pIsGamepadButtonUp IsGamepadButtonUp;
Undocumented in source.
IsGestureDetected
pIsGestureDetected IsGestureDetected;
Undocumented in source.
IsKeyDown
pIsKeyDown IsKeyDown;
Undocumented in source.
IsKeyPressed
pIsKeyPressed IsKeyPressed;
Undocumented in source.
IsKeyReleased
pIsKeyReleased IsKeyReleased;
Undocumented in source.
IsKeyUp
pIsKeyUp IsKeyUp;
Undocumented in source.
IsModelAnimationValid
pIsModelAnimationValid IsModelAnimationValid;
Undocumented in source.
IsMouseButtonDown
pIsMouseButtonDown IsMouseButtonDown;
Undocumented in source.
IsMouseButtonPressed
pIsMouseButtonPressed IsMouseButtonPressed;
Undocumented in source.
IsMouseButtonReleased
pIsMouseButtonReleased IsMouseButtonReleased;
Undocumented in source.
IsMouseButtonUp
pIsMouseButtonUp IsMouseButtonUp;
Undocumented in source.
IsMusicStreamPlaying
pIsMusicStreamPlaying IsMusicStreamPlaying;
Undocumented in source.
IsSoundPlaying
pIsSoundPlaying IsSoundPlaying;
Undocumented in source.
IsWindowFocused
pIsWindowFocused IsWindowFocused;
Undocumented in source.
IsWindowFullscreen
pIsWindowFullscreen IsWindowFullscreen;
Undocumented in source.
IsWindowHidden
pIsWindowHidden IsWindowHidden;
Undocumented in source.
IsWindowMaximized
pIsWindowMaximized IsWindowMaximized;
Undocumented in source.
IsWindowMinimized
pIsWindowMinimized IsWindowMinimized;
Undocumented in source.
IsWindowReady
pIsWindowReady IsWindowReady;
Undocumented in source.
IsWindowResized
pIsWindowResized IsWindowResized;
Undocumented in source.
IsWindowState
pIsWindowState IsWindowState;
Undocumented in source.
LoadAudioStream
pLoadAudioStream LoadAudioStream;
Undocumented in source.
LoadCodepoints
pLoadCodepoints LoadCodepoints;
Undocumented in source.
LoadFileData
pLoadFileData LoadFileData;
Undocumented in source.
LoadFileText
pLoadFileText LoadFileText;
Undocumented in source.
LoadFont
pLoadFont LoadFont;
Undocumented in source.
LoadFontData
pLoadFontData LoadFontData;
Undocumented in source.
LoadFontEx
pLoadFontEx LoadFontEx;
Undocumented in source.
LoadFontFromImage
pLoadFontFromImage LoadFontFromImage;
Undocumented in source.
LoadFontFromMemory
pLoadFontFromMemory LoadFontFromMemory;
Undocumented in source.
LoadImage
pLoadImage LoadImage;
Undocumented in source.
LoadImageAnim
pLoadImageAnim LoadImageAnim;
Undocumented in source.
LoadImageColors
pLoadImageColors LoadImageColors;
Undocumented in source.
LoadImageFromMemory
pLoadImageFromMemory LoadImageFromMemory;
Undocumented in source.
LoadImageFromScreen
pLoadImageFromScreen LoadImageFromScreen;
Undocumented in source.
LoadImageFromTexture
pLoadImageFromTexture LoadImageFromTexture;
Undocumented in source.
LoadImagePalette
pLoadImagePalette LoadImagePalette;
Undocumented in source.
LoadImageRaw
pLoadImageRaw LoadImageRaw;
Undocumented in source.
LoadMaterialDefault
pLoadMaterialDefault LoadMaterialDefault;
Undocumented in source.
LoadMaterials
pLoadMaterials LoadMaterials;
Undocumented in source.
LoadModel
pLoadModel LoadModel;
Undocumented in source.
LoadModelAnimations
pLoadModelAnimations LoadModelAnimations;
Undocumented in source.
LoadModelFromMesh
pLoadModelFromMesh LoadModelFromMesh;
Undocumented in source.
LoadMusicStream
pLoadMusicStream LoadMusicStream;
Undocumented in source.
LoadMusicStreamFromMemory
pLoadMusicStreamFromMemory LoadMusicStreamFromMemory;
Undocumented in source.
LoadRenderTexture
pLoadRenderTexture LoadRenderTexture;
Undocumented in source.
LoadShader
pLoadShader LoadShader;
Undocumented in source.
LoadShaderFromMemory
pLoadShaderFromMemory LoadShaderFromMemory;
Undocumented in source.
LoadSound
pLoadSound LoadSound;
Undocumented in source.
LoadSoundFromWave
pLoadSoundFromWave LoadSoundFromWave;
Undocumented in source.
LoadStorageValue
pLoadStorageValue LoadStorageValue;
Undocumented in source.
LoadTexture
pLoadTexture LoadTexture;
Undocumented in source.
LoadTextureCubemap
pLoadTextureCubemap LoadTextureCubemap;
Undocumented in source.
LoadTextureFromImage
pLoadTextureFromImage LoadTextureFromImage;
Undocumented in source.
LoadVrStereoConfig
pLoadVrStereoConfig LoadVrStereoConfig;
Undocumented in source.
LoadWave
pLoadWave LoadWave;
Undocumented in source.
LoadWaveFromMemory
pLoadWaveFromMemory LoadWaveFromMemory;
Undocumented in source.
LoadWaveSamples
pLoadWaveSamples LoadWaveSamples;
Undocumented in source.
MaximizeWindow
pMaximizeWindow MaximizeWindow;
Undocumented in source.
MeasureText
pMeasureText MeasureText;
Undocumented in source.
MeasureTextEx
pMeasureTextEx MeasureTextEx;
Undocumented in source.
MemAlloc
pMemAlloc MemAlloc;
Undocumented in source.
MemFree
pMemFree MemFree;
Undocumented in source.
MemRealloc
pMemRealloc MemRealloc;
Undocumented in source.
MinimizeWindow
pMinimizeWindow MinimizeWindow;
Undocumented in source.
OpenURL
pOpenURL OpenURL;
Undocumented in source.
PauseAudioStream
pPauseAudioStream PauseAudioStream;
Undocumented in source.
PauseMusicStream
pPauseMusicStream PauseMusicStream;
Undocumented in source.
PauseSound
pPauseSound PauseSound;
Undocumented in source.
PlayAudioStream
pPlayAudioStream PlayAudioStream;
Undocumented in source.
PlayMusicStream
pPlayMusicStream PlayMusicStream;
Undocumented in source.
PlaySound
pPlaySound PlaySound;
Undocumented in source.
PlaySoundMulti
pPlaySoundMulti PlaySoundMulti;
Undocumented in source.
PollInputEvents
pPollInputEvents PollInputEvents;
Undocumented in source.
RestoreWindow
pRestoreWindow RestoreWindow;
Undocumented in source.
ResumeAudioStream
pResumeAudioStream ResumeAudioStream;
Undocumented in source.
ResumeMusicStream
pResumeMusicStream ResumeMusicStream;
Undocumented in source.
ResumeSound
pResumeSound ResumeSound;
Undocumented in source.
SaveFileData
pSaveFileData SaveFileData;
Undocumented in source.
SaveFileText
pSaveFileText SaveFileText;
Undocumented in source.
SaveStorageValue
pSaveStorageValue SaveStorageValue;
Undocumented in source.
SeekMusicStream
pSeekMusicStream SeekMusicStream;
Undocumented in source.
SetAudioStreamBufferSizeDefault
pSetAudioStreamBufferSizeDefault SetAudioStreamBufferSizeDefault;
Undocumented in source.
SetAudioStreamPitch
pSetAudioStreamPitch SetAudioStreamPitch;
Undocumented in source.
SetAudioStreamVolume
pSetAudioStreamVolume SetAudioStreamVolume;
Undocumented in source.
SetCameraAltControl
pSetCameraAltControl SetCameraAltControl;
Undocumented in source.
SetCameraMode
pSetCameraMode SetCameraMode;
Undocumented in source.
SetCameraMoveControls
pSetCameraMoveControls SetCameraMoveControls;
Undocumented in source.
SetCameraPanControl
pSetCameraPanControl SetCameraPanControl;
Undocumented in source.
SetCameraSmoothZoomControl
pSetCameraSmoothZoomControl SetCameraSmoothZoomControl;
Undocumented in source.
SetClipboardText
pSetClipboardText SetClipboardText;
Undocumented in source.
SetConfigFlags
pSetConfigFlags SetConfigFlags;
Undocumented in source.
SetExitKey
pSetExitKey SetExitKey;
Undocumented in source.
SetGamepadMappings
pSetGamepadMappings SetGamepadMappings;
Undocumented in source.
SetGesturesEnabled
pSetGesturesEnabled SetGesturesEnabled;
Undocumented in source.
SetMasterVolume
pSetMasterVolume SetMasterVolume;
Undocumented in source.
SetMaterialTexture
pSetMaterialTexture SetMaterialTexture;
Undocumented in source.
SetModelMeshMaterial
pSetModelMeshMaterial SetModelMeshMaterial;
Undocumented in source.
SetMouseCursor
pSetMouseCursor SetMouseCursor;
Undocumented in source.
SetMouseOffset
pSetMouseOffset SetMouseOffset;
Undocumented in source.
SetMousePosition
pSetMousePosition SetMousePosition;
Undocumented in source.
SetMouseScale
pSetMouseScale SetMouseScale;
Undocumented in source.
SetMusicPitch
pSetMusicPitch SetMusicPitch;
Undocumented in source.
SetMusicVolume
pSetMusicVolume SetMusicVolume;
Undocumented in source.
SetPixelColor
pSetPixelColor SetPixelColor;
Undocumented in source.
SetRandomSeed
pSetRandomSeed SetRandomSeed;
Undocumented in source.
SetShaderValue
pSetShaderValue SetShaderValue;
Undocumented in source.
SetShaderValueMatrix
pSetShaderValueMatrix SetShaderValueMatrix;
Undocumented in source.
SetShaderValueTexture
pSetShaderValueTexture SetShaderValueTexture;
Undocumented in source.
SetShaderValueV
pSetShaderValueV SetShaderValueV;
Undocumented in source.
SetShapesTexture
pSetShapesTexture SetShapesTexture;
Undocumented in source.
SetSoundPitch
pSetSoundPitch SetSoundPitch;
Undocumented in source.
SetSoundVolume
pSetSoundVolume SetSoundVolume;
Undocumented in source.
SetTargetFPS
pSetTargetFPS SetTargetFPS;
Undocumented in source.
SetTextureFilter
pSetTextureFilter SetTextureFilter;
Undocumented in source.
SetTextureWrap
pSetTextureWrap SetTextureWrap;
Undocumented in source.
SetTraceLogLevel
pSetTraceLogLevel SetTraceLogLevel;
Undocumented in source.
SetWindowIcon
pSetWindowIcon SetWindowIcon;
Undocumented in source.
SetWindowMinSize
pSetWindowMinSize SetWindowMinSize;
Undocumented in source.
SetWindowMonitor
pSetWindowMonitor SetWindowMonitor;
Undocumented in source.
SetWindowPosition
pSetWindowPosition SetWindowPosition;
Undocumented in source.
SetWindowSize
pSetWindowSize SetWindowSize;
Undocumented in source.
SetWindowState
pSetWindowState SetWindowState;
Undocumented in source.
SetWindowTitle
pSetWindowTitle SetWindowTitle;
Undocumented in source.
ShowCursor
pShowCursor ShowCursor;
Undocumented in source.
StopAudioStream
pStopAudioStream StopAudioStream;
Undocumented in source.
StopMusicStream
pStopMusicStream StopMusicStream;
Undocumented in source.
StopSound
pStopSound StopSound;
Undocumented in source.
StopSoundMulti
pStopSoundMulti StopSoundMulti;
Undocumented in source.
SwapScreenBuffer
pSwapScreenBuffer SwapScreenBuffer;
Undocumented in source.
TakeScreenshot
pTakeScreenshot TakeScreenshot;
Undocumented in source.
TextAppend
pTextAppend TextAppend;
Undocumented in source.
TextCodepointsToUTF8
pTextCodepointsToUTF8 TextCodepointsToUTF8;
Undocumented in source.
TextCopy
pTextCopy TextCopy;
Undocumented in source.
TextFindIndex
pTextFindIndex TextFindIndex;
Undocumented in source.
TextInsert
pTextInsert TextInsert;
Undocumented in source.
TextIsEqual
pTextIsEqual TextIsEqual;
Undocumented in source.
TextJoin
pTextJoin TextJoin;
Undocumented in source.
TextLength
pTextLength TextLength;
Undocumented in source.
TextReplace
pTextReplace TextReplace;
Undocumented in source.
TextSplit
pTextSplit TextSplit;
Undocumented in source.
TextSubtext
pTextSubtext TextSubtext;
Undocumented in source.
TextToInteger
pTextToInteger TextToInteger;
Undocumented in source.
TextToLower
pTextToLower TextToLower;
Undocumented in source.
TextToPascal
pTextToPascal TextToPascal;
Undocumented in source.
TextToUpper
pTextToUpper TextToUpper;
Undocumented in source.
ToggleFullscreen
pToggleFullscreen ToggleFullscreen;
Undocumented in source.
UnloadAudioStream
pUnloadAudioStream UnloadAudioStream;
Undocumented in source.
UnloadCodepoints
pUnloadCodepoints UnloadCodepoints;
Undocumented in source.
UnloadFileData
pUnloadFileData UnloadFileData;
Undocumented in source.
UnloadFileText
pUnloadFileText UnloadFileText;
Undocumented in source.
UnloadFont
pUnloadFont UnloadFont;
Undocumented in source.
UnloadFontData
pUnloadFontData UnloadFontData;
Undocumented in source.
UnloadImage
pUnloadImage UnloadImage;
Undocumented in source.
UnloadImageColors
pUnloadImageColors UnloadImageColors;
Undocumented in source.
UnloadImagePalette
pUnloadImagePalette UnloadImagePalette;
Undocumented in source.
UnloadMaterial
pUnloadMaterial UnloadMaterial;
Undocumented in source.
UnloadMesh
pUnloadMesh UnloadMesh;
Undocumented in source.
UnloadModel
pUnloadModel UnloadModel;
Undocumented in source.
UnloadModelAnimation
pUnloadModelAnimation UnloadModelAnimation;
Undocumented in source.
UnloadModelAnimations
pUnloadModelAnimations UnloadModelAnimations;
Undocumented in source.
UnloadModelKeepMeshes
pUnloadModelKeepMeshes UnloadModelKeepMeshes;
Undocumented in source.
UnloadMusicStream
pUnloadMusicStream UnloadMusicStream;
Undocumented in source.
UnloadRenderTexture
pUnloadRenderTexture UnloadRenderTexture;
Undocumented in source.
UnloadShader
pUnloadShader UnloadShader;
Undocumented in source.
UnloadSound
pUnloadSound UnloadSound;
Undocumented in source.
UnloadTexture
pUnloadTexture UnloadTexture;
Undocumented in source.
UnloadVrStereoConfig
pUnloadVrStereoConfig UnloadVrStereoConfig;
Undocumented in source.
UnloadWave
pUnloadWave UnloadWave;
Undocumented in source.
UnloadWaveSamples
pUnloadWaveSamples UnloadWaveSamples;
Undocumented in source.
UpdateAudioStream
pUpdateAudioStream UpdateAudioStream;
Undocumented in source.
UpdateCamera
pUpdateCamera UpdateCamera;
Undocumented in source.
UpdateMeshBuffer
pUpdateMeshBuffer UpdateMeshBuffer;
Undocumented in source.
UpdateModelAnimation
pUpdateModelAnimation UpdateModelAnimation;
Undocumented in source.
UpdateMusicStream
pUpdateMusicStream UpdateMusicStream;
Undocumented in source.
UpdateSound
pUpdateSound UpdateSound;
Undocumented in source.
UpdateTexture
pUpdateTexture UpdateTexture;
Undocumented in source.
UpdateTextureRec
pUpdateTextureRec UpdateTextureRec;
Undocumented in source.
UploadMesh
pUploadMesh UploadMesh;
Undocumented in source.
WaitTime
pWaitTime WaitTime;
Undocumented in source.
WaveCopy
pWaveCopy WaveCopy;
Undocumented in source.
WaveCrop
pWaveCrop WaveCrop;
Undocumented in source.
WaveFormat
pWaveFormat WaveFormat;
Undocumented in source.
WindowShouldClose
pWindowShouldClose WindowShouldClose;
Undocumented in source.

Meta