class OpenXR::Handle

An OpenXR handle.

@see www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#handles

Public Instance Methods

destroy!() click to toggle source

@return [void]

# File lib/openxr/handle.rb, line 12
def destroy!
  # subclasses MUST implement this
end