enum

Tryst::SDL::Texture::Access

Inherits Enum < Comparable < Value < Object

Constants

Static = 0
Streaming = 1
Target = 2

Instance methods

static?

Returns true if this enum value equals Static

Source
streaming?

Returns true if this enum value equals Streaming

Source
target?

Returns true if this enum value equals Target

Source