enum Eagle::GPU::Usage

Overview

How often a buffer's contents change, as a hint to the driver.

Defined in:

eagle/gpu/device.cr

Enum Members

Static = 0
Dynamic = 1
Stream = 2

Instance Method Summary

Instance Method Detail

def dynamic? #

Returns true if this enum value equals Dynamic


def static? #

Returns true if this enum value equals Static


def stream? #

Returns true if this enum value equals Stream