module OpenXR

This is free and unencumbered software released into the public domain.

This is free and unencumbered software released into the public domain.

Public Class Methods

has_extensions?() click to toggle source

@return [Boolean]

# File lib/openxr.rb, line 30
def self.has_extensions?
  !!(Extension.count.nonzero?)
end
has_layers?() click to toggle source

@return [Boolean]

# File lib/openxr.rb, line 24
def self.has_layers?
  nil # TODO
end