Class: OpenXR::Handle

Inherits:
Object
  • Object
show all
Defined in:
lib/openxr/handle.rb

Overview

An OpenXR handle.

Direct Known Subclasses

Action, ActionSet, Instance, Session, Space, Swapchain

Instance Method Summary collapse

Instance Method Details

#destroy!void

This method returns an undefined value.



12
13
14
# File 'lib/openxr/handle.rb', line 12

def destroy!
  # subclasses MUST implement this
end