Skip to contents

Test if object is a render_texture

Usage

is_render_texture(x)

Arguments

x

An object to test.

Value

A logical.

Examples

is_render_texture("not a render_texture")
#> [1] FALSE