Sha256: ffc128cb0698b9e429658801005fab75b6e77841717afdbaefafe8ef88364b52

Contents?: true

Size: 365 Bytes

Versions: 10

Compression:

Stored size: 365 Bytes

Contents

def setup
  size(100, 100, P3D)
  puts(Java::Processing::opengl::PGraphicsOpenGL.OPENGL_VENDOR)
  puts(Java::Processing::opengl::PGraphicsOpenGL.OPENGL_RENDERER)
  puts(Java::Processing::opengl::PGraphicsOpenGL.OPENGL_VERSION)
  puts(Java::Processing::opengl::PGraphicsOpenGL.GLSL_VERSION)
  puts(Java::Processing::opengl::PGraphicsOpenGL.OPENGL_EXTENSIONS)
end



Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ruby-processing-2.6.3 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.6.2 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.6.1 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.6.0 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.5.1 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.5.0 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.4.4 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.4.3 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.4.2 samples/processing_app/demos/tests/specs_test.rb
ruby-processing-2.4.1 samples/processing_app/demos/tests/specs_test.rb