-
Notifications
You must be signed in to change notification settings - Fork 0
Texture_set_repeat_ext
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets whether a texture bound to the given sampler stage is allowed to repeat when texture coordinates exceed their bounds.
| Parameter | Data Type | Description |
|---|---|---|
| stage | int | index of the sampler stage to change |
| repeat | boolean | whether or not textures should repeat |
void: This function does not return anything.
// demonstrates turning on texture repetition
texture_set_repeat_ext(0,true);
NOTOC
This is number 1