Skip to content

Texture_get_interpolation

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Gets whether or not linear texture interpolation is enabled and returns the result.

Parameters

Parameter Description
none this function has no parameters

Return Values

boolean: Returns whether or not texture interpolation is enabled.

Example Call

// 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

Clone this wiki locally