Sha256: 999e9fc3d1bed6ef280c9394fb4abb4811cb7ad47361148dab32bb3504bb53c4
Contents?: true
Size: 251 Bytes
Versions: 3
Compression:
Stored size: 251 Bytes
Contents
class Plaything module OpenAL class Context < ManagedPointer def self.release(context) super do |pointer| OpenAL.make_context_current(nil) OpenAL.destroy_context(context) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaything-1.1.1 | lib/plaything/objects/context.rb |
plaything-1.1.0 | lib/plaything/objects/context.rb |
plaything-1.0.0 | lib/plaything/objects/context.rb |