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