enum Godot::RenderingDevice::IndexBufferFormat

Defined in:

libgodot/generated/classes/classes_part5.cr

Enum Members

IndexBufferFormatUint16 = 0_i64
IndexBufferFormatUint32 = 1_i64

Instance Method Summary

Instance Method Detail

def index_buffer_format_uint16? #

Returns true if this enum value equals IndexBufferFormatUint16


[View source]
def index_buffer_format_uint32? #

Returns true if this enum value equals IndexBufferFormatUint32


[View source]