Class: Assimp::ExportFormatDesc

Inherits:
FFI::ManagedStruct
  • Object
show all
Extended by:
StructAccessors
Defined in:
lib/assimp/export.rb

Class Method Summary collapse

Methods included from StructAccessors

extended, has_ref?, struct_array_attr_accessor, struct_array_attr_checker, struct_array_attr_reader, struct_array_attr_writer, struct_attr_accessor, struct_attr_reader, struct_attr_writer, struct_ref_array_attr_accessor, struct_ref_array_attr_reader, struct_ref_array_attr_writer

Class Method Details

.release(ptr) ⇒ Object



12
13
14
# File 'lib/assimp/export.rb', line 12

def self.release(ptr)
  Assimp::aiReleaseExportFormatDescription(ptr)
end