Skip to content

enum SF::Texture::CoordinateType #

Types of texture coordinates that can be used for rendering

Members#

Normalized = 0#

Texture coordinates in range 0.0 .. 1.0

Pixels = 1#

Texture coordinates in range 0.0 .. size

Methods#

#normalized?#

View source

#pixels?#

View source