Clément Foucault
73da5ee90d
Cleanup: GPUTexture: Rename some functions with more descriptive names
List of renames:
GPU_texture_generate_mipmap > GPU_texture_update_mipmap_chain
GPU_texture_orig_width > GPU_texture_original_width
GPU_texture_orig_height > GPU_texture_original_height
GPU_texture_orig_size_set > GPU_texture_original_size_set
GPU_texture_format_description > GPU_texture_format_name
GPU_texture_array > GPU_texture_is_array
GPU_texture_cube > GPU_texture_is_cube
GPU_texture_depth > GPU_texture_has_depth_format
GPU_texture_stencil > GPU_texture_has_stencil_format
GPU_texture_integer > GPU_texture_has_integer_format
2023-02-25 11:39:53 +01:00
..
2023-01-10 01:01:43 -05:00
2023-02-23 15:55:42 +01:00
2023-02-25 11:39:53 +01:00
2023-02-22 14:04:57 +01:00
2023-02-20 11:51:16 +01:00
2022-04-04 13:34:42 +10:00
2022-02-11 09:14:36 +11:00
2022-04-11 12:03:09 +10:00
2023-02-12 14:56:05 +11:00
2022-09-18 11:26:33 +02:00
2022-06-02 20:16:20 +10:00