Updated examples short description

This commit is contained in:
Ray
2025-08-26 00:32:24 +02:00
parent a67b49498f
commit a72b4b177b
102 changed files with 104 additions and 104 deletions

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - texture tiled drawing
* raylib [textures] example - textures tiled drawing
*
* Example complexity rating: [★★★☆] 3/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - extract image channel
* raylib [textures] example - extract channel from image
*
* NOTE: Images are loaded in CPU memory (RAM); textures are loaded in GPU memory (VRAM)
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - image loading and drawing
* raylib [textures] example - image drawing
*
* Example complexity rating: [★★☆☆] 2/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - image kernel convolution
* raylib [textures] example - image convolution
*
* Example complexity rating: [★★★★] 4/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - image loading and texture creation
* raylib [textures] example - image loading
*
* Example complexity rating: [★☆☆☆] 1/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - Image processing
* raylib [textures] example - image processing
*
* Example complexity rating: [★★★☆] 3/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - image text drawing using TTF generated font
* raylib [textures] example - image text drawing
*
* Example complexity rating: [★★☆☆] 2/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - draw textured polygon
* raylib [textures] example - textured polygon
*
* Example complexity rating: [★☆☆☆] 1/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - load textures from raw data
* raylib [textures] example - texture from raw data
*
* Example complexity rating: [★★★☆] 3/4
*

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [textures] example - draw texture along segmented curve
* raylib [textures] example - textured curve
*
* Example complexity rating: [★★★☆] 3/4
*