enum Godot::RenderingDevice::TextureType

Defined in:

libgodot/generated/classes/classes_part5.cr

Enum Members

TextureType1d = 0_i64
TextureType2d = 1_i64
TextureType3d = 2_i64
TextureTypeCube = 3_i64
TextureType1dArray = 4_i64
TextureType2dArray = 5_i64
TextureTypeCubeArray = 6_i64
TextureTypeMax = 7_i64

Instance Method Summary

Instance Method Detail

def texture_type1d? #

Returns true if this enum value equals TextureType1d


[View source]
def texture_type1d_array? #

Returns true if this enum value equals TextureType1dArray


[View source]
def texture_type2d? #

Returns true if this enum value equals TextureType2d


[View source]
def texture_type2d_array? #

Returns true if this enum value equals TextureType2dArray


[View source]
def texture_type3d? #

Returns true if this enum value equals TextureType3d


[View source]
def texture_type_cube? #

Returns true if this enum value equals TextureTypeCube


[View source]
def texture_type_cube_array? #

Returns true if this enum value equals TextureTypeCubeArray


[View source]
def texture_type_max? #

Returns true if this enum value equals TextureTypeMax


[View source]