Sha256: a00cc5ed0698ff30eab3da2effa4e12049a3732b76118ef2818cc239d27f5735
Contents?: true
Size: 181 Bytes
Versions: 3
Compression:
Stored size: 181 Bytes
Contents
class Plaything module OpenAL class Device < ManagedPointer def self.release(device) super { |pointer| OpenAL.close_device(device) } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaything-1.1.1 | lib/plaything/objects/device.rb |
plaything-1.1.0 | lib/plaything/objects/device.rb |
plaything-1.0.0 | lib/plaything/objects/device.rb |