From c22f73f746999023f60aa2f86c20139095b39ab1 Mon Sep 17 00:00:00 2001 From: Martin White Date: Mon, 27 Jul 2020 01:36:41 +0100 Subject: [PATCH] WIP - mostly on image --- docs/raylib/Raylib.BEIGE.html | 6 + docs/raylib/Raylib.BLACK.html | 6 + docs/raylib/Raylib.BLANK.html | 6 + docs/raylib/Raylib.BLUE.html | 6 + docs/raylib/Raylib.BROWN.html | 6 + docs/raylib/Raylib.BlendMode.ADDITIVE.html | 47 +++++ docs/raylib/Raylib.BlendMode.ALPHA.html | 47 +++++ docs/raylib/Raylib.BlendMode.MULTIPLIED.html | 47 +++++ docs/raylib/Raylib.BlendMode.html | 14 +- docs/raylib/Raylib.CameraMode.CUSTOM.html | 47 +++++ .../Raylib.CameraMode.FIRST_PERSON.html | 47 +++++ docs/raylib/Raylib.CameraMode.FREE.html | 47 +++++ docs/raylib/Raylib.CameraMode.ORBITAL.html | 47 +++++ .../Raylib.CameraMode.THIRD_PERSON.html | 47 +++++ docs/raylib/Raylib.CameraMode.html | 22 +- .../Raylib.CameraType.ORTHOGRAPHIC.html | 47 +++++ .../raylib/Raylib.CameraType.PERSPECTIVE.html | 47 +++++ docs/raylib/Raylib.CameraType.html | 10 +- docs/raylib/Raylib.Color.html | 2 +- .../Raylib.CubemapLayoutType.AUTO_DETECT.html | 47 +++++ ...CubemapLayoutType.CROSS_FOUR_BY_THREE.html | 47 +++++ ...CubemapLayoutType.CROSS_THREE_BY_FOUR.html | 47 +++++ ...lib.CubemapLayoutType.LINE_HORIZONTAL.html | 47 +++++ ...aylib.CubemapLayoutType.LINE_VERTICAL.html | 47 +++++ .../Raylib.CubemapLayoutType.PANORAMA.html | 47 +++++ docs/raylib/Raylib.CubemapLayoutType.html | 26 +-- docs/raylib/Raylib.DARKBLUE.html | 6 + docs/raylib/Raylib.DARKBROWN.html | 6 + docs/raylib/Raylib.DARKGRAY.html | 6 + docs/raylib/Raylib.DARKGREEN.html | 6 + docs/raylib/Raylib.DARKPURPLE.html | 6 + docs/raylib/Raylib.FontType.BITMAP.html | 47 +++++ docs/raylib/Raylib.FontType.DEFAULT.html | 47 +++++ docs/raylib/Raylib.FontType.SDF.html | 47 +++++ docs/raylib/Raylib.FontType.html | 14 +- docs/raylib/Raylib.GOLD.html | 6 + docs/raylib/Raylib.GRAY.html | 6 + docs/raylib/Raylib.GREEN.html | 6 + ...ylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN.html | 2 +- docs/raylib/Raylib.GamepadButton.UNKNOWN.html | 2 +- docs/raylib/Raylib.GestureType.DOUBLETAP.html | 47 +++++ docs/raylib/Raylib.GestureType.DRAG.html | 47 +++++ docs/raylib/Raylib.GestureType.HOLD.html | 47 +++++ docs/raylib/Raylib.GestureType.NONE.html | 47 +++++ docs/raylib/Raylib.GestureType.PINCH_IN.html | 47 +++++ docs/raylib/Raylib.GestureType.PINCH_OUT.html | 47 +++++ .../raylib/Raylib.GestureType.SWIPE_DOWN.html | 47 +++++ .../raylib/Raylib.GestureType.SWIPE_LEFT.html | 47 +++++ .../Raylib.GestureType.SWIPE_RIGHT.html | 47 +++++ docs/raylib/Raylib.GestureType.SWIPE_UP.html | 47 +++++ docs/raylib/Raylib.GestureType.TAP.html | 47 +++++ docs/raylib/Raylib.GestureType.html | 46 ++--- .../Raylib.Image.Image.from_color_data.html | 70 +++++++ docs/raylib/Raylib.Image.Image.from_data.html | 70 +++++++ docs/raylib/Raylib.Image.Image.from_file.html | 70 +++++++ .../Raylib.Image.Image.from_file_raw.html | 70 +++++++ .../Raylib.Image.Image.gen_cellular.html | 70 +++++++ .../Raylib.Image.Image.gen_checked.html | 70 +++++++ docs/raylib/Raylib.Image.Image.gen_color.html | 70 +++++++ .../Raylib.Image.Image.gen_gradient_h.html | 70 +++++++ ...aylib.Image.Image.gen_gradient_radial.html | 70 +++++++ .../Raylib.Image.Image.gen_gradient_v.html | 70 +++++++ .../Raylib.Image.Image.gen_perlin_noise.html | 70 +++++++ .../Raylib.Image.Image.gen_white_noise.html | 70 +++++++ docs/raylib/Raylib.Image.copy.html | 70 +++++++ docs/raylib/Raylib.Image.data.html | 67 +++++++ docs/raylib/Raylib.Image.export.html | 70 +++++++ docs/raylib/Raylib.Image.export_as_code.html | 70 +++++++ docs/raylib/Raylib.Image.format.html | 67 +++++++ docs/raylib/Raylib.Image.get_data.html | 70 +++++++ .../Raylib.Image.get_data_normalized.html | 70 +++++++ docs/raylib/Raylib.Image.height.html | 67 +++++++ docs/raylib/Raylib.Image.html | 188 ++++++++++++++++++ docs/raylib/Raylib.Image.mipmaps.html | 67 +++++++ docs/raylib/Raylib.Image.resize.html | 70 +++++++ docs/raylib/Raylib.Image.splice.html | 70 +++++++ docs/raylib/Raylib.Image.width.html | 67 +++++++ docs/raylib/Raylib.ImageT.data.html | 48 +++++ docs/raylib/Raylib.ImageT.format.html | 48 +++++ docs/raylib/Raylib.ImageT.height.html | 48 +++++ docs/raylib/Raylib.ImageT.html | 83 ++++++++ docs/raylib/Raylib.ImageT.mipmaps.html | 48 +++++ docs/raylib/Raylib.ImageT.width.html | 48 +++++ docs/raylib/Raylib.LIGHTGRAY.html | 6 + docs/raylib/Raylib.LIME.html | 6 + docs/raylib/Raylib.MAGENTA.html | 6 + docs/raylib/Raylib.MAROON.html | 6 + .../raylib/Raylib.MaterialMapType.ALBEDO.html | 47 +++++ docs/raylib/Raylib.MaterialMapType.BRDF.html | 47 +++++ .../Raylib.MaterialMapType.CUBEMAP.html | 47 +++++ .../Raylib.MaterialMapType.EMISSION.html | 47 +++++ .../raylib/Raylib.MaterialMapType.HEIGHT.html | 47 +++++ .../Raylib.MaterialMapType.IRRADIANCE.html | 47 +++++ .../Raylib.MaterialMapType.METALNESS.html | 47 +++++ .../raylib/Raylib.MaterialMapType.NORMAL.html | 47 +++++ .../Raylib.MaterialMapType.OCCLUSION.html | 47 +++++ .../Raylib.MaterialMapType.PREFILTER.html | 47 +++++ .../Raylib.MaterialMapType.ROUGHNESS.html | 47 +++++ docs/raylib/Raylib.MaterialMapType.html | 46 ++--- docs/raylib/Raylib.NPatchType.NPT_9PATCH.html | 2 +- docs/raylib/Raylib.ORANGE.html | 6 + docs/raylib/Raylib.PI.html | 6 + docs/raylib/Raylib.PINK.html | 6 + docs/raylib/Raylib.PURPLE.html | 6 + ...ib.PixelFormat.UNCOMPRESSED_GRAYSCALE.html | 2 +- docs/raylib/Raylib.Quaternion.html | 4 +- docs/raylib/Raylib.RAYWHITE.html | 6 + docs/raylib/Raylib.RED.html | 6 + docs/raylib/Raylib.Rectangle.html | 2 +- docs/raylib/Raylib.SKYBLUE.html | 6 + ...lib.ShaderLocationIndex.COLOR_AMBIENT.html | 47 +++++ ...lib.ShaderLocationIndex.COLOR_DIFFUSE.html | 47 +++++ ...ib.ShaderLocationIndex.COLOR_SPECULAR.html | 47 +++++ ...Raylib.ShaderLocationIndex.MAP_ALBEDO.html | 47 +++++ .../Raylib.ShaderLocationIndex.MAP_BRDF.html | 47 +++++ ...aylib.ShaderLocationIndex.MAP_CUBEMAP.html | 47 +++++ ...ylib.ShaderLocationIndex.MAP_EMISSION.html | 47 +++++ ...Raylib.ShaderLocationIndex.MAP_HEIGHT.html | 47 +++++ ...ib.ShaderLocationIndex.MAP_IRRADIANCE.html | 47 +++++ ...lib.ShaderLocationIndex.MAP_METALNESS.html | 47 +++++ ...Raylib.ShaderLocationIndex.MAP_NORMAL.html | 47 +++++ ...lib.ShaderLocationIndex.MAP_OCCLUSION.html | 47 +++++ ...lib.ShaderLocationIndex.MAP_PREFILTER.html | 47 +++++ ...lib.ShaderLocationIndex.MAP_ROUGHNESS.html | 47 +++++ ...ylib.ShaderLocationIndex.MATRIX_MODEL.html | 47 +++++ ...Raylib.ShaderLocationIndex.MATRIX_MVP.html | 47 +++++ ...ShaderLocationIndex.MATRIX_PROJECTION.html | 47 +++++ ...aylib.ShaderLocationIndex.MATRIX_VIEW.html | 47 +++++ ...aylib.ShaderLocationIndex.VECTOR_VIEW.html | 47 +++++ ...ylib.ShaderLocationIndex.VERTEX_COLOR.html | 47 +++++ ...lib.ShaderLocationIndex.VERTEX_NORMAL.html | 47 +++++ ...b.ShaderLocationIndex.VERTEX_POSITION.html | 47 +++++ ...ib.ShaderLocationIndex.VERTEX_TANGENT.html | 47 +++++ ...ShaderLocationIndex.VERTEX_TEXCOORD01.html | 47 +++++ ...ShaderLocationIndex.VERTEX_TEXCOORD02.html | 47 +++++ docs/raylib/Raylib.ShaderLocationIndex.html | 102 +++++----- .../Raylib.ShaderUniformDataType.FLOAT.html | 47 +++++ .../Raylib.ShaderUniformDataType.INT.html | 47 +++++ .../Raylib.ShaderUniformDataType.IVEC2.html | 47 +++++ .../Raylib.ShaderUniformDataType.IVEC3.html | 47 +++++ .../Raylib.ShaderUniformDataType.IVEC4.html | 47 +++++ ...aylib.ShaderUniformDataType.SAMPLER2D.html | 47 +++++ .../Raylib.ShaderUniformDataType.VEC2.html | 47 +++++ .../Raylib.ShaderUniformDataType.VEC3.html | 47 +++++ .../Raylib.ShaderUniformDataType.VEC4.html | 47 +++++ docs/raylib/Raylib.ShaderUniformDataType.html | 38 ++-- docs/raylib/Raylib.TextToInteger.html | 6 + docs/raylib/Raylib.Texture2D.format.html | 48 +++++ docs/raylib/Raylib.Texture2D.height.html | 48 +++++ docs/raylib/Raylib.Texture2D.html | 83 ++++++++ docs/raylib/Raylib.Texture2D.id.html | 48 +++++ docs/raylib/Raylib.Texture2D.mipmaps.html | 48 +++++ docs/raylib/Raylib.Texture2D.width.html | 48 +++++ ...lib.TextureFilterMode.ANISOTROPIC_16X.html | 47 +++++ ...ylib.TextureFilterMode.ANISOTROPIC_4X.html | 47 +++++ ...ylib.TextureFilterMode.ANISOTROPIC_8X.html | 47 +++++ .../Raylib.TextureFilterMode.BILINEAR.html | 47 +++++ .../Raylib.TextureFilterMode.POINT.html | 47 +++++ .../Raylib.TextureFilterMode.TRILINEAR.html | 47 +++++ docs/raylib/Raylib.TextureFilterMode.html | 26 +-- docs/raylib/Raylib.TextureWrapMode.CLAMP.html | 47 +++++ .../Raylib.TextureWrapMode.MIRROR_CLAMP.html | 47 +++++ .../Raylib.TextureWrapMode.MIRROR_REPEAT.html | 47 +++++ .../raylib/Raylib.TextureWrapMode.REPEAT.html | 47 +++++ docs/raylib/Raylib.TextureWrapMode.html | 18 +- docs/raylib/Raylib.VIOLET.html | 6 + docs/raylib/Raylib.Vector2.html | 2 +- docs/raylib/Raylib.Vector3.html | 2 +- docs/raylib/Raylib.Vector4.html | 2 +- docs/raylib/Raylib.WHITE.html | 6 + docs/raylib/Raylib.Window.html | 2 +- docs/raylib/Raylib.YELLOW.html | 6 + docs/raylib/Raylib.begin_drawing.html | 6 + docs/raylib/Raylib.begin_scissor_mode.html | 6 + docs/raylib/Raylib.clear_background.html | 6 + docs/raylib/Raylib.disable_cursor.html | 6 + docs/raylib/Raylib.draw_circle.html | 6 + docs/raylib/Raylib.draw_circle_gradient.html | 6 + docs/raylib/Raylib.draw_circle_lines.html | 6 + docs/raylib/Raylib.draw_circle_v.html | 6 + docs/raylib/Raylib.draw_fps.html | 6 + docs/raylib/Raylib.draw_line.html | 6 + docs/raylib/Raylib.draw_poly.html | 6 + docs/raylib/Raylib.draw_rectangle.html | 6 + .../Raylib.draw_rectangle_gradient_h.html | 6 + .../Raylib.draw_rectangle_gradient_v.html | 6 + docs/raylib/Raylib.draw_rectangle_lines.html | 6 + .../raylib/Raylib.draw_rectangle_rounded.html | 6 + docs/raylib/Raylib.draw_text.html | 6 + docs/raylib/Raylib.draw_texture.html | 159 +++++++++++++++ docs/raylib/Raylib.draw_triangle.html | 6 + docs/raylib/Raylib.draw_triangle_lines.html | 6 + docs/raylib/Raylib.enable_cursor.html | 6 + docs/raylib/Raylib.end_drawing.html | 6 + docs/raylib/Raylib.end_mode_2D.html | 6 + docs/raylib/Raylib.end_mode_3D.html | 6 + docs/raylib/Raylib.end_scissor_mode.html | 6 + docs/raylib/Raylib.end_texture_mode.html | 6 + docs/raylib/Raylib.get_clipboard_text.html | 6 + docs/raylib/Raylib.get_fps.html | 6 + docs/raylib/Raylib.get_frame_time.html | 6 + docs/raylib/Raylib.get_key_pressed.html | 6 + docs/raylib/Raylib.get_monitor_count.html | 6 + docs/raylib/Raylib.get_monitor_height.html | 6 + docs/raylib/Raylib.get_monitor_name.html | 6 + .../Raylib.get_monitor_physical_height.html | 6 + .../Raylib.get_monitor_physical_width.html | 6 + docs/raylib/Raylib.get_monitor_width.html | 6 + docs/raylib/Raylib.get_mouse_position.html | 6 + docs/raylib/Raylib.get_mouse_wheel_move.html | 6 + docs/raylib/Raylib.get_screen_height.html | 6 + docs/raylib/Raylib.get_screen_width.html | 6 + docs/raylib/Raylib.get_time.html | 6 + docs/raylib/Raylib.hide_cursor.html | 6 + docs/raylib/Raylib.html | 24 +++ docs/raylib/Raylib.image_flip_vertical.html | 159 +++++++++++++++ docs/raylib/Raylib.image_resize.html | 159 +++++++++++++++ docs/raylib/Raylib.is_cursor_hidden.html | 6 + docs/raylib/Raylib.is_key_down.html | 6 + docs/raylib/Raylib.is_key_pressed.html | 6 + docs/raylib/Raylib.is_key_released.html | 6 + docs/raylib/Raylib.is_key_up.html | 6 + .../Raylib.load_texture_from_image.html | 159 +++++++++++++++ docs/raylib/Raylib.set_clipboard_text.html | 6 + docs/raylib/Raylib.set_exit_key.html | 6 + docs/raylib/Raylib.set_target_fps.html | 6 + docs/raylib/Raylib.show_cursor.html | 6 + docs/raylib/Raylib.text_format.html | 6 + docs/raylib/Raylib.text_to_lower.html | 6 + docs/raylib/Raylib.text_to_pascal.html | 6 + docs/raylib/Raylib.text_to_upper.html | 6 + docs/raylib/img/Raylib.Color.png | Bin 2409 -> 2169 bytes docs/raylib/img/Raylib.Image.png | Bin 0 -> 2427 bytes docs/raylib/img/Raylib.ImageT.png | Bin 0 -> 2484 bytes docs/raylib/img/Raylib.Quaternion.png | Bin 6609 -> 6135 bytes docs/raylib/img/Raylib.Rectangle.png | Bin 2910 -> 2628 bytes docs/raylib/img/Raylib.Texture2D.png | Bin 0 -> 2980 bytes docs/raylib/img/Raylib.Vector2.png | Bin 3122 -> 2981 bytes docs/raylib/img/Raylib.Vector3.png | Bin 3143 -> 3006 bytes docs/raylib/img/Raylib.Vector4.png | Bin 3053 -> 2872 bytes docs/raylib/img/Raylib.Window.png | Bin 3159 -> 2867 bytes docs/raylib/index.htm | 18 ++ resources/wabbit.png | Bin 0 -> 561 bytes src/rtest.vala | 39 +--- test | Bin 0 -> 19144 bytes vapi/raylib.vapi | 181 +++++++++++++---- 246 files changed, 8009 insertions(+), 261 deletions(-) create mode 100644 docs/raylib/Raylib.BlendMode.ADDITIVE.html create mode 100644 docs/raylib/Raylib.BlendMode.ALPHA.html create mode 100644 docs/raylib/Raylib.BlendMode.MULTIPLIED.html create mode 100644 docs/raylib/Raylib.CameraMode.CUSTOM.html create mode 100644 docs/raylib/Raylib.CameraMode.FIRST_PERSON.html create mode 100644 docs/raylib/Raylib.CameraMode.FREE.html create mode 100644 docs/raylib/Raylib.CameraMode.ORBITAL.html create mode 100644 docs/raylib/Raylib.CameraMode.THIRD_PERSON.html create mode 100644 docs/raylib/Raylib.CameraType.ORTHOGRAPHIC.html create mode 100644 docs/raylib/Raylib.CameraType.PERSPECTIVE.html create mode 100644 docs/raylib/Raylib.CubemapLayoutType.AUTO_DETECT.html create mode 100644 docs/raylib/Raylib.CubemapLayoutType.CROSS_FOUR_BY_THREE.html create mode 100644 docs/raylib/Raylib.CubemapLayoutType.CROSS_THREE_BY_FOUR.html create mode 100644 docs/raylib/Raylib.CubemapLayoutType.LINE_HORIZONTAL.html create mode 100644 docs/raylib/Raylib.CubemapLayoutType.LINE_VERTICAL.html create mode 100644 docs/raylib/Raylib.CubemapLayoutType.PANORAMA.html create mode 100644 docs/raylib/Raylib.FontType.BITMAP.html create mode 100644 docs/raylib/Raylib.FontType.DEFAULT.html create mode 100644 docs/raylib/Raylib.FontType.SDF.html create mode 100644 docs/raylib/Raylib.GestureType.DOUBLETAP.html create mode 100644 docs/raylib/Raylib.GestureType.DRAG.html create mode 100644 docs/raylib/Raylib.GestureType.HOLD.html create mode 100644 docs/raylib/Raylib.GestureType.NONE.html create mode 100644 docs/raylib/Raylib.GestureType.PINCH_IN.html create mode 100644 docs/raylib/Raylib.GestureType.PINCH_OUT.html create mode 100644 docs/raylib/Raylib.GestureType.SWIPE_DOWN.html create mode 100644 docs/raylib/Raylib.GestureType.SWIPE_LEFT.html create mode 100644 docs/raylib/Raylib.GestureType.SWIPE_RIGHT.html create mode 100644 docs/raylib/Raylib.GestureType.SWIPE_UP.html create mode 100644 docs/raylib/Raylib.GestureType.TAP.html create mode 100644 docs/raylib/Raylib.Image.Image.from_color_data.html create mode 100644 docs/raylib/Raylib.Image.Image.from_data.html create mode 100644 docs/raylib/Raylib.Image.Image.from_file.html create mode 100644 docs/raylib/Raylib.Image.Image.from_file_raw.html create mode 100644 docs/raylib/Raylib.Image.Image.gen_cellular.html create mode 100644 docs/raylib/Raylib.Image.Image.gen_checked.html create mode 100644 docs/raylib/Raylib.Image.Image.gen_color.html create mode 100644 docs/raylib/Raylib.Image.Image.gen_gradient_h.html create mode 100644 docs/raylib/Raylib.Image.Image.gen_gradient_radial.html create mode 100644 docs/raylib/Raylib.Image.Image.gen_gradient_v.html create mode 100644 docs/raylib/Raylib.Image.Image.gen_perlin_noise.html create mode 100644 docs/raylib/Raylib.Image.Image.gen_white_noise.html create mode 100644 docs/raylib/Raylib.Image.copy.html create mode 100644 docs/raylib/Raylib.Image.data.html create mode 100644 docs/raylib/Raylib.Image.export.html create mode 100644 docs/raylib/Raylib.Image.export_as_code.html create mode 100644 docs/raylib/Raylib.Image.format.html create mode 100644 docs/raylib/Raylib.Image.get_data.html create mode 100644 docs/raylib/Raylib.Image.get_data_normalized.html create mode 100644 docs/raylib/Raylib.Image.height.html create mode 100644 docs/raylib/Raylib.Image.html create mode 100644 docs/raylib/Raylib.Image.mipmaps.html create mode 100644 docs/raylib/Raylib.Image.resize.html create mode 100644 docs/raylib/Raylib.Image.splice.html create mode 100644 docs/raylib/Raylib.Image.width.html create mode 100644 docs/raylib/Raylib.ImageT.data.html create mode 100644 docs/raylib/Raylib.ImageT.format.html create mode 100644 docs/raylib/Raylib.ImageT.height.html create mode 100644 docs/raylib/Raylib.ImageT.html create mode 100644 docs/raylib/Raylib.ImageT.mipmaps.html create mode 100644 docs/raylib/Raylib.ImageT.width.html create mode 100644 docs/raylib/Raylib.MaterialMapType.ALBEDO.html create mode 100644 docs/raylib/Raylib.MaterialMapType.BRDF.html create mode 100644 docs/raylib/Raylib.MaterialMapType.CUBEMAP.html create mode 100644 docs/raylib/Raylib.MaterialMapType.EMISSION.html create mode 100644 docs/raylib/Raylib.MaterialMapType.HEIGHT.html create mode 100644 docs/raylib/Raylib.MaterialMapType.IRRADIANCE.html create mode 100644 docs/raylib/Raylib.MaterialMapType.METALNESS.html create mode 100644 docs/raylib/Raylib.MaterialMapType.NORMAL.html create mode 100644 docs/raylib/Raylib.MaterialMapType.OCCLUSION.html create mode 100644 docs/raylib/Raylib.MaterialMapType.PREFILTER.html create mode 100644 docs/raylib/Raylib.MaterialMapType.ROUGHNESS.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.COLOR_AMBIENT.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.COLOR_DIFFUSE.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.COLOR_SPECULAR.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_ALBEDO.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_BRDF.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_CUBEMAP.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_EMISSION.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_HEIGHT.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_IRRADIANCE.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_METALNESS.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_NORMAL.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_OCCLUSION.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_PREFILTER.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MAP_ROUGHNESS.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MATRIX_MODEL.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MATRIX_MVP.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MATRIX_PROJECTION.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.MATRIX_VIEW.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.VECTOR_VIEW.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.VERTEX_COLOR.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.VERTEX_NORMAL.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.VERTEX_POSITION.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TANGENT.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TEXCOORD01.html create mode 100644 docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TEXCOORD02.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.FLOAT.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.INT.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.IVEC2.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.IVEC3.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.IVEC4.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.SAMPLER2D.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.VEC2.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.VEC3.html create mode 100644 docs/raylib/Raylib.ShaderUniformDataType.VEC4.html create mode 100644 docs/raylib/Raylib.Texture2D.format.html create mode 100644 docs/raylib/Raylib.Texture2D.height.html create mode 100644 docs/raylib/Raylib.Texture2D.html create mode 100644 docs/raylib/Raylib.Texture2D.id.html create mode 100644 docs/raylib/Raylib.Texture2D.mipmaps.html create mode 100644 docs/raylib/Raylib.Texture2D.width.html create mode 100644 docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_16X.html create mode 100644 docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_4X.html create mode 100644 docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_8X.html create mode 100644 docs/raylib/Raylib.TextureFilterMode.BILINEAR.html create mode 100644 docs/raylib/Raylib.TextureFilterMode.POINT.html create mode 100644 docs/raylib/Raylib.TextureFilterMode.TRILINEAR.html create mode 100644 docs/raylib/Raylib.TextureWrapMode.CLAMP.html create mode 100644 docs/raylib/Raylib.TextureWrapMode.MIRROR_CLAMP.html create mode 100644 docs/raylib/Raylib.TextureWrapMode.MIRROR_REPEAT.html create mode 100644 docs/raylib/Raylib.TextureWrapMode.REPEAT.html create mode 100644 docs/raylib/Raylib.draw_texture.html create mode 100644 docs/raylib/Raylib.image_flip_vertical.html create mode 100644 docs/raylib/Raylib.image_resize.html create mode 100644 docs/raylib/Raylib.load_texture_from_image.html create mode 100644 docs/raylib/img/Raylib.Image.png create mode 100644 docs/raylib/img/Raylib.ImageT.png create mode 100644 docs/raylib/img/Raylib.Texture2D.png create mode 100644 resources/wabbit.png create mode 100755 test diff --git a/docs/raylib/Raylib.BEIGE.html b/docs/raylib/Raylib.BEIGE.html index 6b7db17..a28564f 100644 --- a/docs/raylib/Raylib.BEIGE.html +++ b/docs/raylib/Raylib.BEIGE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.BLACK.html b/docs/raylib/Raylib.BLACK.html index 9abb16e..f68df88 100644 --- a/docs/raylib/Raylib.BLACK.html +++ b/docs/raylib/Raylib.BLACK.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.BLANK.html b/docs/raylib/Raylib.BLANK.html index 693b6bd..77633ed 100644 --- a/docs/raylib/Raylib.BLANK.html +++ b/docs/raylib/Raylib.BLANK.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.BLUE.html b/docs/raylib/Raylib.BLUE.html index e772a51..227906d 100644 --- a/docs/raylib/Raylib.BLUE.html +++ b/docs/raylib/Raylib.BLUE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.BROWN.html b/docs/raylib/Raylib.BROWN.html index d788a4f..14ff8e7 100644 --- a/docs/raylib/Raylib.BROWN.html +++ b/docs/raylib/Raylib.BROWN.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.BlendMode.ADDITIVE.html b/docs/raylib/Raylib.BlendMode.ADDITIVE.html new file mode 100644 index 0000000..9474ab7 --- /dev/null +++ b/docs/raylib/Raylib.BlendMode.ADDITIVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.BlendMode.ADDITIVE – raylib – Vala Binding Reference + + + + +
    + +
    +

    ADDITIVE

    +
    +

    Description:

    +
    ADDITIVE +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BlendMode.ALPHA.html b/docs/raylib/Raylib.BlendMode.ALPHA.html new file mode 100644 index 0000000..9fc41f4 --- /dev/null +++ b/docs/raylib/Raylib.BlendMode.ALPHA.html @@ -0,0 +1,47 @@ + + + + + Raylib.BlendMode.ALPHA – raylib – Vala Binding Reference + + + + +
    + +
    +

    ALPHA

    +
    +

    Description:

    +
    ALPHA +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BlendMode.MULTIPLIED.html b/docs/raylib/Raylib.BlendMode.MULTIPLIED.html new file mode 100644 index 0000000..57a8223 --- /dev/null +++ b/docs/raylib/Raylib.BlendMode.MULTIPLIED.html @@ -0,0 +1,47 @@ + + + + + Raylib.BlendMode.MULTIPLIED – raylib – Vala Binding Reference + + + + +
    + +
    +

    MULTIPLIED

    +
    +

    Description:

    +
    MULTIPLIED +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BlendMode.html b/docs/raylib/Raylib.BlendMode.html index 74e0cd6..8fe409c 100644 --- a/docs/raylib/Raylib.BlendMode.html +++ b/docs/raylib/Raylib.BlendMode.html @@ -27,16 +27,16 @@

    BlendMode


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum BlendMode +
    [ CCode ( cprefix = "BLEND_" , has_type_id = false ) ]
    public enum BlendMode

    Namespace: Raylib
    @@ -45,9 +45,9 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.CameraMode.CUSTOM.html b/docs/raylib/Raylib.CameraMode.CUSTOM.html new file mode 100644 index 0000000..862b7c4 --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.CUSTOM.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.CUSTOM – raylib – Vala Binding Reference + + + + +
    + +
    +

    CUSTOM

    +
    +

    Description:

    +
    CUSTOM +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.FIRST_PERSON.html b/docs/raylib/Raylib.CameraMode.FIRST_PERSON.html new file mode 100644 index 0000000..13d912d --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.FIRST_PERSON.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.FIRST_PERSON – raylib – Vala Binding Reference + + + + +
    + +
    +

    FIRST_PERSON

    +
    +

    Description:

    +
    FIRST_PERSON +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.FREE.html b/docs/raylib/Raylib.CameraMode.FREE.html new file mode 100644 index 0000000..9a1ae51 --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.FREE.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.FREE – raylib – Vala Binding Reference + + + + +
    + +
    +

    FREE

    +
    +

    Description:

    +
    FREE +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.ORBITAL.html b/docs/raylib/Raylib.CameraMode.ORBITAL.html new file mode 100644 index 0000000..5636b8a --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.ORBITAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.ORBITAL – raylib – Vala Binding Reference + + + + +
    + +
    +

    ORBITAL

    +
    +

    Description:

    +
    ORBITAL +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.THIRD_PERSON.html b/docs/raylib/Raylib.CameraMode.THIRD_PERSON.html new file mode 100644 index 0000000..8157a82 --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.THIRD_PERSON.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.THIRD_PERSON – raylib – Vala Binding Reference + + + + +
    + +
    +

    THIRD_PERSON

    +
    +

    Description:

    +
    THIRD_PERSON +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.html b/docs/raylib/Raylib.CameraMode.html index 56d64dc..67b2c89 100644 --- a/docs/raylib/Raylib.CameraMode.html +++ b/docs/raylib/Raylib.CameraMode.html @@ -27,18 +27,18 @@

    CameraMode


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum CameraMode +
    [ CCode ( cprefix = "CAMERA_" , has_type_id = false ) ]
    public enum CameraMode

    Namespace: Raylib
    @@ -47,11 +47,11 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.CameraType.ORTHOGRAPHIC.html b/docs/raylib/Raylib.CameraType.ORTHOGRAPHIC.html new file mode 100644 index 0000000..b330534 --- /dev/null +++ b/docs/raylib/Raylib.CameraType.ORTHOGRAPHIC.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraType.ORTHOGRAPHIC – raylib – Vala Binding Reference + + + + +
    + +
    +

    ORTHOGRAPHIC

    +
    +

    Description:

    +
    ORTHOGRAPHIC +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraType.PERSPECTIVE.html b/docs/raylib/Raylib.CameraType.PERSPECTIVE.html new file mode 100644 index 0000000..9a561e4 --- /dev/null +++ b/docs/raylib/Raylib.CameraType.PERSPECTIVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraType.PERSPECTIVE – raylib – Vala Binding Reference + + + + +
    + +
    +

    PERSPECTIVE

    +
    +

    Description:

    +
    PERSPECTIVE +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraType.html b/docs/raylib/Raylib.CameraType.html index 398bfd5..db69172 100644 --- a/docs/raylib/Raylib.CameraType.html +++ b/docs/raylib/Raylib.CameraType.html @@ -27,15 +27,15 @@

    CameraType


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum CameraType +
    [ CCode ( cprefix = "CAMERA_" , has_type_id = false ) ]
    public enum CameraType

    Namespace: Raylib
    @@ -44,8 +44,8 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.Color.html b/docs/raylib/Raylib.Color.html index 8f1e598..8034db6 100644 --- a/docs/raylib/Raylib.Color.html +++ b/docs/raylib/Raylib.Color.html @@ -40,7 +40,7 @@ Object hierarchy for Color - +

    Description:

    diff --git a/docs/raylib/Raylib.CubemapLayoutType.AUTO_DETECT.html b/docs/raylib/Raylib.CubemapLayoutType.AUTO_DETECT.html new file mode 100644 index 0000000..244b6aa --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.AUTO_DETECT.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.AUTO_DETECT – raylib – Vala Binding Reference + + + + +
    + +
    +

    AUTO_DETECT

    +
    +

    Description:

    +
    AUTO_DETECT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.CROSS_FOUR_BY_THREE.html b/docs/raylib/Raylib.CubemapLayoutType.CROSS_FOUR_BY_THREE.html new file mode 100644 index 0000000..13393f3 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.CROSS_FOUR_BY_THREE.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.CROSS_FOUR_BY_THREE – raylib – Vala Binding Reference + + + + +
    + +
    +

    CROSS_FOUR_BY_THREE

    +
    +

    Description:

    +
    CROSS_FOUR_BY_THREE +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.CROSS_THREE_BY_FOUR.html b/docs/raylib/Raylib.CubemapLayoutType.CROSS_THREE_BY_FOUR.html new file mode 100644 index 0000000..da9c251 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.CROSS_THREE_BY_FOUR.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.CROSS_THREE_BY_FOUR – raylib – Vala Binding Reference + + + + +
    + +
    +

    CROSS_THREE_BY_FOUR

    +
    +

    Description:

    +
    CROSS_THREE_BY_FOUR +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.LINE_HORIZONTAL.html b/docs/raylib/Raylib.CubemapLayoutType.LINE_HORIZONTAL.html new file mode 100644 index 0000000..b9978b0 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.LINE_HORIZONTAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.LINE_HORIZONTAL – raylib – Vala Binding Reference + + + + +
    + +
    +

    LINE_HORIZONTAL

    +
    +

    Description:

    +
    LINE_HORIZONTAL +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.LINE_VERTICAL.html b/docs/raylib/Raylib.CubemapLayoutType.LINE_VERTICAL.html new file mode 100644 index 0000000..a889580 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.LINE_VERTICAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.LINE_VERTICAL – raylib – Vala Binding Reference + + + + +
    + +
    +

    LINE_VERTICAL

    +
    +

    Description:

    +
    LINE_VERTICAL +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.PANORAMA.html b/docs/raylib/Raylib.CubemapLayoutType.PANORAMA.html new file mode 100644 index 0000000..4d62656 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.PANORAMA.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.PANORAMA – raylib – Vala Binding Reference + + + + +
    + +
    +

    PANORAMA

    +
    +

    Description:

    +
    PANORAMA +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.html b/docs/raylib/Raylib.CubemapLayoutType.html index 4e4ff04..f29736d 100644 --- a/docs/raylib/Raylib.CubemapLayoutType.html +++ b/docs/raylib/Raylib.CubemapLayoutType.html @@ -27,19 +27,19 @@

    CubemapLayoutType


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum CubemapLayoutType +
    [ CCode ( cprefix = "CUBEMAP_" , has_type_id = false ) ]
    public enum CubemapLayoutType

    Namespace: Raylib
    @@ -48,12 +48,12 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.DARKBLUE.html b/docs/raylib/Raylib.DARKBLUE.html index 553d589..188ba72 100644 --- a/docs/raylib/Raylib.DARKBLUE.html +++ b/docs/raylib/Raylib.DARKBLUE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.DARKBROWN.html b/docs/raylib/Raylib.DARKBROWN.html index 780cfc4..d5ef9c8 100644 --- a/docs/raylib/Raylib.DARKBROWN.html +++ b/docs/raylib/Raylib.DARKBROWN.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.DARKGRAY.html b/docs/raylib/Raylib.DARKGRAY.html index cdc6b71..9111ef0 100644 --- a/docs/raylib/Raylib.DARKGRAY.html +++ b/docs/raylib/Raylib.DARKGRAY.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.DARKGREEN.html b/docs/raylib/Raylib.DARKGREEN.html index 3a1e71c..21f7442 100644 --- a/docs/raylib/Raylib.DARKGREEN.html +++ b/docs/raylib/Raylib.DARKGREEN.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.DARKPURPLE.html b/docs/raylib/Raylib.DARKPURPLE.html index 765cc25..86a61c8 100644 --- a/docs/raylib/Raylib.DARKPURPLE.html +++ b/docs/raylib/Raylib.DARKPURPLE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.FontType.BITMAP.html b/docs/raylib/Raylib.FontType.BITMAP.html new file mode 100644 index 0000000..9dc1f3c --- /dev/null +++ b/docs/raylib/Raylib.FontType.BITMAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.FontType.BITMAP – raylib – Vala Binding Reference + + + + +
    + +
    +

    BITMAP

    +
    +

    Description:

    +
    BITMAP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.FontType.DEFAULT.html b/docs/raylib/Raylib.FontType.DEFAULT.html new file mode 100644 index 0000000..5e22201 --- /dev/null +++ b/docs/raylib/Raylib.FontType.DEFAULT.html @@ -0,0 +1,47 @@ + + + + + Raylib.FontType.DEFAULT – raylib – Vala Binding Reference + + + + +
    + +
    +

    DEFAULT

    +
    +

    Description:

    +
    DEFAULT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.FontType.SDF.html b/docs/raylib/Raylib.FontType.SDF.html new file mode 100644 index 0000000..7c07313 --- /dev/null +++ b/docs/raylib/Raylib.FontType.SDF.html @@ -0,0 +1,47 @@ + + + + + Raylib.FontType.SDF – raylib – Vala Binding Reference + + + + +
    + +
    +

    SDF

    +
    +

    Description:

    +
    SDF +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.FontType.html b/docs/raylib/Raylib.FontType.html index d1cb7da..5ae2a34 100644 --- a/docs/raylib/Raylib.FontType.html +++ b/docs/raylib/Raylib.FontType.html @@ -27,16 +27,16 @@

    FontType


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum FontType +
    [ CCode ( cprefix = "FONT_" , has_type_id = false ) ]
    public enum FontType

    Namespace: Raylib
    @@ -45,9 +45,9 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.GOLD.html b/docs/raylib/Raylib.GOLD.html index cbd11dc..3ebc55e 100644 --- a/docs/raylib/Raylib.GOLD.html +++ b/docs/raylib/Raylib.GOLD.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.GRAY.html b/docs/raylib/Raylib.GRAY.html index 87af592..8ced4f5 100644 --- a/docs/raylib/Raylib.GRAY.html +++ b/docs/raylib/Raylib.GRAY.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.GREEN.html b/docs/raylib/Raylib.GREEN.html index 3ca6b83..9923e0f 100644 --- a/docs/raylib/Raylib.GREEN.html +++ b/docs/raylib/Raylib.GREEN.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN.html b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN.html index 50a321b..a9c84b1 100644 --- a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN.html +++ b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN.html @@ -37,7 +37,7 @@

    GAMEPAD_AXIS_UNKNOWN


    Description:

    -
    GAMEPAD_AXIS_UNKNOWN = 0 +
    GAMEPAD_AXIS_UNKNOWN

    diff --git a/docs/raylib/Raylib.GamepadButton.UNKNOWN.html b/docs/raylib/Raylib.GamepadButton.UNKNOWN.html index fc505a8..477cfd3 100644 --- a/docs/raylib/Raylib.GamepadButton.UNKNOWN.html +++ b/docs/raylib/Raylib.GamepadButton.UNKNOWN.html @@ -37,7 +37,7 @@

    UNKNOWN


    Description:

    -
    UNKNOWN = 0 +
    UNKNOWN

    diff --git a/docs/raylib/Raylib.GestureType.DOUBLETAP.html b/docs/raylib/Raylib.GestureType.DOUBLETAP.html new file mode 100644 index 0000000..bb73906 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.DOUBLETAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.DOUBLETAP – raylib – Vala Binding Reference + + + + +
    + +
    +

    DOUBLETAP

    +
    +

    Description:

    +
    DOUBLETAP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.DRAG.html b/docs/raylib/Raylib.GestureType.DRAG.html new file mode 100644 index 0000000..168c34f --- /dev/null +++ b/docs/raylib/Raylib.GestureType.DRAG.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.DRAG – raylib – Vala Binding Reference + + + + +
    + +
    +

    DRAG

    +
    +

    Description:

    +
    DRAG +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.HOLD.html b/docs/raylib/Raylib.GestureType.HOLD.html new file mode 100644 index 0000000..01e7f71 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.HOLD.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.HOLD – raylib – Vala Binding Reference + + + + +
    + +
    +

    HOLD

    +
    +

    Description:

    +
    HOLD +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.NONE.html b/docs/raylib/Raylib.GestureType.NONE.html new file mode 100644 index 0000000..fd4565a --- /dev/null +++ b/docs/raylib/Raylib.GestureType.NONE.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.NONE – raylib – Vala Binding Reference + + + + +
    + +
    +

    NONE

    +
    +

    Description:

    +
    NONE +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.PINCH_IN.html b/docs/raylib/Raylib.GestureType.PINCH_IN.html new file mode 100644 index 0000000..2b56af6 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.PINCH_IN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.PINCH_IN – raylib – Vala Binding Reference + + + + +
    + +
    +

    PINCH_IN

    +
    +

    Description:

    +
    PINCH_IN +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.PINCH_OUT.html b/docs/raylib/Raylib.GestureType.PINCH_OUT.html new file mode 100644 index 0000000..ffee23d --- /dev/null +++ b/docs/raylib/Raylib.GestureType.PINCH_OUT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.PINCH_OUT – raylib – Vala Binding Reference + + + + +
    + +
    +

    PINCH_OUT

    +
    +

    Description:

    +
    PINCH_OUT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.SWIPE_DOWN.html b/docs/raylib/Raylib.GestureType.SWIPE_DOWN.html new file mode 100644 index 0000000..23e26a7 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.SWIPE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.SWIPE_DOWN – raylib – Vala Binding Reference + + + + +
    + +
    +

    SWIPE_DOWN

    +
    +

    Description:

    +
    SWIPE_DOWN +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.SWIPE_LEFT.html b/docs/raylib/Raylib.GestureType.SWIPE_LEFT.html new file mode 100644 index 0000000..3c9d0e4 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.SWIPE_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.SWIPE_LEFT – raylib – Vala Binding Reference + + + + +
    + +
    +

    SWIPE_LEFT

    +
    +

    Description:

    +
    SWIPE_LEFT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.SWIPE_RIGHT.html b/docs/raylib/Raylib.GestureType.SWIPE_RIGHT.html new file mode 100644 index 0000000..a78ea86 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.SWIPE_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.SWIPE_RIGHT – raylib – Vala Binding Reference + + + + +
    + +
    +

    SWIPE_RIGHT

    +
    +

    Description:

    +
    SWIPE_RIGHT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.SWIPE_UP.html b/docs/raylib/Raylib.GestureType.SWIPE_UP.html new file mode 100644 index 0000000..2a8a29e --- /dev/null +++ b/docs/raylib/Raylib.GestureType.SWIPE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.SWIPE_UP – raylib – Vala Binding Reference + + + + +
    + +
    +

    SWIPE_UP

    +
    +

    Description:

    +
    SWIPE_UP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.TAP.html b/docs/raylib/Raylib.GestureType.TAP.html new file mode 100644 index 0000000..94f21c2 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.TAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.TAP – raylib – Vala Binding Reference + + + + +
    + +
    +

    TAP

    +
    +

    Description:

    +
    TAP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.html b/docs/raylib/Raylib.GestureType.html index d546247..b1391e2 100644 --- a/docs/raylib/Raylib.GestureType.html +++ b/docs/raylib/Raylib.GestureType.html @@ -27,24 +27,24 @@

    GestureType


    Description:

    -
    [ Flags ]
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum GestureType +
    [ Flags ]
    [ CCode ( cprefix = "GESTURE_" , has_type_id = false ) ]
    public enum GestureType

    Namespace: Raylib
    @@ -53,17 +53,17 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.Image.Image.from_color_data.html b/docs/raylib/Raylib.Image.Image.from_color_data.html new file mode 100644 index 0000000..74741d0 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.from_color_data.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.from_color_data – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.from_color_data

    +
    +

    Description:

    +
    [ CCode ( cname = "LoadImageEx" ) ]
    public Image.from_color_data (Color[] pixels, int width, int height) +
    +
    +

    Load image from Color array data (RGBA - 32bit)

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.from_data.html b/docs/raylib/Raylib.Image.Image.from_data.html new file mode 100644 index 0000000..781be86 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.from_data.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.from_data – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.from_data

    +
    +

    Description:

    +
    [ CCode ( cname = "LoadImagePro" ) ]
    public Image.from_data (uint8[] data, int width, int height, int format) +
    +
    +

    Load image from raw data with parameters

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.from_file.html b/docs/raylib/Raylib.Image.Image.from_file.html new file mode 100644 index 0000000..8f619a5 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.from_file.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.from_file – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.from_file

    +
    +

    Description:

    +
    [ CCode ( cname = "LoadImage" ) ]
    public Image.from_file (string file_name) +
    +
    +

    Load image from file into CPU memory (RAM)

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.from_file_raw.html b/docs/raylib/Raylib.Image.Image.from_file_raw.html new file mode 100644 index 0000000..688aa8b --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.from_file_raw.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.from_file_raw – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.from_file_raw

    +
    +

    Description:

    +
    [ CCode ( cname = "LoadImageRaw" ) ]
    public Image.from_file_raw (string file_name, int width, int height, int format, int header_size) +
    +
    +

    Load image from RAW file data

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.gen_cellular.html b/docs/raylib/Raylib.Image.Image.gen_cellular.html new file mode 100644 index 0000000..d6e5524 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.gen_cellular.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.gen_cellular – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.gen_cellular

    +
    +

    Description:

    +
    [ CCode ( cname = "GenImageCellular" ) ]
    public Image.gen_cellular (int width, int height, int tile_size) +
    +
    +

    Generate image: cellular algorithm. Bigger tileSize means bigger cells

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.gen_checked.html b/docs/raylib/Raylib.Image.Image.gen_checked.html new file mode 100644 index 0000000..55f2e0a --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.gen_checked.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.gen_checked – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.gen_checked

    +
    +

    Description:

    +
    [ CCode ( cname = "GenImageChecked" ) ]
    public Image.gen_checked (int width, int height, int checks_x, int checks_y, Color col1, Color col2) +
    +
    +

    Generate image: checked

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.gen_color.html b/docs/raylib/Raylib.Image.Image.gen_color.html new file mode 100644 index 0000000..aa591e9 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.gen_color.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.gen_color – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.gen_color

    +
    +

    Description:

    +
    [ CCode ( cname = "GenImageColor" ) ]
    public Image.gen_color (int width, int height, Color color) +
    +
    +

    Generate image: plain color

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.gen_gradient_h.html b/docs/raylib/Raylib.Image.Image.gen_gradient_h.html new file mode 100644 index 0000000..2b318b7 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.gen_gradient_h.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.gen_gradient_h – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.gen_gradient_h

    +
    +

    Description:

    +
    [ CCode ( cname = "GenImageGradientH" ) ]
    public Image.gen_gradient_h (int width, int height, Color left, Color right) +
    +
    +

    Generate image: horizontal gradient

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.gen_gradient_radial.html b/docs/raylib/Raylib.Image.Image.gen_gradient_radial.html new file mode 100644 index 0000000..9146686 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.gen_gradient_radial.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.gen_gradient_radial – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.gen_gradient_radial

    +
    +

    Description:

    +
    [ CCode ( cname = "GenImageGradientRadial" ) ]
    public Image.gen_gradient_radial (int width, int height, float density, Color inner, Color outer) +
    +
    +

    Generate image: radial gradient

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.gen_gradient_v.html b/docs/raylib/Raylib.Image.Image.gen_gradient_v.html new file mode 100644 index 0000000..1b071e6 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.gen_gradient_v.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.gen_gradient_v – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.gen_gradient_v

    +
    +

    Description:

    +
    [ CCode ( cname = "GenImageGradientV" ) ]
    public Image.gen_gradient_v (int width, int height, Color top, Color bottom) +
    +
    +

    Generate image: vertical gradient

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.gen_perlin_noise.html b/docs/raylib/Raylib.Image.Image.gen_perlin_noise.html new file mode 100644 index 0000000..b9085e9 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.gen_perlin_noise.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.gen_perlin_noise – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.gen_perlin_noise

    +
    +

    Description:

    +
    [ CCode ( cname = "GenImagePerlinNoise" ) ]
    public Image.gen_perlin_noise (int width, int height, int offset_x, int offset_y, float scale) +
    +
    +

    Generate image: perlin noise

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.Image.gen_white_noise.html b/docs/raylib/Raylib.Image.Image.gen_white_noise.html new file mode 100644 index 0000000..15fd742 --- /dev/null +++ b/docs/raylib/Raylib.Image.Image.gen_white_noise.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.Image.gen_white_noise – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image.gen_white_noise

    +
    +

    Description:

    +
    [ CCode ( cname = "GenImageWhiteNoise" ) ]
    public Image.gen_white_noise (int width, int height, float factor) +
    +
    +

    Generate image: white noise

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.copy.html b/docs/raylib/Raylib.Image.copy.html new file mode 100644 index 0000000..d013250 --- /dev/null +++ b/docs/raylib/Raylib.Image.copy.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.copy – raylib – Vala Binding Reference + + + + +
    + +
    +

    copy

    +
    +

    Description:

    +
    [ CCode ( cname = "ImageCopy" ) ]
    public Image copy () +
    +
    +

    Create an image duplicate (useful for transformations)

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.data.html b/docs/raylib/Raylib.Image.data.html new file mode 100644 index 0000000..afac56c --- /dev/null +++ b/docs/raylib/Raylib.Image.data.html @@ -0,0 +1,67 @@ + + + + + Raylib.Image.data – raylib – Vala Binding Reference + + + + +
    + +
    +

    data

    +
    +

    Description:

    +
    public void* data +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.export.html b/docs/raylib/Raylib.Image.export.html new file mode 100644 index 0000000..df2fbc9 --- /dev/null +++ b/docs/raylib/Raylib.Image.export.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.export – raylib – Vala Binding Reference + + + + +
    + +
    +

    export

    +
    +

    Description:

    +
    [ CCode ( cname = "ExportImage" ) ]
    public void export (string file_name) +
    +
    +

    Export image data to file

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.export_as_code.html b/docs/raylib/Raylib.Image.export_as_code.html new file mode 100644 index 0000000..75f716b --- /dev/null +++ b/docs/raylib/Raylib.Image.export_as_code.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.export_as_code – raylib – Vala Binding Reference + + + + +
    + +
    +

    export_as_code

    +
    +

    Description:

    +
    [ CCode ( cname = "ExportImageAsCode" ) ]
    public void export_as_code (string file_name) +
    +
    +

    Export image as code file defining an array of bytes

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.format.html b/docs/raylib/Raylib.Image.format.html new file mode 100644 index 0000000..ebff1e6 --- /dev/null +++ b/docs/raylib/Raylib.Image.format.html @@ -0,0 +1,67 @@ + + + + + Raylib.Image.format – raylib – Vala Binding Reference + + + + +
    + +
    +

    format

    +
    +

    Description:

    +
    public int format +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.get_data.html b/docs/raylib/Raylib.Image.get_data.html new file mode 100644 index 0000000..ab7eb5a --- /dev/null +++ b/docs/raylib/Raylib.Image.get_data.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.get_data – raylib – Vala Binding Reference + + + + +
    + +
    +

    get_data

    +
    +

    Description:

    +
    [ CCode ( cname = "GetImageData" ) ]
    public Color[] get_data () +
    +
    +

    Get pixel data from image as a Color struct array

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.get_data_normalized.html b/docs/raylib/Raylib.Image.get_data_normalized.html new file mode 100644 index 0000000..6accf55 --- /dev/null +++ b/docs/raylib/Raylib.Image.get_data_normalized.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.get_data_normalized – raylib – Vala Binding Reference + + + + +
    + +
    +

    get_data_normalized

    +
    +

    Description:

    +
    [ CCode ( cname = "GetImageDataNormalized" ) ]
    public Vector4[] get_data_normalized () +
    +
    +

    Get pixel data from image as Vector4 array (float normalized)

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.height.html b/docs/raylib/Raylib.Image.height.html new file mode 100644 index 0000000..e553793 --- /dev/null +++ b/docs/raylib/Raylib.Image.height.html @@ -0,0 +1,67 @@ + + + + + Raylib.Image.height – raylib – Vala Binding Reference + + + + +
    + +
    +

    height

    +
    +

    Description:

    +
    public int height +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.html b/docs/raylib/Raylib.Image.html new file mode 100644 index 0000000..8098434 --- /dev/null +++ b/docs/raylib/Raylib.Image.html @@ -0,0 +1,188 @@ + + + + + Raylib.Image – raylib – Vala Binding Reference + + + + +
    + +
    +

    Image

    +
    +

    Object Hierarchy:

    + Object hierarchy for Image + + + + + +

    Description:

    +
    [ SimpleType ]
    [ CCode ( cname = "struct Image" , free_function = "UnloadImage" , has_type_id = false ) ]
    public struct Image +

    +
    Namespace: Raylib +
    +
    Package: raylib +
    +

    Content:

    +

    Static methods:

    + +

    Creation methods:

    + +

    Methods:

    + +

    Fields:

    + +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.mipmaps.html b/docs/raylib/Raylib.Image.mipmaps.html new file mode 100644 index 0000000..32e8804 --- /dev/null +++ b/docs/raylib/Raylib.Image.mipmaps.html @@ -0,0 +1,67 @@ + + + + + Raylib.Image.mipmaps – raylib – Vala Binding Reference + + + + +
    + +
    +

    mipmaps

    +
    +

    Description:

    +
    public int mipmaps +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.resize.html b/docs/raylib/Raylib.Image.resize.html new file mode 100644 index 0000000..8fefa4c --- /dev/null +++ b/docs/raylib/Raylib.Image.resize.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.resize – raylib – Vala Binding Reference + + + + +
    + +
    +

    resize

    +
    +

    Description:

    +
    [ CCode ( cname = "ImageResize" ) ]
    public static void resize (ref Image image, int new_width, int new_height) +
    +
    +

    Resize image (Bicubic scaling algorithm)

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.splice.html b/docs/raylib/Raylib.Image.splice.html new file mode 100644 index 0000000..18d9340 --- /dev/null +++ b/docs/raylib/Raylib.Image.splice.html @@ -0,0 +1,70 @@ + + + + + Raylib.Image.splice – raylib – Vala Binding Reference + + + + +
    + +
    +

    splice

    +
    +

    Description:

    +
    [ CCode ( cname = "ImageFromImage" ) ]
    public Image splice (Rectangle rec) +
    +
    +

    Create an image from another image piece

    +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Image.width.html b/docs/raylib/Raylib.Image.width.html new file mode 100644 index 0000000..fc215f0 --- /dev/null +++ b/docs/raylib/Raylib.Image.width.html @@ -0,0 +1,67 @@ + + + + + Raylib.Image.width – raylib – Vala Binding Reference + + + + +
    + +
    +

    width

    +
    +

    Description:

    +
    public int width +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ImageT.data.html b/docs/raylib/Raylib.ImageT.data.html new file mode 100644 index 0000000..f262ec8 --- /dev/null +++ b/docs/raylib/Raylib.ImageT.data.html @@ -0,0 +1,48 @@ + + + + + Raylib.ImageT.data – raylib – Vala Binding Reference + + + + +
    + +
    +

    data

    +
    +

    Description:

    +
    public void* data +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ImageT.format.html b/docs/raylib/Raylib.ImageT.format.html new file mode 100644 index 0000000..fa7f19a --- /dev/null +++ b/docs/raylib/Raylib.ImageT.format.html @@ -0,0 +1,48 @@ + + + + + Raylib.ImageT.format – raylib – Vala Binding Reference + + + + +
    + +
    +

    format

    +
    +

    Description:

    +
    public int format +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ImageT.height.html b/docs/raylib/Raylib.ImageT.height.html new file mode 100644 index 0000000..6e73862 --- /dev/null +++ b/docs/raylib/Raylib.ImageT.height.html @@ -0,0 +1,48 @@ + + + + + Raylib.ImageT.height – raylib – Vala Binding Reference + + + + +
    + +
    +

    height

    +
    +

    Description:

    +
    public int height +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ImageT.html b/docs/raylib/Raylib.ImageT.html new file mode 100644 index 0000000..3a6c45c --- /dev/null +++ b/docs/raylib/Raylib.ImageT.html @@ -0,0 +1,83 @@ + + + + + Raylib.ImageT – raylib – Vala Binding Reference + + + + +
    + +
    +

    ImageT

    +
    +

    Object Hierarchy:

    + Object hierarchy for ImageT + + + + + +

    Description:

    +
    [ SimpleType ]
    [ CCode ( cname = "Image" ) ]
    public struct ImageT +

    +
    Namespace: Raylib +
    +
    Package: raylib +
    +

    Content:

    +

    Fields:

    + +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ImageT.mipmaps.html b/docs/raylib/Raylib.ImageT.mipmaps.html new file mode 100644 index 0000000..47b2f81 --- /dev/null +++ b/docs/raylib/Raylib.ImageT.mipmaps.html @@ -0,0 +1,48 @@ + + + + + Raylib.ImageT.mipmaps – raylib – Vala Binding Reference + + + + +
    + +
    +

    mipmaps

    +
    +

    Description:

    +
    public int mipmaps +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ImageT.width.html b/docs/raylib/Raylib.ImageT.width.html new file mode 100644 index 0000000..61bca0c --- /dev/null +++ b/docs/raylib/Raylib.ImageT.width.html @@ -0,0 +1,48 @@ + + + + + Raylib.ImageT.width – raylib – Vala Binding Reference + + + + +
    + +
    +

    width

    +
    +

    Description:

    +
    public int width +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.LIGHTGRAY.html b/docs/raylib/Raylib.LIGHTGRAY.html index 66cdf9b..bf7c87a 100644 --- a/docs/raylib/Raylib.LIGHTGRAY.html +++ b/docs/raylib/Raylib.LIGHTGRAY.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.LIME.html b/docs/raylib/Raylib.LIME.html index d28b5a9..8ccba8e 100644 --- a/docs/raylib/Raylib.LIME.html +++ b/docs/raylib/Raylib.LIME.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.MAGENTA.html b/docs/raylib/Raylib.MAGENTA.html index c086fb6..d6ee44d 100644 --- a/docs/raylib/Raylib.MAGENTA.html +++ b/docs/raylib/Raylib.MAGENTA.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.MAROON.html b/docs/raylib/Raylib.MAROON.html index bb41c96..d0fd501 100644 --- a/docs/raylib/Raylib.MAROON.html +++ b/docs/raylib/Raylib.MAROON.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.MaterialMapType.ALBEDO.html b/docs/raylib/Raylib.MaterialMapType.ALBEDO.html new file mode 100644 index 0000000..abd2dba --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.ALBEDO.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.ALBEDO – raylib – Vala Binding Reference + + + + +
    + +
    +

    ALBEDO

    +
    +

    Description:

    +
    ALBEDO +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.BRDF.html b/docs/raylib/Raylib.MaterialMapType.BRDF.html new file mode 100644 index 0000000..583e4b0 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.BRDF.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.BRDF – raylib – Vala Binding Reference + + + + +
    + +
    +

    BRDF

    +
    +

    Description:

    +
    BRDF +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.CUBEMAP.html b/docs/raylib/Raylib.MaterialMapType.CUBEMAP.html new file mode 100644 index 0000000..05f898b --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.CUBEMAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.CUBEMAP – raylib – Vala Binding Reference + + + + +
    + +
    +

    CUBEMAP

    +
    +

    Description:

    +
    CUBEMAP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.EMISSION.html b/docs/raylib/Raylib.MaterialMapType.EMISSION.html new file mode 100644 index 0000000..618ff3a --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.EMISSION.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.EMISSION – raylib – Vala Binding Reference + + + + +
    + +
    +

    EMISSION

    +
    +

    Description:

    +
    EMISSION +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.HEIGHT.html b/docs/raylib/Raylib.MaterialMapType.HEIGHT.html new file mode 100644 index 0000000..1f82ec7 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.HEIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.HEIGHT – raylib – Vala Binding Reference + + + + +
    + +
    +

    HEIGHT

    +
    +

    Description:

    +
    HEIGHT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.IRRADIANCE.html b/docs/raylib/Raylib.MaterialMapType.IRRADIANCE.html new file mode 100644 index 0000000..d83cf04 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.IRRADIANCE.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.IRRADIANCE – raylib – Vala Binding Reference + + + + +
    + +
    +

    IRRADIANCE

    +
    +

    Description:

    +
    IRRADIANCE +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.METALNESS.html b/docs/raylib/Raylib.MaterialMapType.METALNESS.html new file mode 100644 index 0000000..dfe47ef --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.METALNESS.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.METALNESS – raylib – Vala Binding Reference + + + + +
    + +
    +

    METALNESS

    +
    +

    Description:

    +
    METALNESS +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.NORMAL.html b/docs/raylib/Raylib.MaterialMapType.NORMAL.html new file mode 100644 index 0000000..fa2f427 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.NORMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.NORMAL – raylib – Vala Binding Reference + + + + +
    + +
    +

    NORMAL

    +
    +

    Description:

    +
    NORMAL +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.OCCLUSION.html b/docs/raylib/Raylib.MaterialMapType.OCCLUSION.html new file mode 100644 index 0000000..9f52f3a --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.OCCLUSION.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.OCCLUSION – raylib – Vala Binding Reference + + + + +
    + +
    +

    OCCLUSION

    +
    +

    Description:

    +
    OCCLUSION +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.PREFILTER.html b/docs/raylib/Raylib.MaterialMapType.PREFILTER.html new file mode 100644 index 0000000..a29fa74 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.PREFILTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.PREFILTER – raylib – Vala Binding Reference + + + + +
    + +
    +

    PREFILTER

    +
    +

    Description:

    +
    PREFILTER +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.ROUGHNESS.html b/docs/raylib/Raylib.MaterialMapType.ROUGHNESS.html new file mode 100644 index 0000000..9079939 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.ROUGHNESS.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.ROUGHNESS – raylib – Vala Binding Reference + + + + +
    + +
    +

    ROUGHNESS

    +
    +

    Description:

    +
    ROUGHNESS +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.html b/docs/raylib/Raylib.MaterialMapType.html index c768dc2..9f81b92 100644 --- a/docs/raylib/Raylib.MaterialMapType.html +++ b/docs/raylib/Raylib.MaterialMapType.html @@ -27,24 +27,24 @@

    MaterialMapType


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum MaterialMapType +
    [ CCode ( cprefix = "MAP_" , has_type_id = false ) ]
    public enum MaterialMapType

    Namespace: Raylib
    @@ -53,17 +53,17 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.NPatchType.NPT_9PATCH.html b/docs/raylib/Raylib.NPatchType.NPT_9PATCH.html index c5324c4..eec297f 100644 --- a/docs/raylib/Raylib.NPatchType.NPT_9PATCH.html +++ b/docs/raylib/Raylib.NPatchType.NPT_9PATCH.html @@ -37,7 +37,7 @@

    NPT_9PATCH


    Description:

    -
    NPT_9PATCH = 0 +
    NPT_9PATCH

    diff --git a/docs/raylib/Raylib.ORANGE.html b/docs/raylib/Raylib.ORANGE.html index ef98cd5..a26bb11 100644 --- a/docs/raylib/Raylib.ORANGE.html +++ b/docs/raylib/Raylib.ORANGE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.PI.html b/docs/raylib/Raylib.PI.html index 7b13d72..c26b5a7 100644 --- a/docs/raylib/Raylib.PI.html +++ b/docs/raylib/Raylib.PI.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.PINK.html b/docs/raylib/Raylib.PINK.html index aeb8842..dafac85 100644 --- a/docs/raylib/Raylib.PINK.html +++ b/docs/raylib/Raylib.PINK.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.PURPLE.html b/docs/raylib/Raylib.PURPLE.html index 61076de..62f8a63 100644 --- a/docs/raylib/Raylib.PURPLE.html +++ b/docs/raylib/Raylib.PURPLE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAYSCALE.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAYSCALE.html index 902455d..7cf1efe 100644 --- a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAYSCALE.html +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAYSCALE.html @@ -37,7 +37,7 @@

    UNCOMPRESSED_GRAYSCALE


    Description:

    -
    UNCOMPRESSED_GRAYSCALE = 1 +
    UNCOMPRESSED_GRAYSCALE

    diff --git a/docs/raylib/Raylib.Quaternion.html b/docs/raylib/Raylib.Quaternion.html index 3ab3707..5e25744 100644 --- a/docs/raylib/Raylib.Quaternion.html +++ b/docs/raylib/Raylib.Quaternion.html @@ -36,8 +36,8 @@ Object hierarchy for Quaternion - - + +

    Description:

    diff --git a/docs/raylib/Raylib.RAYWHITE.html b/docs/raylib/Raylib.RAYWHITE.html index 47e88eb..2f51478 100644 --- a/docs/raylib/Raylib.RAYWHITE.html +++ b/docs/raylib/Raylib.RAYWHITE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.RED.html b/docs/raylib/Raylib.RED.html index 3dc5b18..1da783a 100644 --- a/docs/raylib/Raylib.RED.html +++ b/docs/raylib/Raylib.RED.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.Rectangle.html b/docs/raylib/Raylib.Rectangle.html index 68e9fac..296c888 100644 --- a/docs/raylib/Raylib.Rectangle.html +++ b/docs/raylib/Raylib.Rectangle.html @@ -40,7 +40,7 @@ Object hierarchy for Rectangle - +

    Description:

    diff --git a/docs/raylib/Raylib.SKYBLUE.html b/docs/raylib/Raylib.SKYBLUE.html index 2d1a644..bccdfc3 100644 --- a/docs/raylib/Raylib.SKYBLUE.html +++ b/docs/raylib/Raylib.SKYBLUE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.ShaderLocationIndex.COLOR_AMBIENT.html b/docs/raylib/Raylib.ShaderLocationIndex.COLOR_AMBIENT.html new file mode 100644 index 0000000..2e3c449 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.COLOR_AMBIENT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.COLOR_AMBIENT – raylib – Vala Binding Reference + + + + +
    + +
    +

    COLOR_AMBIENT

    +
    +

    Description:

    +
    COLOR_AMBIENT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.COLOR_DIFFUSE.html b/docs/raylib/Raylib.ShaderLocationIndex.COLOR_DIFFUSE.html new file mode 100644 index 0000000..ef618be --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.COLOR_DIFFUSE.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.COLOR_DIFFUSE – raylib – Vala Binding Reference + + + + +
    + +
    +

    COLOR_DIFFUSE

    +
    +

    Description:

    +
    COLOR_DIFFUSE +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.COLOR_SPECULAR.html b/docs/raylib/Raylib.ShaderLocationIndex.COLOR_SPECULAR.html new file mode 100644 index 0000000..6fe1316 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.COLOR_SPECULAR.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.COLOR_SPECULAR – raylib – Vala Binding Reference + + + + +
    + +
    +

    COLOR_SPECULAR

    +
    +

    Description:

    +
    COLOR_SPECULAR +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_ALBEDO.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_ALBEDO.html new file mode 100644 index 0000000..d21ab63 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_ALBEDO.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_ALBEDO – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_ALBEDO

    +
    +

    Description:

    +
    MAP_ALBEDO +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_BRDF.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_BRDF.html new file mode 100644 index 0000000..0ebbc5b --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_BRDF.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_BRDF – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_BRDF

    +
    +

    Description:

    +
    MAP_BRDF +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_CUBEMAP.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_CUBEMAP.html new file mode 100644 index 0000000..bf4b2ea --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_CUBEMAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_CUBEMAP – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_CUBEMAP

    +
    +

    Description:

    +
    MAP_CUBEMAP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_EMISSION.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_EMISSION.html new file mode 100644 index 0000000..87902a3 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_EMISSION.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_EMISSION – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_EMISSION

    +
    +

    Description:

    +
    MAP_EMISSION +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_HEIGHT.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_HEIGHT.html new file mode 100644 index 0000000..91ad413 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_HEIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_HEIGHT – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_HEIGHT

    +
    +

    Description:

    +
    MAP_HEIGHT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_IRRADIANCE.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_IRRADIANCE.html new file mode 100644 index 0000000..d7f58cc --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_IRRADIANCE.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_IRRADIANCE – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_IRRADIANCE

    +
    +

    Description:

    +
    MAP_IRRADIANCE +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_METALNESS.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_METALNESS.html new file mode 100644 index 0000000..ecdfef5 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_METALNESS.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_METALNESS – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_METALNESS

    +
    +

    Description:

    +
    MAP_METALNESS +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_NORMAL.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_NORMAL.html new file mode 100644 index 0000000..8345061 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_NORMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_NORMAL – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_NORMAL

    +
    +

    Description:

    +
    MAP_NORMAL +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_OCCLUSION.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_OCCLUSION.html new file mode 100644 index 0000000..9773ff4 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_OCCLUSION.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_OCCLUSION – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_OCCLUSION

    +
    +

    Description:

    +
    MAP_OCCLUSION +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_PREFILTER.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_PREFILTER.html new file mode 100644 index 0000000..32e9428 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_PREFILTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_PREFILTER – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_PREFILTER

    +
    +

    Description:

    +
    MAP_PREFILTER +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MAP_ROUGHNESS.html b/docs/raylib/Raylib.ShaderLocationIndex.MAP_ROUGHNESS.html new file mode 100644 index 0000000..7a413da --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MAP_ROUGHNESS.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MAP_ROUGHNESS – raylib – Vala Binding Reference + + + + +
    + +
    +

    MAP_ROUGHNESS

    +
    +

    Description:

    +
    MAP_ROUGHNESS +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_MODEL.html b/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_MODEL.html new file mode 100644 index 0000000..d3bf383 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_MODEL.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MATRIX_MODEL – raylib – Vala Binding Reference + + + + +
    + +
    +

    MATRIX_MODEL

    +
    +

    Description:

    +
    MATRIX_MODEL +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_MVP.html b/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_MVP.html new file mode 100644 index 0000000..7f6d765 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_MVP.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MATRIX_MVP – raylib – Vala Binding Reference + + + + +
    + +
    +

    MATRIX_MVP

    +
    +

    Description:

    +
    MATRIX_MVP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_PROJECTION.html b/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_PROJECTION.html new file mode 100644 index 0000000..248ced3 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_PROJECTION.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MATRIX_PROJECTION – raylib – Vala Binding Reference + + + + +
    + +
    +

    MATRIX_PROJECTION

    +
    +

    Description:

    +
    MATRIX_PROJECTION +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_VIEW.html b/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_VIEW.html new file mode 100644 index 0000000..a2a5f19 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.MATRIX_VIEW.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.MATRIX_VIEW – raylib – Vala Binding Reference + + + + +
    + +
    +

    MATRIX_VIEW

    +
    +

    Description:

    +
    MATRIX_VIEW +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.VECTOR_VIEW.html b/docs/raylib/Raylib.ShaderLocationIndex.VECTOR_VIEW.html new file mode 100644 index 0000000..5359a7d --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.VECTOR_VIEW.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.VECTOR_VIEW – raylib – Vala Binding Reference + + + + +
    + +
    +

    VECTOR_VIEW

    +
    +

    Description:

    +
    VECTOR_VIEW +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_COLOR.html b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_COLOR.html new file mode 100644 index 0000000..c1c6dc9 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_COLOR.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.VERTEX_COLOR – raylib – Vala Binding Reference + + + + +
    + +
    +

    VERTEX_COLOR

    +
    +

    Description:

    +
    VERTEX_COLOR +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_NORMAL.html b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_NORMAL.html new file mode 100644 index 0000000..e0c2340 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_NORMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.VERTEX_NORMAL – raylib – Vala Binding Reference + + + + +
    + +
    +

    VERTEX_NORMAL

    +
    +

    Description:

    +
    VERTEX_NORMAL +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_POSITION.html b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_POSITION.html new file mode 100644 index 0000000..49c4533 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_POSITION.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.VERTEX_POSITION – raylib – Vala Binding Reference + + + + +
    + +
    +

    VERTEX_POSITION

    +
    +

    Description:

    +
    VERTEX_POSITION +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TANGENT.html b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TANGENT.html new file mode 100644 index 0000000..4d40e1b --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TANGENT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.VERTEX_TANGENT – raylib – Vala Binding Reference + + + + +
    + +
    +

    VERTEX_TANGENT

    +
    +

    Description:

    +
    VERTEX_TANGENT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TEXCOORD01.html b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TEXCOORD01.html new file mode 100644 index 0000000..8baf164 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TEXCOORD01.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.VERTEX_TEXCOORD01 – raylib – Vala Binding Reference + + + + +
    + +
    +

    VERTEX_TEXCOORD01

    +
    +

    Description:

    +
    VERTEX_TEXCOORD01 +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TEXCOORD02.html b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TEXCOORD02.html new file mode 100644 index 0000000..3ffb4a3 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.VERTEX_TEXCOORD02.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.VERTEX_TEXCOORD02 – raylib – Vala Binding Reference + + + + +
    + +
    +

    VERTEX_TEXCOORD02

    +
    +

    Description:

    +
    VERTEX_TEXCOORD02 +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.html b/docs/raylib/Raylib.ShaderLocationIndex.html index 9d4eaa4..7763450 100644 --- a/docs/raylib/Raylib.ShaderLocationIndex.html +++ b/docs/raylib/Raylib.ShaderLocationIndex.html @@ -27,38 +27,38 @@

    ShaderLocationIndex


    Description:

    -

    diff --git a/docs/raylib/Raylib.ShaderUniformDataType.FLOAT.html b/docs/raylib/Raylib.ShaderUniformDataType.FLOAT.html new file mode 100644 index 0000000..37f0c27 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.FLOAT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.FLOAT – raylib – Vala Binding Reference + + + + +
    + +
    +

    FLOAT

    +
    +

    Description:

    +
    FLOAT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.INT.html b/docs/raylib/Raylib.ShaderUniformDataType.INT.html new file mode 100644 index 0000000..23a34b4 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.INT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.INT – raylib – Vala Binding Reference + + + + +
    + +
    +

    INT

    +
    +

    Description:

    +
    INT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.IVEC2.html b/docs/raylib/Raylib.ShaderUniformDataType.IVEC2.html new file mode 100644 index 0000000..ad76285 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.IVEC2.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.IVEC2 – raylib – Vala Binding Reference + + + + +
    + +
    +

    IVEC2

    +
    +

    Description:

    +
    IVEC2 +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.IVEC3.html b/docs/raylib/Raylib.ShaderUniformDataType.IVEC3.html new file mode 100644 index 0000000..270a177 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.IVEC3.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.IVEC3 – raylib – Vala Binding Reference + + + + +
    + +
    +

    IVEC3

    +
    +

    Description:

    +
    IVEC3 +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.IVEC4.html b/docs/raylib/Raylib.ShaderUniformDataType.IVEC4.html new file mode 100644 index 0000000..5905b96 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.IVEC4.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.IVEC4 – raylib – Vala Binding Reference + + + + +
    + +
    +

    IVEC4

    +
    +

    Description:

    +
    IVEC4 +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.SAMPLER2D.html b/docs/raylib/Raylib.ShaderUniformDataType.SAMPLER2D.html new file mode 100644 index 0000000..d90d8e3 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.SAMPLER2D.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.SAMPLER2D – raylib – Vala Binding Reference + + + + +
    + +
    +

    SAMPLER2D

    +
    +

    Description:

    +
    SAMPLER2D +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.VEC2.html b/docs/raylib/Raylib.ShaderUniformDataType.VEC2.html new file mode 100644 index 0000000..f850896 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.VEC2.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.VEC2 – raylib – Vala Binding Reference + + + + +
    + +
    +

    VEC2

    +
    +

    Description:

    +
    VEC2 +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.VEC3.html b/docs/raylib/Raylib.ShaderUniformDataType.VEC3.html new file mode 100644 index 0000000..b289508 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.VEC3.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.VEC3 – raylib – Vala Binding Reference + + + + +
    + +
    +

    VEC3

    +
    +

    Description:

    +
    VEC3 +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.VEC4.html b/docs/raylib/Raylib.ShaderUniformDataType.VEC4.html new file mode 100644 index 0000000..0d96306 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.VEC4.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.VEC4 – raylib – Vala Binding Reference + + + + +
    + +
    +

    VEC4

    +
    +

    Description:

    +
    VEC4 +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.html b/docs/raylib/Raylib.ShaderUniformDataType.html index 4d41ce7..ccaf89a 100644 --- a/docs/raylib/Raylib.ShaderUniformDataType.html +++ b/docs/raylib/Raylib.ShaderUniformDataType.html @@ -27,22 +27,22 @@

    ShaderUniformDataType


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum ShaderUniformDataType +
    [ CCode ( cprefix = "UNIFORM_" , has_type_id = false ) ]
    public enum ShaderUniformDataType

    Namespace: Raylib
    @@ -51,15 +51,15 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.TextToInteger.html b/docs/raylib/Raylib.TextToInteger.html index 82362af..31b5352 100644 --- a/docs/raylib/Raylib.TextToInteger.html +++ b/docs/raylib/Raylib.TextToInteger.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.Texture2D.format.html b/docs/raylib/Raylib.Texture2D.format.html new file mode 100644 index 0000000..e18ca93 --- /dev/null +++ b/docs/raylib/Raylib.Texture2D.format.html @@ -0,0 +1,48 @@ + + + + + Raylib.Texture2D.format – raylib – Vala Binding Reference + + + + +
    + +
    +

    format

    +
    +

    Description:

    +
    public int format +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Texture2D.height.html b/docs/raylib/Raylib.Texture2D.height.html new file mode 100644 index 0000000..b9bde26 --- /dev/null +++ b/docs/raylib/Raylib.Texture2D.height.html @@ -0,0 +1,48 @@ + + + + + Raylib.Texture2D.height – raylib – Vala Binding Reference + + + + +
    + +
    +

    height

    +
    +

    Description:

    +
    public int height +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Texture2D.html b/docs/raylib/Raylib.Texture2D.html new file mode 100644 index 0000000..4ef6867 --- /dev/null +++ b/docs/raylib/Raylib.Texture2D.html @@ -0,0 +1,83 @@ + + + + + Raylib.Texture2D – raylib – Vala Binding Reference + + + + +
    + +
    +

    Texture2D

    +
    +

    Object Hierarchy:

    + Object hierarchy for Texture2D + + + + + +

    Description:

    +
    [ SimpleType ]
    [ CCode ( cname = "Texture2D" ) ]
    public struct Texture2D +

    +
    Namespace: Raylib +
    +
    Package: raylib +
    +

    Content:

    +

    Fields:

    + +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Texture2D.id.html b/docs/raylib/Raylib.Texture2D.id.html new file mode 100644 index 0000000..236060b --- /dev/null +++ b/docs/raylib/Raylib.Texture2D.id.html @@ -0,0 +1,48 @@ + + + + + Raylib.Texture2D.id – raylib – Vala Binding Reference + + + + +
    + +
    +

    id

    +
    +

    Description:

    +
    public uint id +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Texture2D.mipmaps.html b/docs/raylib/Raylib.Texture2D.mipmaps.html new file mode 100644 index 0000000..b8d200c --- /dev/null +++ b/docs/raylib/Raylib.Texture2D.mipmaps.html @@ -0,0 +1,48 @@ + + + + + Raylib.Texture2D.mipmaps – raylib – Vala Binding Reference + + + + +
    + +
    +

    mipmaps

    +
    +

    Description:

    +
    public int mipmaps +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Texture2D.width.html b/docs/raylib/Raylib.Texture2D.width.html new file mode 100644 index 0000000..e7123e4 --- /dev/null +++ b/docs/raylib/Raylib.Texture2D.width.html @@ -0,0 +1,48 @@ + + + + + Raylib.Texture2D.width – raylib – Vala Binding Reference + + + + +
    + +
    +

    width

    +
    +

    Description:

    +
    public int width +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_16X.html b/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_16X.html new file mode 100644 index 0000000..fbdae54 --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_16X.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.ANISOTROPIC_16X – raylib – Vala Binding Reference + + + + +
    + +
    +

    ANISOTROPIC_16X

    +
    +

    Description:

    +
    ANISOTROPIC_16X +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_4X.html b/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_4X.html new file mode 100644 index 0000000..a842fda --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_4X.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.ANISOTROPIC_4X – raylib – Vala Binding Reference + + + + +
    + +
    +

    ANISOTROPIC_4X

    +
    +

    Description:

    +
    ANISOTROPIC_4X +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_8X.html b/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_8X.html new file mode 100644 index 0000000..984e416 --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.ANISOTROPIC_8X.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.ANISOTROPIC_8X – raylib – Vala Binding Reference + + + + +
    + +
    +

    ANISOTROPIC_8X

    +
    +

    Description:

    +
    ANISOTROPIC_8X +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.BILINEAR.html b/docs/raylib/Raylib.TextureFilterMode.BILINEAR.html new file mode 100644 index 0000000..597c5ce --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.BILINEAR.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.BILINEAR – raylib – Vala Binding Reference + + + + +
    + +
    +

    BILINEAR

    +
    +

    Description:

    +
    BILINEAR +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.POINT.html b/docs/raylib/Raylib.TextureFilterMode.POINT.html new file mode 100644 index 0000000..ba35d8b --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.POINT.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.POINT – raylib – Vala Binding Reference + + + + +
    + +
    +

    POINT

    +
    +

    Description:

    +
    POINT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.TRILINEAR.html b/docs/raylib/Raylib.TextureFilterMode.TRILINEAR.html new file mode 100644 index 0000000..593afeb --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.TRILINEAR.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.TRILINEAR – raylib – Vala Binding Reference + + + + +
    + +
    +

    TRILINEAR

    +
    +

    Description:

    +
    TRILINEAR +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.html b/docs/raylib/Raylib.TextureFilterMode.html index 40c4ff4..a0777bc 100644 --- a/docs/raylib/Raylib.TextureFilterMode.html +++ b/docs/raylib/Raylib.TextureFilterMode.html @@ -27,19 +27,19 @@

    TextureFilterMode


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum TextureFilterMode +
    [ CCode ( cprefix = "FILTER_" , has_type_id = false ) ]
    public enum TextureFilterMode

    Namespace: Raylib
    @@ -48,12 +48,12 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.TextureWrapMode.CLAMP.html b/docs/raylib/Raylib.TextureWrapMode.CLAMP.html new file mode 100644 index 0000000..ab2e668 --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.CLAMP.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureWrapMode.CLAMP – raylib – Vala Binding Reference + + + + +
    + +
    +

    CLAMP

    +
    +

    Description:

    +
    CLAMP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.MIRROR_CLAMP.html b/docs/raylib/Raylib.TextureWrapMode.MIRROR_CLAMP.html new file mode 100644 index 0000000..a41bde9 --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.MIRROR_CLAMP.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureWrapMode.MIRROR_CLAMP – raylib – Vala Binding Reference + + + + +
    + +
    +

    MIRROR_CLAMP

    +
    +

    Description:

    +
    MIRROR_CLAMP +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.MIRROR_REPEAT.html b/docs/raylib/Raylib.TextureWrapMode.MIRROR_REPEAT.html new file mode 100644 index 0000000..977ac2e --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.MIRROR_REPEAT.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureWrapMode.MIRROR_REPEAT – raylib – Vala Binding Reference + + + + +
    + +
    +

    MIRROR_REPEAT

    +
    +

    Description:

    +
    MIRROR_REPEAT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.REPEAT.html b/docs/raylib/Raylib.TextureWrapMode.REPEAT.html new file mode 100644 index 0000000..457f0ec --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.REPEAT.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureWrapMode.REPEAT – raylib – Vala Binding Reference + + + + +
    + +
    +

    REPEAT

    +
    +

    Description:

    +
    REPEAT +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.html b/docs/raylib/Raylib.TextureWrapMode.html index 28543ea..25f6b71 100644 --- a/docs/raylib/Raylib.TextureWrapMode.html +++ b/docs/raylib/Raylib.TextureWrapMode.html @@ -27,17 +27,17 @@

    TextureWrapMode


    Description:

    -
    [ CCode ( cprefix = "" , has_type_id = false ) ]
    public enum TextureWrapMode +
    [ CCode ( cprefix = "WRAP_" , has_type_id = false ) ]
    public enum TextureWrapMode

    Namespace: Raylib
    @@ -46,10 +46,10 @@

    Content:

    Enum values:


    diff --git a/docs/raylib/Raylib.VIOLET.html b/docs/raylib/Raylib.VIOLET.html index fe074fa..4007ac5 100644 --- a/docs/raylib/Raylib.VIOLET.html +++ b/docs/raylib/Raylib.VIOLET.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.Vector2.html b/docs/raylib/Raylib.Vector2.html index a5aa9ce..c59dea0 100644 --- a/docs/raylib/Raylib.Vector2.html +++ b/docs/raylib/Raylib.Vector2.html @@ -38,7 +38,7 @@ Object hierarchy for Vector2 - +

    Description:

    diff --git a/docs/raylib/Raylib.Vector3.html b/docs/raylib/Raylib.Vector3.html index e7bb932..d9ee920 100644 --- a/docs/raylib/Raylib.Vector3.html +++ b/docs/raylib/Raylib.Vector3.html @@ -39,7 +39,7 @@ Object hierarchy for Vector3 - +

    Description:

    diff --git a/docs/raylib/Raylib.Vector4.html b/docs/raylib/Raylib.Vector4.html index 0f57d5e..59f58c7 100644 --- a/docs/raylib/Raylib.Vector4.html +++ b/docs/raylib/Raylib.Vector4.html @@ -40,7 +40,7 @@ Object hierarchy for Vector4 - +

    Description:

    diff --git a/docs/raylib/Raylib.WHITE.html b/docs/raylib/Raylib.WHITE.html index c366476..b779c16 100644 --- a/docs/raylib/Raylib.WHITE.html +++ b/docs/raylib/Raylib.WHITE.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.Window.html b/docs/raylib/Raylib.Window.html index 05ba60e..2a4e810 100644 --- a/docs/raylib/Raylib.Window.html +++ b/docs/raylib/Raylib.Window.html @@ -53,7 +53,7 @@ Object hierarchy for Window - +

    Description:

    diff --git a/docs/raylib/Raylib.YELLOW.html b/docs/raylib/Raylib.YELLOW.html index 2a67aa0..a0d1f88 100644 --- a/docs/raylib/Raylib.YELLOW.html +++ b/docs/raylib/Raylib.YELLOW.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.begin_drawing.html b/docs/raylib/Raylib.begin_drawing.html index 3dfc8f4..b06e0f6 100644 --- a/docs/raylib/Raylib.begin_drawing.html +++ b/docs/raylib/Raylib.begin_drawing.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.begin_scissor_mode.html b/docs/raylib/Raylib.begin_scissor_mode.html index ecf0bcf..b8503ea 100644 --- a/docs/raylib/Raylib.begin_scissor_mode.html +++ b/docs/raylib/Raylib.begin_scissor_mode.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.clear_background.html b/docs/raylib/Raylib.clear_background.html index 4bbb4fc..d28b24b 100644 --- a/docs/raylib/Raylib.clear_background.html +++ b/docs/raylib/Raylib.clear_background.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.disable_cursor.html b/docs/raylib/Raylib.disable_cursor.html index b6a3751..d91ce24 100644 --- a/docs/raylib/Raylib.disable_cursor.html +++ b/docs/raylib/Raylib.disable_cursor.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_circle.html b/docs/raylib/Raylib.draw_circle.html index 1a3e032..2b7e33e 100644 --- a/docs/raylib/Raylib.draw_circle.html +++ b/docs/raylib/Raylib.draw_circle.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_circle_gradient.html b/docs/raylib/Raylib.draw_circle_gradient.html index 1e4f932..6b2821a 100644 --- a/docs/raylib/Raylib.draw_circle_gradient.html +++ b/docs/raylib/Raylib.draw_circle_gradient.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_circle_lines.html b/docs/raylib/Raylib.draw_circle_lines.html index ab3d304..91792f6 100644 --- a/docs/raylib/Raylib.draw_circle_lines.html +++ b/docs/raylib/Raylib.draw_circle_lines.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_circle_v.html b/docs/raylib/Raylib.draw_circle_v.html index 9d97d18..bf47b8a 100644 --- a/docs/raylib/Raylib.draw_circle_v.html +++ b/docs/raylib/Raylib.draw_circle_v.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_fps.html b/docs/raylib/Raylib.draw_fps.html index 53e641c..cfc610a 100644 --- a/docs/raylib/Raylib.draw_fps.html +++ b/docs/raylib/Raylib.draw_fps.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_line.html b/docs/raylib/Raylib.draw_line.html index f2c3184..bc75d02 100644 --- a/docs/raylib/Raylib.draw_line.html +++ b/docs/raylib/Raylib.draw_line.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_poly.html b/docs/raylib/Raylib.draw_poly.html index 8d916b3..b168963 100644 --- a/docs/raylib/Raylib.draw_poly.html +++ b/docs/raylib/Raylib.draw_poly.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_rectangle.html b/docs/raylib/Raylib.draw_rectangle.html index 6100792..bae755b 100644 --- a/docs/raylib/Raylib.draw_rectangle.html +++ b/docs/raylib/Raylib.draw_rectangle.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_rectangle_gradient_h.html b/docs/raylib/Raylib.draw_rectangle_gradient_h.html index 0b0e7e8..bbe512c 100644 --- a/docs/raylib/Raylib.draw_rectangle_gradient_h.html +++ b/docs/raylib/Raylib.draw_rectangle_gradient_h.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_rectangle_gradient_v.html b/docs/raylib/Raylib.draw_rectangle_gradient_v.html index 7314c67..cce9229 100644 --- a/docs/raylib/Raylib.draw_rectangle_gradient_v.html +++ b/docs/raylib/Raylib.draw_rectangle_gradient_v.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_rectangle_lines.html b/docs/raylib/Raylib.draw_rectangle_lines.html index f6069f0..dbc343a 100644 --- a/docs/raylib/Raylib.draw_rectangle_lines.html +++ b/docs/raylib/Raylib.draw_rectangle_lines.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_rectangle_rounded.html b/docs/raylib/Raylib.draw_rectangle_rounded.html index 1379014..585ded7 100644 --- a/docs/raylib/Raylib.draw_rectangle_rounded.html +++ b/docs/raylib/Raylib.draw_rectangle_rounded.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_text.html b/docs/raylib/Raylib.draw_text.html index 3bc334d..ac8cf66 100644 --- a/docs/raylib/Raylib.draw_text.html +++ b/docs/raylib/Raylib.draw_text.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_texture.html b/docs/raylib/Raylib.draw_texture.html new file mode 100644 index 0000000..eabaf97 --- /dev/null +++ b/docs/raylib/Raylib.draw_texture.html @@ -0,0 +1,159 @@ + + + + + Raylib.draw_texture – raylib – Vala Binding Reference + + + + +
    + +
    +

    draw_texture

    +
    +

    Description:

    +
    [ CCode ( cname = "DrawTexture" ) ]
    public void draw_texture (Texture2D texture, int posX, int posY, Color tint) +

    +
    Namespace: Raylib +
    +
    Package: raylib +
    +
    +

    + + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_triangle.html b/docs/raylib/Raylib.draw_triangle.html index f03604b..c6c4726 100644 --- a/docs/raylib/Raylib.draw_triangle.html +++ b/docs/raylib/Raylib.draw_triangle.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.draw_triangle_lines.html b/docs/raylib/Raylib.draw_triangle_lines.html index c74eaba..51373de 100644 --- a/docs/raylib/Raylib.draw_triangle_lines.html +++ b/docs/raylib/Raylib.draw_triangle_lines.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.enable_cursor.html b/docs/raylib/Raylib.enable_cursor.html index 76f4dba..cff38ca 100644 --- a/docs/raylib/Raylib.enable_cursor.html +++ b/docs/raylib/Raylib.enable_cursor.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.end_drawing.html b/docs/raylib/Raylib.end_drawing.html index 4947a66..814c815 100644 --- a/docs/raylib/Raylib.end_drawing.html +++ b/docs/raylib/Raylib.end_drawing.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.end_mode_2D.html b/docs/raylib/Raylib.end_mode_2D.html index b6dfaa5..2c66b09 100644 --- a/docs/raylib/Raylib.end_mode_2D.html +++ b/docs/raylib/Raylib.end_mode_2D.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.end_mode_3D.html b/docs/raylib/Raylib.end_mode_3D.html index 2f8f9b1..a35ae45 100644 --- a/docs/raylib/Raylib.end_mode_3D.html +++ b/docs/raylib/Raylib.end_mode_3D.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.end_scissor_mode.html b/docs/raylib/Raylib.end_scissor_mode.html index 4e91219..0df4e66 100644 --- a/docs/raylib/Raylib.end_scissor_mode.html +++ b/docs/raylib/Raylib.end_scissor_mode.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.end_texture_mode.html b/docs/raylib/Raylib.end_texture_mode.html index 0161c4e..7e4cf02 100644 --- a/docs/raylib/Raylib.end_texture_mode.html +++ b/docs/raylib/Raylib.end_texture_mode.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_clipboard_text.html b/docs/raylib/Raylib.get_clipboard_text.html index 608398e..1698371 100644 --- a/docs/raylib/Raylib.get_clipboard_text.html +++ b/docs/raylib/Raylib.get_clipboard_text.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_fps.html b/docs/raylib/Raylib.get_fps.html index 20f6bb7..7b7dc7c 100644 --- a/docs/raylib/Raylib.get_fps.html +++ b/docs/raylib/Raylib.get_fps.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_frame_time.html b/docs/raylib/Raylib.get_frame_time.html index f448a20..c96d988 100644 --- a/docs/raylib/Raylib.get_frame_time.html +++ b/docs/raylib/Raylib.get_frame_time.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_key_pressed.html b/docs/raylib/Raylib.get_key_pressed.html index c825802..7a09ba7 100644 --- a/docs/raylib/Raylib.get_key_pressed.html +++ b/docs/raylib/Raylib.get_key_pressed.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_monitor_count.html b/docs/raylib/Raylib.get_monitor_count.html index abb58ea..6f46f9d 100644 --- a/docs/raylib/Raylib.get_monitor_count.html +++ b/docs/raylib/Raylib.get_monitor_count.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_monitor_height.html b/docs/raylib/Raylib.get_monitor_height.html index ac3aa42..71d0b69 100644 --- a/docs/raylib/Raylib.get_monitor_height.html +++ b/docs/raylib/Raylib.get_monitor_height.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_monitor_name.html b/docs/raylib/Raylib.get_monitor_name.html index 475235c..ab0235d 100644 --- a/docs/raylib/Raylib.get_monitor_name.html +++ b/docs/raylib/Raylib.get_monitor_name.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_monitor_physical_height.html b/docs/raylib/Raylib.get_monitor_physical_height.html index a12ba93..05bf591 100644 --- a/docs/raylib/Raylib.get_monitor_physical_height.html +++ b/docs/raylib/Raylib.get_monitor_physical_height.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_monitor_physical_width.html b/docs/raylib/Raylib.get_monitor_physical_width.html index 1bedaec..0a2dec8 100644 --- a/docs/raylib/Raylib.get_monitor_physical_width.html +++ b/docs/raylib/Raylib.get_monitor_physical_width.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_monitor_width.html b/docs/raylib/Raylib.get_monitor_width.html index 0fab502..7220247 100644 --- a/docs/raylib/Raylib.get_monitor_width.html +++ b/docs/raylib/Raylib.get_monitor_width.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_mouse_position.html b/docs/raylib/Raylib.get_mouse_position.html index c4adb70..9995ef3 100644 --- a/docs/raylib/Raylib.get_mouse_position.html +++ b/docs/raylib/Raylib.get_mouse_position.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_mouse_wheel_move.html b/docs/raylib/Raylib.get_mouse_wheel_move.html index fdf7ae0..3430b5e 100644 --- a/docs/raylib/Raylib.get_mouse_wheel_move.html +++ b/docs/raylib/Raylib.get_mouse_wheel_move.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_screen_height.html b/docs/raylib/Raylib.get_screen_height.html index b3c5d0c..267f71e 100644 --- a/docs/raylib/Raylib.get_screen_height.html +++ b/docs/raylib/Raylib.get_screen_height.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_screen_width.html b/docs/raylib/Raylib.get_screen_width.html index d51d22f..efe7e28 100644 --- a/docs/raylib/Raylib.get_screen_width.html +++ b/docs/raylib/Raylib.get_screen_width.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.get_time.html b/docs/raylib/Raylib.get_time.html index fe8cd7a..d8ec927 100644 --- a/docs/raylib/Raylib.get_time.html +++ b/docs/raylib/Raylib.get_time.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.hide_cursor.html b/docs/raylib/Raylib.hide_cursor.html index 79c9df6..91ef502 100644 --- a/docs/raylib/Raylib.hide_cursor.html +++ b/docs/raylib/Raylib.hide_cursor.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • diff --git a/docs/raylib/Raylib.html b/docs/raylib/Raylib.html index f1f8497..cd12933 100644 --- a/docs/raylib/Raylib.html +++ b/docs/raylib/Raylib.html @@ -46,8 +46,10 @@
  • TraceLogType
  • Window
  • Color
  • +
  • Image
  • Quaternion
  • Rectangle
  • +
  • Texture2D
  • Vector2
  • Vector3
  • Vector4
  • @@ -96,6 +98,7 @@
  • draw_rectangle_lines
  • draw_rectangle_rounded
  • draw_text
  • +
  • draw_texture
  • draw_triangle
  • draw_triangle_lines
  • enable_cursor
  • @@ -120,11 +123,14 @@
  • get_screen_width
  • get_time
  • hide_cursor
  • +
  • image_flip_vertical
  • +
  • image_resize
  • is_cursor_hidden
  • is_key_down
  • is_key_pressed
  • is_key_released
  • is_key_up
  • +
  • load_texture_from_image
  • set_clipboard_text
  • set_exit_key
  • set_target_fps
  • @@ -153,8 +159,10 @@

    Structs: