Method: Vulkan::PhysicalDevice#supported_features

Defined in:
lib/vulkan/physical_device.rb

#supported_featuresObject



31
32
33
# File 'lib/vulkan/physical_device.rb', line 31

def supported_features
  struct_to_hash(features).reject! { |k, v| v != VK_TRUE }.keys
end