Module Raylib_fixed_types

module Types : sig ... end
val identity : 'a -> 'a
val build_enum_bitmask : string -> ('a * int64) list -> 'a list Ctypes_static.typ
module ConfigFlags : sig ... end
module TraceLogLevel : sig ... end
module Key : sig ... end
module MouseButton : sig ... end
module MouseCursor : sig ... end
module GamepadButton : sig ... end
module GamepadAxis : sig ... end
module MaterialMapIndex : sig ... end
module ShaderLocationIndex : sig ... end
module ShaderUniformDataType : sig ... end
module ShaderAttributeDataType : sig ... end
module PixelFormat : sig ... end
module TextureFilter : sig ... end
module TextureWrap : sig ... end
module CubemapLayout : sig ... end
module FontType : sig ... end
module BlendMode : sig ... end
module Gesture : sig ... end
module CameraMode : sig ... end
module CameraProjection : sig ... end
module NPatchLayout : sig ... end
module Vector2 = Types.Vector2
module Vector3 = Types.Vector3
module Vector4 = Types.Vector4
module Matrix = Types.Matrix
module Color = Types.Color
module Rectangle = Types.Rectangle
module Image = Types.Image
module Texture = Types.Texture
module RenderTexture = Types.RenderTexture
module NPatchInfo = Types.NPatchInfo
module GlyphInfo = Types.GlyphInfo
module Font = Types.Font
module Camera3D = Types.Camera3D
module Camera2D = Types.Camera2D
module Mesh = Types.Mesh
module Shader = Types.Shader
module MaterialMap = Types.MaterialMap
module Material = Types.Material
module Transform = Types.Transform
module BoneInfo = Types.BoneInfo
module Model = Types.Model
module ModelAnimation = Types.ModelAnimation
module Ray = Types.Ray
module RayCollision = Types.RayCollision
module BoundingBox = Types.BoundingBox
module Wave = Types.Wave
module AudioStream = Types.AudioStream
module Sound = Types.Sound
module Music = Types.Music
module VrDeviceInfo = Types.VrDeviceInfo
module VrStereoConfig = Types.VrStereoConfig
module FilePathList = Types.FilePathList
val max_material_maps : int
val max_shader_locations : int