class CrOpenCL::Platform

Defined in:

crOpenCL/platform.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : UInt64) #

[View source]

Class Method Detail

def self.all #

[View source]
def self.each(&) #

[View source]

Instance Method Detail

def extensions : Array(String) #

[View source]
def name : String #

[View source]
def profile : String #

[View source]
def to_unsafe : UInt64 #

[View source]
def vendor : String #

[View source]
def version : String #

[View source]