Module: GL_ARB_parallel_shader_compile::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_parallel_shader_compile.rb
Constant Summary collapse
- Parameters =
{ glMaxShaderCompilerThreadsARB: [ :void, :GLuint ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glMaxShaderCompilerThreadsARB(count) ⇒ Object
8 |
# File 'lib/opengl-definitions/extensions/GL_ARB_parallel_shader_compile.rb', line 8 def glMaxShaderCompilerThreadsARB(count) end |