-
Notifications
You must be signed in to change notification settings - Fork 0
Texture_set
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the current texture bound to the first texture stage.
| Parameter | Data Type | Description |
|---|---|---|
| texid | integer | Index of the texture to bind for the given stage. |
void: This function does not return anything.
// demonstrates setting the texture to be used for rendering
texture_set(background_get_texture(bg_grass));
NOTOC
This is number 1