enum Godot::RenderingServer::TextureDrawableFormat

Defined in:

libgodot/generated/classes/classes_part5.cr

Enum Members

TextureDrawableFormatRgba8 = 0_i64
TextureDrawableFormatRgba8Srgb = 1_i64
TextureDrawableFormatRgbah = 2_i64
TextureDrawableFormatRgbaf = 3_i64

Instance Method Summary

Instance Method Detail

def texture_drawable_format_rgba8? #

Returns true if this enum value equals TextureDrawableFormatRgba8


[View source]
def texture_drawable_format_rgba8_srgb? #

Returns true if this enum value equals TextureDrawableFormatRgba8Srgb


[View source]
def texture_drawable_format_rgbaf? #

Returns true if this enum value equals TextureDrawableFormatRgbaf


[View source]
def texture_drawable_format_rgbah? #

Returns true if this enum value equals TextureDrawableFormatRgbah


[View source]