Module: GLX_ARB_get_proc_address::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_ARB_get_proc_address.rb
Constant Summary collapse
- Parameters =
{ glXGetProcAddressARB: [ :__GLXextFuncPtr, :pointer ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glXGetProcAddressARB(procName) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GLX_ARB_get_proc_address.rb', line 3 def glXGetProcAddressARB(procName) end |