Skip to contents

Set texture scaling filter mode.

Usage

set_texture_filter(texture, filter)

Arguments

texture

A texture.

filter

An integer.

Note

This function has been auto-generated from the following Raylib function definition:

void SetTextureFilter(Texture2D texture, int filter);

Examples

if (FALSE) {
set_texture_filter(load_texture("file.png"), 0L)
}