update docs
This commit is contained in:
parent
ef91af804b
commit
d05890344d
19 changed files with 725 additions and 172 deletions
|
@ -893,6 +893,16 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def gui_check_box(Rectangle_0: Rectangle,str_1: str,_Bool_2: bool,) -> bool:
|
||||
"""_Bool GuiCheckBox(struct Rectangle, char *, _Bool);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_check_icon_pixel(int_0: int,int_1: int,int_2: int,) -> bool:
|
||||
"""_Bool GuiCheckIconPixel(int, int, int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_clear_icon_pixel(int_0: int,int_1: int,int_2: int,) -> None:
|
||||
"""void GuiClearIconPixel(int, int, int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_color_bar_alpha(Rectangle_0: Rectangle,float_1: float,) -> float:
|
||||
|
@ -923,6 +933,11 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def gui_disable() -> None:
|
||||
"""void GuiDisable();
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_draw_icon(int_0: int,int_1: int,int_2: int,int_3: int,Color_4: Color,) -> None:
|
||||
"""void GuiDrawIcon(int, int, int, int, struct Color);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_dropdown_box(Rectangle_0: Rectangle,str_1: str,int_pointer_2: Any,_Bool_3: bool,) -> bool:
|
||||
|
@ -948,6 +963,16 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def gui_get_font() -> Font:
|
||||
"""struct Font GuiGetFont();
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_get_icon_data(int_0: int,) -> Any:
|
||||
"""unsigned int *GuiGetIconData(int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_get_icons() -> Any:
|
||||
"""unsigned int *GuiGetIcons();
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_get_state() -> int:
|
||||
|
@ -975,13 +1000,8 @@ def gui_icon_text(int_0: int,str_1: str,) -> str:
|
|||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_image_button(Rectangle_0: Rectangle,str_1: str,Texture_2: Texture,) -> bool:
|
||||
"""_Bool GuiImageButton(struct Rectangle, char *, struct Texture);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_image_button_ex(Rectangle_0: Rectangle,str_1: str,Texture_2: Texture,Rectangle_3: Rectangle,) -> bool:
|
||||
"""_Bool GuiImageButtonEx(struct Rectangle, char *, struct Texture, struct Rectangle);
|
||||
def gui_is_locked() -> bool:
|
||||
"""_Bool GuiIsLocked();
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
|
@ -1053,6 +1073,16 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def gui_set_font(Font_0: Font,) -> None:
|
||||
"""void GuiSetFont(struct Font);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_set_icon_data(int_0: int,unsignedint_pointer_1: Any,) -> None:
|
||||
"""void GuiSetIconData(int, unsigned int *);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_set_icon_pixel(int_0: int,int_1: int,int_2: int,) -> None:
|
||||
"""void GuiSetIconPixel(int, int, int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def gui_set_state(int_0: int,) -> None:
|
||||
|
@ -2284,6 +2314,16 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def rl_begin(int_0: int,) -> None:
|
||||
"""void rlBegin(int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_bind_image_texture(unsignedint_0: int,unsignedint_1: int,unsignedint_2: int,int_3: int,) -> None:
|
||||
"""void rlBindImageTexture(unsigned int, unsigned int, unsigned int, int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_bind_shader_buffer(unsignedint_0: int,unsignedint_1: int,) -> None:
|
||||
"""void rlBindShaderBuffer(unsigned int, unsigned int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_check_errors() -> None:
|
||||
|
@ -2324,6 +2364,16 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def rl_compile_shader(str_0: str,int_1: int,) -> int:
|
||||
"""unsigned int rlCompileShader(char *, int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_compute_shader_dispatch(unsignedint_0: int,unsignedint_1: int,unsignedint_2: int,) -> None:
|
||||
"""void rlComputeShaderDispatch(unsigned int, unsigned int, unsigned int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_copy_buffers_elements(unsignedint_0: int,unsignedint_1: int,unsignedlonglong_2: int,unsignedlonglong_3: int,unsignedlonglong_4: int,) -> None:
|
||||
"""void rlCopyBuffersElements(unsigned int, unsigned int, unsigned long long, unsigned long long, unsigned long long);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_disable_backface_culling() -> None:
|
||||
|
@ -2599,6 +2649,11 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def rl_get_pixel_format_name(unsignedint_0: int,) -> str:
|
||||
"""char *rlGetPixelFormatName(unsigned int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_get_shader_buffer_size(unsignedint_0: int,) -> int:
|
||||
"""unsigned long long rlGetShaderBufferSize(unsigned int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_get_shader_id_default() -> int:
|
||||
|
@ -2624,6 +2679,11 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def rl_is_stereo_render_enabled() -> bool:
|
||||
"""_Bool rlIsStereoRenderEnabled();
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_load_compute_shader_program(unsignedint_0: int,) -> int:
|
||||
"""unsigned int rlLoadComputeShaderProgram(unsigned int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_load_draw_cube() -> None:
|
||||
|
@ -2654,6 +2714,11 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def rl_load_render_batch(int_0: int,int_1: int,) -> rlRenderBatch:
|
||||
"""struct rlRenderBatch rlLoadRenderBatch(int, int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_load_shader_buffer(unsignedlonglong_0: int,void_pointer_1: Any,int_2: int,) -> int:
|
||||
"""unsigned int rlLoadShaderBuffer(unsigned long long, void *, int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_load_shader_code(str_0: str,str_1: str,) -> int:
|
||||
|
@ -2729,6 +2794,11 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def rl_read_screen_pixels(int_0: int,int_1: int,) -> str:
|
||||
"""unsigned char *rlReadScreenPixels(int, int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_read_shader_buffer_elements(unsignedint_0: int,void_pointer_1: Any,unsignedlonglong_2: int,unsignedlonglong_3: int,) -> None:
|
||||
"""void rlReadShaderBufferElements(unsigned int, void *, unsigned long long, unsigned long long);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_read_texture_pixels(unsignedint_0: int,int_1: int,int_2: int,int_3: int,) -> Any:
|
||||
|
@ -2854,6 +2924,11 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def rl_unload_render_batch(rlRenderBatch_0: rlRenderBatch,) -> None:
|
||||
"""void rlUnloadRenderBatch(struct rlRenderBatch);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_unload_shader_buffer(unsignedint_0: int,) -> None:
|
||||
"""void rlUnloadShaderBuffer(unsigned int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_unload_shader_program(unsignedint_0: int,) -> None:
|
||||
|
@ -2874,6 +2949,11 @@ CFFI C function from raylib._raylib_cffi.lib"""
|
|||
def rl_unload_vertex_buffer(unsignedint_0: int,) -> None:
|
||||
"""void rlUnloadVertexBuffer(unsigned int);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_update_shader_buffer_elements(unsignedint_0: int,void_pointer_1: Any,unsignedlonglong_2: int,unsignedlonglong_3: int,) -> None:
|
||||
"""void rlUpdateShaderBufferElements(unsigned int, void *, unsigned long long, unsigned long long);
|
||||
|
||||
CFFI C function from raylib._raylib_cffi.lib"""
|
||||
...
|
||||
def rl_update_texture(unsignedint_0: int,int_1: int,int_2: int,int_3: int,int_4: int,int_5: int,void_pointer_6: Any,) -> None:
|
||||
|
|
Reference in a new issue