-
Notifications
You must be signed in to change notification settings - Fork 0
Texture_get_interpolation
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets whether or not linear texture interpolation is enabled and returns the result.
| Parameter | Description |
|---|---|
| none | this function has no parameters |
boolean: Returns whether or not texture interpolation is enabled.
// demonstrates checking if texture interpolation is enabled
if (texture_get_interpolation()) {
// is enabled
} else {
// is not enabled
}
NOTOC
Category:Function:Obsolete
This is number 1