module OpenGL::Procs
Extended Modules
Defined in:
opengl/procs.crInstance Method Summary
-
#active_shader_program(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glActiveShaderProgram
-
#active_shader_program : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glActiveShaderProgram
-
#active_texture(address) : Proc(LibGL::TextureUnit, Void)
Proc type for the function glActiveTexture
-
#active_texture : ::Proc(LibGL::TextureUnit, ::Void).class
Proc type for the function glActiveTexture
-
#attach_shader(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glAttachShader
-
#attach_shader : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glAttachShader
-
#begin_conditional_render(address) : Proc(LibGL::UInt, LibGL::ConditionalRenderMode, Void)
Proc type for the function glBeginConditionalRender
-
#begin_conditional_render : ::Proc(LibGL::UInt, LibGL::ConditionalRenderMode, ::Void).class
Proc type for the function glBeginConditionalRender
-
#begin_query(address) : Proc(LibGL::QueryTarget, LibGL::UInt, Void)
Proc type for the function glBeginQuery
-
#begin_query : ::Proc(LibGL::QueryTarget, LibGL::UInt, ::Void).class
Proc type for the function glBeginQuery
-
#begin_query_indexed(address) : Proc(LibGL::QueryTarget, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glBeginQueryIndexed
-
#begin_query_indexed : ::Proc(LibGL::QueryTarget, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glBeginQueryIndexed
-
#begin_transform_feedback(address) : Proc(LibGL::PrimitiveType, Void)
Proc type for the function glBeginTransformFeedback
-
#begin_transform_feedback : ::Proc(LibGL::PrimitiveType, ::Void).class
Proc type for the function glBeginTransformFeedback
-
#bind_attrib_location(address) : Proc(LibGL::UInt, LibGL::UInt, Pointer(LibGL::Char), Void)
Proc type for the function glBindAttribLocation
-
#bind_attrib_location : ::Proc(LibGL::UInt, LibGL::UInt, ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glBindAttribLocation
-
#bind_buffer(address) : Proc(LibGL::BufferTargetARB, LibGL::UInt, Void)
Proc type for the function glBindBuffer
-
#bind_buffer : ::Proc(LibGL::BufferTargetARB, LibGL::UInt, ::Void).class
Proc type for the function glBindBuffer
-
#bind_buffer_base(address) : Proc(LibGL::BufferTargetARB, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glBindBufferBase
-
#bind_buffer_base : ::Proc(LibGL::BufferTargetARB, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glBindBufferBase
-
#bind_buffer_range(address) : Proc(LibGL::BufferTargetARB, LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glBindBufferRange
-
#bind_buffer_range : ::Proc(LibGL::BufferTargetARB, LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glBindBufferRange
-
#bind_buffers_base(address) : Proc(LibGL::BufferTargetARB, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glBindBuffersBase
-
#bind_buffers_base : ::Proc(LibGL::BufferTargetARB, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glBindBuffersBase
-
#bind_buffers_range(address) : Proc(LibGL::BufferTargetARB, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::UInt), Pointer(LibGL::IntPtr), Pointer(LibGL::SizeIPtr), Void)
Proc type for the function glBindBuffersRange
-
#bind_buffers_range : ::Proc(LibGL::BufferTargetARB, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Pointer(LibGL::IntPtr), ::Pointer(LibGL::SizeIPtr), ::Void).class
Proc type for the function glBindBuffersRange
-
#bind_frag_data_location(address) : Proc(LibGL::UInt, LibGL::UInt, Pointer(LibGL::Char), Void)
Proc type for the function glBindFragDataLocation
-
#bind_frag_data_location : ::Proc(LibGL::UInt, LibGL::UInt, ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glBindFragDataLocation
-
#bind_frag_data_location_indexed(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, Pointer(LibGL::Char), Void)
Proc type for the function glBindFragDataLocationIndexed
-
#bind_frag_data_location_indexed : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glBindFragDataLocationIndexed
-
#bind_framebuffer(address) : Proc(LibGL::FramebufferTarget, LibGL::UInt, Void)
Proc type for the function glBindFramebuffer
-
#bind_framebuffer : ::Proc(LibGL::FramebufferTarget, LibGL::UInt, ::Void).class
Proc type for the function glBindFramebuffer
-
#bind_image_texture(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::Boolean, LibGL::Int, LibGL::BufferAccessARB, LibGL::InternalFormat, Void)
Proc type for the function glBindImageTexture
-
#bind_image_texture : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::Boolean, LibGL::Int, LibGL::BufferAccessARB, LibGL::InternalFormat, ::Void).class
Proc type for the function glBindImageTexture
-
#bind_image_textures(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glBindImageTextures
-
#bind_image_textures : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glBindImageTextures
-
#bind_program_pipeline(address) : Proc(LibGL::UInt, Void)
Proc type for the function glBindProgramPipeline
-
#bind_program_pipeline : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glBindProgramPipeline
-
#bind_renderbuffer(address) : Proc(LibGL::RenderbufferTarget, LibGL::UInt, Void)
Proc type for the function glBindRenderbuffer
-
#bind_renderbuffer : ::Proc(LibGL::RenderbufferTarget, LibGL::UInt, ::Void).class
Proc type for the function glBindRenderbuffer
-
#bind_sampler(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glBindSampler
-
#bind_sampler : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glBindSampler
-
#bind_samplers(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glBindSamplers
-
#bind_samplers : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glBindSamplers
-
#bind_texture(address) : Proc(LibGL::TextureTarget, LibGL::UInt, Void)
Proc type for the function glBindTexture
-
#bind_texture : ::Proc(LibGL::TextureTarget, LibGL::UInt, ::Void).class
Proc type for the function glBindTexture
-
#bind_texture_unit(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glBindTextureUnit
-
#bind_texture_unit : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glBindTextureUnit
-
#bind_textures(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glBindTextures
-
#bind_textures : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glBindTextures
-
#bind_transform_feedback(address) : Proc(LibGL::BindTransformFeedbackTarget, LibGL::UInt, Void)
Proc type for the function glBindTransformFeedback
-
#bind_transform_feedback : ::Proc(LibGL::BindTransformFeedbackTarget, LibGL::UInt, ::Void).class
Proc type for the function glBindTransformFeedback
-
#bind_vertex_array(address) : Proc(LibGL::UInt, Void)
Proc type for the function glBindVertexArray
-
#bind_vertex_array : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glBindVertexArray
-
#bind_vertex_buffer(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::SizeI, Void)
Proc type for the function glBindVertexBuffer
-
#bind_vertex_buffer : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::SizeI, ::Void).class
Proc type for the function glBindVertexBuffer
-
#bind_vertex_buffers(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::UInt), Pointer(LibGL::IntPtr), Pointer(LibGL::SizeI), Void)
Proc type for the function glBindVertexBuffers
-
#bind_vertex_buffers : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Pointer(LibGL::IntPtr), ::Pointer(LibGL::SizeI), ::Void).class
Proc type for the function glBindVertexBuffers
-
#blend_color(address) : Proc(LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glBlendColor
-
#blend_color : ::Proc(LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glBlendColor
-
#blend_equation(address) : Proc(LibGL::BlendEquationModeEXT, Void)
Proc type for the function glBlendEquation
-
#blend_equation : ::Proc(LibGL::BlendEquationModeEXT, ::Void).class
Proc type for the function glBlendEquation
-
#blend_equation_i(address) : Proc(LibGL::UInt, LibGL::BlendEquationModeEXT, Void)
Proc type for the function glBlendEquationi
-
#blend_equation_i : ::Proc(LibGL::UInt, LibGL::BlendEquationModeEXT, ::Void).class
Proc type for the function glBlendEquationi
-
#blend_equation_separate(address) : Proc(LibGL::BlendEquationModeEXT, LibGL::BlendEquationModeEXT, Void)
Proc type for the function glBlendEquationSeparate
-
#blend_equation_separate : ::Proc(LibGL::BlendEquationModeEXT, LibGL::BlendEquationModeEXT, ::Void).class
Proc type for the function glBlendEquationSeparate
-
#blend_equation_separate_i(address) : Proc(LibGL::UInt, LibGL::BlendEquationModeEXT, LibGL::BlendEquationModeEXT, Void)
Proc type for the function glBlendEquationSeparatei
-
#blend_equation_separate_i : ::Proc(LibGL::UInt, LibGL::BlendEquationModeEXT, LibGL::BlendEquationModeEXT, ::Void).class
Proc type for the function glBlendEquationSeparatei
-
#blend_func(address) : Proc(LibGL::BlendingFactor, LibGL::BlendingFactor, Void)
Proc type for the function glBlendFunc
-
#blend_func : ::Proc(LibGL::BlendingFactor, LibGL::BlendingFactor, ::Void).class
Proc type for the function glBlendFunc
-
#blend_func_i(address) : Proc(LibGL::UInt, LibGL::BlendingFactor, LibGL::BlendingFactor, Void)
Proc type for the function glBlendFunci
-
#blend_func_i : ::Proc(LibGL::UInt, LibGL::BlendingFactor, LibGL::BlendingFactor, ::Void).class
Proc type for the function glBlendFunci
-
#blend_func_separate(address) : Proc(LibGL::BlendingFactor, LibGL::BlendingFactor, LibGL::BlendingFactor, LibGL::BlendingFactor, Void)
Proc type for the function glBlendFuncSeparate
-
#blend_func_separate : ::Proc(LibGL::BlendingFactor, LibGL::BlendingFactor, LibGL::BlendingFactor, LibGL::BlendingFactor, ::Void).class
Proc type for the function glBlendFuncSeparate
-
#blend_func_separate_i(address) : Proc(LibGL::UInt, LibGL::BlendingFactor, LibGL::BlendingFactor, LibGL::BlendingFactor, LibGL::BlendingFactor, Void)
Proc type for the function glBlendFuncSeparatei
-
#blend_func_separate_i : ::Proc(LibGL::UInt, LibGL::BlendingFactor, LibGL::BlendingFactor, LibGL::BlendingFactor, LibGL::BlendingFactor, ::Void).class
Proc type for the function glBlendFuncSeparatei
-
#blit_framebuffer(address) : Proc(LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::ClearBufferMask, LibGL::BlitFramebufferFilter, Void)
Proc type for the function glBlitFramebuffer
-
#blit_framebuffer : ::Proc(LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::ClearBufferMask, LibGL::BlitFramebufferFilter, ::Void).class
Proc type for the function glBlitFramebuffer
-
#blit_named_framebuffer(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::ClearBufferMask, LibGL::BlitFramebufferFilter, Void)
Proc type for the function glBlitNamedFramebuffer
-
#blit_named_framebuffer : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::ClearBufferMask, LibGL::BlitFramebufferFilter, ::Void).class
Proc type for the function glBlitNamedFramebuffer
-
#buffer_data(address) : Proc(LibGL::BufferTargetARB, LibGL::SizeIPtr, Pointer(Void), LibGL::BufferUsageARB, Void)
Proc type for the function glBufferData
-
#buffer_data : ::Proc(LibGL::BufferTargetARB, LibGL::SizeIPtr, ::Pointer(Void), LibGL::BufferUsageARB, ::Void).class
Proc type for the function glBufferData
-
#buffer_storage(address) : Proc(LibGL::BufferStorageTarget, LibGL::SizeIPtr, Pointer(Void), LibGL::BufferStorageMask, Void)
Proc type for the function glBufferStorage
-
#buffer_storage : ::Proc(LibGL::BufferStorageTarget, LibGL::SizeIPtr, ::Pointer(Void), LibGL::BufferStorageMask, ::Void).class
Proc type for the function glBufferStorage
-
#buffer_sub_data(address) : Proc(LibGL::BufferTargetARB, LibGL::IntPtr, LibGL::SizeIPtr, Pointer(Void), Void)
Proc type for the function glBufferSubData
-
#buffer_sub_data : ::Proc(LibGL::BufferTargetARB, LibGL::IntPtr, LibGL::SizeIPtr, ::Pointer(Void), ::Void).class
Proc type for the function glBufferSubData
-
#check_framebuffer_status(address) : Proc(LibGL::FramebufferTarget, LibGL::Enum)
Proc type for the function glCheckFramebufferStatus
-
#check_framebuffer_status : ::Proc(LibGL::FramebufferTarget, LibGL::Enum).class
Proc type for the function glCheckFramebufferStatus
-
#check_named_framebuffer_status(address) : Proc(LibGL::UInt, LibGL::FramebufferTarget, LibGL::Enum)
Proc type for the function glCheckNamedFramebufferStatus
-
#check_named_framebuffer_status : ::Proc(LibGL::UInt, LibGL::FramebufferTarget, LibGL::Enum).class
Proc type for the function glCheckNamedFramebufferStatus
-
#clamp_color(address) : Proc(LibGL::ClampColorTargetARB, LibGL::ClampColorModeARB, Void)
Proc type for the function glClampColor
-
#clamp_color : ::Proc(LibGL::ClampColorTargetARB, LibGL::ClampColorModeARB, ::Void).class
Proc type for the function glClampColor
-
#clear(address) : Proc(LibGL::ClearBufferMask, Void)
Proc type for the function glClear
-
#clear : ::Proc(LibGL::ClearBufferMask, ::Void).class
Proc type for the function glClear
-
#clear_buffer_data(address) : Proc(LibGL::BufferStorageTarget, LibGL::SizedInternalFormat, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glClearBufferData
-
#clear_buffer_data : ::Proc(LibGL::BufferStorageTarget, LibGL::SizedInternalFormat, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glClearBufferData
-
#clear_buffer_fi(address) : Proc(LibGL::Buffer, LibGL::Int, LibGL::Float, LibGL::Int, Void)
Proc type for the function glClearBufferfi
-
#clear_buffer_fi : ::Proc(LibGL::Buffer, LibGL::Int, LibGL::Float, LibGL::Int, ::Void).class
Proc type for the function glClearBufferfi
-
#clear_buffer_fv(address) : Proc(LibGL::Buffer, LibGL::Int, Pointer(LibGL::Float), Void)
Proc type for the function glClearBufferfv
-
#clear_buffer_fv : ::Proc(LibGL::Buffer, LibGL::Int, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glClearBufferfv
-
#clear_buffer_iv(address) : Proc(LibGL::Buffer, LibGL::Int, Pointer(LibGL::Int), Void)
Proc type for the function glClearBufferiv
-
#clear_buffer_iv : ::Proc(LibGL::Buffer, LibGL::Int, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glClearBufferiv
-
#clear_buffer_sub_data(address) : Proc(LibGL::BufferTargetARB, LibGL::SizedInternalFormat, LibGL::IntPtr, LibGL::SizeIPtr, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glClearBufferSubData
-
#clear_buffer_sub_data : ::Proc(LibGL::BufferTargetARB, LibGL::SizedInternalFormat, LibGL::IntPtr, LibGL::SizeIPtr, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glClearBufferSubData
-
#clear_buffer_uiv(address) : Proc(LibGL::Buffer, LibGL::Int, Pointer(LibGL::UInt), Void)
Proc type for the function glClearBufferuiv
-
#clear_buffer_uiv : ::Proc(LibGL::Buffer, LibGL::Int, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glClearBufferuiv
-
#clear_color(address) : Proc(LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glClearColor
-
#clear_color : ::Proc(LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glClearColor
-
#clear_depth(address) : Proc(LibGL::Double, Void)
Proc type for the function glClearDepth
-
#clear_depth : ::Proc(LibGL::Double, ::Void).class
Proc type for the function glClearDepth
-
#clear_depth_f(address) : Proc(LibGL::Float, Void)
Proc type for the function glClearDepthf
-
#clear_depth_f : ::Proc(LibGL::Float, ::Void).class
Proc type for the function glClearDepthf
-
#clear_named_buffer_data(address) : Proc(LibGL::UInt, LibGL::SizedInternalFormat, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glClearNamedBufferData
-
#clear_named_buffer_data : ::Proc(LibGL::UInt, LibGL::SizedInternalFormat, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glClearNamedBufferData
-
#clear_named_buffer_sub_data(address) : Proc(LibGL::UInt, LibGL::SizedInternalFormat, LibGL::IntPtr, LibGL::SizeIPtr, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glClearNamedBufferSubData
-
#clear_named_buffer_sub_data : ::Proc(LibGL::UInt, LibGL::SizedInternalFormat, LibGL::IntPtr, LibGL::SizeIPtr, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glClearNamedBufferSubData
-
#clear_named_framebuffer_fi(address) : Proc(LibGL::UInt, LibGL::Buffer, LibGL::Int, LibGL::Float, LibGL::Int, Void)
Proc type for the function glClearNamedFramebufferfi
-
#clear_named_framebuffer_fi : ::Proc(LibGL::UInt, LibGL::Buffer, LibGL::Int, LibGL::Float, LibGL::Int, ::Void).class
Proc type for the function glClearNamedFramebufferfi
-
#clear_named_framebuffer_fv(address) : Proc(LibGL::UInt, LibGL::Buffer, LibGL::Int, Pointer(LibGL::Float), Void)
Proc type for the function glClearNamedFramebufferfv
-
#clear_named_framebuffer_fv : ::Proc(LibGL::UInt, LibGL::Buffer, LibGL::Int, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glClearNamedFramebufferfv
-
#clear_named_framebuffer_iv(address) : Proc(LibGL::UInt, LibGL::Buffer, LibGL::Int, Pointer(LibGL::Int), Void)
Proc type for the function glClearNamedFramebufferiv
-
#clear_named_framebuffer_iv : ::Proc(LibGL::UInt, LibGL::Buffer, LibGL::Int, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glClearNamedFramebufferiv
-
#clear_named_framebuffer_uiv(address) : Proc(LibGL::UInt, LibGL::Buffer, LibGL::Int, Pointer(LibGL::UInt), Void)
Proc type for the function glClearNamedFramebufferuiv
-
#clear_named_framebuffer_uiv : ::Proc(LibGL::UInt, LibGL::Buffer, LibGL::Int, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glClearNamedFramebufferuiv
-
#clear_stencil(address) : Proc(LibGL::Int, Void)
Proc type for the function glClearStencil
-
#clear_stencil : ::Proc(LibGL::Int, ::Void).class
Proc type for the function glClearStencil
-
#clear_tex_image(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glClearTexImage
-
#clear_tex_image : ::Proc(LibGL::UInt, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glClearTexImage
-
#clear_tex_sub_image(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glClearTexSubImage
-
#clear_tex_sub_image : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glClearTexSubImage
-
#client_wait_sync(address) : Proc(LibGL::Sync, LibGL::SyncObjectMask, LibGL::UInt64, LibGL::Enum)
Proc type for the function glClientWaitSync
-
#client_wait_sync : ::Proc(LibGL::Sync, LibGL::SyncObjectMask, LibGL::UInt64, LibGL::Enum).class
Proc type for the function glClientWaitSync
-
#clip_control(address) : Proc(LibGL::ClipControlOrigin, LibGL::Enum, Void)
Proc type for the function glClipControl
-
#clip_control : ::Proc(LibGL::ClipControlOrigin, LibGL::Enum, ::Void).class
Proc type for the function glClipControl
-
#color_mask(address) : Proc(LibGL::Boolean, LibGL::Boolean, LibGL::Boolean, LibGL::Boolean, Void)
Proc type for the function glColorMask
-
#color_mask : ::Proc(LibGL::Boolean, LibGL::Boolean, LibGL::Boolean, LibGL::Boolean, ::Void).class
Proc type for the function glColorMask
-
#color_mask_i(address) : Proc(LibGL::UInt, LibGL::Boolean, LibGL::Boolean, LibGL::Boolean, LibGL::Boolean, Void)
Proc type for the function glColorMaski
-
#color_mask_i : ::Proc(LibGL::UInt, LibGL::Boolean, LibGL::Boolean, LibGL::Boolean, LibGL::Boolean, ::Void).class
Proc type for the function glColorMaski
-
#compile_shader(address) : Proc(LibGL::UInt, Void)
Proc type for the function glCompileShader
-
#compile_shader : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glCompileShader
-
#compressed_tex_image_1d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::Int, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTexImage1D
-
#compressed_tex_image_1d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::Int, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTexImage1D
-
#compressed_tex_image_2d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Int, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTexImage2D
-
#compressed_tex_image_2d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Int, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTexImage2D
-
#compressed_tex_image_3d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Int, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTexImage3D
-
#compressed_tex_image_3d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Int, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTexImage3D
-
#compressed_tex_sub_image_1d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTexSubImage1D
-
#compressed_tex_sub_image_1d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTexSubImage1D
-
#compressed_tex_sub_image_2d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTexSubImage2D
-
#compressed_tex_sub_image_2d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTexSubImage2D
-
#compressed_tex_sub_image_3d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTexSubImage3D
-
#compressed_tex_sub_image_3d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTexSubImage3D
-
#compressed_texture_sub_image_1d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTextureSubImage1D
-
#compressed_texture_sub_image_1d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTextureSubImage1D
-
#compressed_texture_sub_image_2d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTextureSubImage2D
-
#compressed_texture_sub_image_2d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTextureSubImage2D
-
#compressed_texture_sub_image_3d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glCompressedTextureSubImage3D
-
#compressed_texture_sub_image_3d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glCompressedTextureSubImage3D
-
#copy_buffer_sub_data(address) : Proc(LibGL::CopyBufferSubDataTarget, LibGL::CopyBufferSubDataTarget, LibGL::IntPtr, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glCopyBufferSubData
-
#copy_buffer_sub_data : ::Proc(LibGL::CopyBufferSubDataTarget, LibGL::CopyBufferSubDataTarget, LibGL::IntPtr, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glCopyBufferSubData
-
#copy_image_sub_data(address) : Proc(LibGL::UInt, LibGL::CopyImageSubDataTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::UInt, LibGL::CopyImageSubDataTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glCopyImageSubData
-
#copy_image_sub_data : ::Proc(LibGL::UInt, LibGL::CopyImageSubDataTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::UInt, LibGL::CopyImageSubDataTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glCopyImageSubData
-
#copy_named_buffer_sub_data(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glCopyNamedBufferSubData
-
#copy_named_buffer_sub_data : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glCopyNamedBufferSubData
-
#copy_tex_image_1d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::Int, Void)
Proc type for the function glCopyTexImage1D
-
#copy_tex_image_1d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::Int, ::Void).class
Proc type for the function glCopyTexImage1D
-
#copy_tex_image_2d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::Int, Void)
Proc type for the function glCopyTexImage2D
-
#copy_tex_image_2d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::Int, ::Void).class
Proc type for the function glCopyTexImage2D
-
#copy_tex_sub_image_1d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, Void)
Proc type for the function glCopyTexSubImage1D
-
#copy_tex_sub_image_1d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, ::Void).class
Proc type for the function glCopyTexSubImage1D
-
#copy_tex_sub_image_2d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glCopyTexSubImage2D
-
#copy_tex_sub_image_2d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glCopyTexSubImage2D
-
#copy_tex_sub_image_3d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glCopyTexSubImage3D
-
#copy_tex_sub_image_3d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glCopyTexSubImage3D
-
#copy_texture_sub_image_1d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, Void)
Proc type for the function glCopyTextureSubImage1D
-
#copy_texture_sub_image_1d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, ::Void).class
Proc type for the function glCopyTextureSubImage1D
-
#copy_texture_sub_image_2d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glCopyTextureSubImage2D
-
#copy_texture_sub_image_2d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glCopyTextureSubImage2D
-
#copy_texture_sub_image_3d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glCopyTextureSubImage3D
-
#copy_texture_sub_image_3d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glCopyTextureSubImage3D
-
#create_buffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateBuffers
-
#create_buffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateBuffers
-
#create_framebuffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateFramebuffers
-
#create_framebuffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateFramebuffers
-
#create_program(address) : Proc(LibGL::UInt)
Proc type for the function glCreateProgram
-
#create_program : ::Proc(LibGL::UInt).class
Proc type for the function glCreateProgram
-
#create_program_pipelines(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateProgramPipelines
-
#create_program_pipelines : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateProgramPipelines
-
#create_queries(address) : Proc(LibGL::QueryTarget, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateQueries
-
#create_queries : ::Proc(LibGL::QueryTarget, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateQueries
-
#create_renderbuffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateRenderbuffers
-
#create_renderbuffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateRenderbuffers
-
#create_samplers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateSamplers
-
#create_samplers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateSamplers
-
#create_shader(address) : Proc(LibGL::ShaderType, LibGL::UInt)
Proc type for the function glCreateShader
-
#create_shader : ::Proc(LibGL::ShaderType, LibGL::UInt).class
Proc type for the function glCreateShader
-
#create_shader_program_v(address) : Proc(LibGL::ShaderType, LibGL::SizeI, Pointer(Pointer(LibGL::Char)), LibGL::UInt)
Proc type for the function glCreateShaderProgramv
-
#create_shader_program_v : ::Proc(LibGL::ShaderType, LibGL::SizeI, ::Pointer(::Pointer(LibGL::Char)), LibGL::UInt).class
Proc type for the function glCreateShaderProgramv
-
#create_textures(address) : Proc(LibGL::TextureTarget, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateTextures
-
#create_textures : ::Proc(LibGL::TextureTarget, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateTextures
-
#create_transform_feedbacks(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateTransformFeedbacks
-
#create_transform_feedbacks : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateTransformFeedbacks
-
#create_vertex_arrays(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glCreateVertexArrays
-
#create_vertex_arrays : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glCreateVertexArrays
-
#cull_face(address) : Proc(LibGL::TriangleFace, Void)
Proc type for the function glCullFace
-
#cull_face : ::Proc(LibGL::TriangleFace, ::Void).class
Proc type for the function glCullFace
-
#debug_message_callback(address) : Proc(Pointer(Void), Pointer(Void), Void)
Proc type for the function glDebugMessageCallback
-
#debug_message_callback : ::Proc(::Pointer(::Void), ::Pointer(Void), ::Void).class
Proc type for the function glDebugMessageCallback
-
#debug_message_control(address) : Proc(LibGL::DebugSource, LibGL::DebugType, LibGL::DebugSeverity, LibGL::SizeI, Pointer(LibGL::UInt), LibGL::Boolean, Void)
Proc type for the function glDebugMessageControl
-
#debug_message_control : ::Proc(LibGL::DebugSource, LibGL::DebugType, LibGL::DebugSeverity, LibGL::SizeI, ::Pointer(LibGL::UInt), LibGL::Boolean, ::Void).class
Proc type for the function glDebugMessageControl
-
#debug_message_insert(address) : Proc(LibGL::DebugSource, LibGL::DebugType, LibGL::UInt, LibGL::DebugSeverity, LibGL::SizeI, Pointer(LibGL::Char), Void)
Proc type for the function glDebugMessageInsert
-
#debug_message_insert : ::Proc(LibGL::DebugSource, LibGL::DebugType, LibGL::UInt, LibGL::DebugSeverity, LibGL::SizeI, ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glDebugMessageInsert
-
#delete_buffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteBuffers
-
#delete_buffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteBuffers
-
#delete_framebuffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteFramebuffers
-
#delete_framebuffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteFramebuffers
-
#delete_program(address) : Proc(LibGL::UInt, Void)
Proc type for the function glDeleteProgram
-
#delete_program : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glDeleteProgram
-
#delete_program_pipelines(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteProgramPipelines
-
#delete_program_pipelines : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteProgramPipelines
-
#delete_queries(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteQueries
-
#delete_queries : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteQueries
-
#delete_renderbuffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteRenderbuffers
-
#delete_renderbuffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteRenderbuffers
-
#delete_samplers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteSamplers
-
#delete_samplers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteSamplers
-
#delete_shader(address) : Proc(LibGL::UInt, Void)
Proc type for the function glDeleteShader
-
#delete_shader : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glDeleteShader
-
#delete_sync(address) : Proc(LibGL::Sync, Void)
Proc type for the function glDeleteSync
-
#delete_sync : ::Proc(LibGL::Sync, ::Void).class
Proc type for the function glDeleteSync
-
#delete_textures(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteTextures
-
#delete_textures : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteTextures
-
#delete_transform_feedbacks(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteTransformFeedbacks
-
#delete_transform_feedbacks : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteTransformFeedbacks
-
#delete_vertex_arrays(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glDeleteVertexArrays
-
#delete_vertex_arrays : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glDeleteVertexArrays
-
#depth_func(address) : Proc(LibGL::DepthFunction, Void)
Proc type for the function glDepthFunc
-
#depth_func : ::Proc(LibGL::DepthFunction, ::Void).class
Proc type for the function glDepthFunc
-
#depth_mask(address) : Proc(LibGL::Boolean, Void)
Proc type for the function glDepthMask
-
#depth_mask : ::Proc(LibGL::Boolean, ::Void).class
Proc type for the function glDepthMask
-
#depth_range(address) : Proc(LibGL::Double, LibGL::Double, Void)
Proc type for the function glDepthRange
-
#depth_range : ::Proc(LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glDepthRange
-
#depth_range_array_v(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glDepthRangeArrayv
-
#depth_range_array_v : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glDepthRangeArrayv
-
#depth_range_f(address) : Proc(LibGL::Float, LibGL::Float, Void)
Proc type for the function glDepthRangef
-
#depth_range_f : ::Proc(LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glDepthRangef
-
#depth_range_indexed(address) : Proc(LibGL::UInt, LibGL::Double, LibGL::Double, Void)
Proc type for the function glDepthRangeIndexed
-
#depth_range_indexed : ::Proc(LibGL::UInt, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glDepthRangeIndexed
-
#detach_shader(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glDetachShader
-
#detach_shader : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glDetachShader
-
#disable(address) : Proc(LibGL::EnableCap, Void)
Proc type for the function glDisable
-
#disable : ::Proc(LibGL::EnableCap, ::Void).class
Proc type for the function glDisable
-
#disable_i(address) : Proc(LibGL::EnableCap, LibGL::UInt, Void)
Proc type for the function glDisablei
-
#disable_i : ::Proc(LibGL::EnableCap, LibGL::UInt, ::Void).class
Proc type for the function glDisablei
-
#disable_vertex_array_attrib(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glDisableVertexArrayAttrib
-
#disable_vertex_array_attrib : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glDisableVertexArrayAttrib
-
#disable_vertex_attrib_array(address) : Proc(LibGL::UInt, Void)
Proc type for the function glDisableVertexAttribArray
-
#disable_vertex_attrib_array : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glDisableVertexAttribArray
-
#dispatch_compute(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glDispatchCompute
-
#dispatch_compute : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glDispatchCompute
-
#dispatch_compute_indirect(address) : Proc(LibGL::IntPtr, Void)
Proc type for the function glDispatchComputeIndirect
-
#dispatch_compute_indirect : ::Proc(LibGL::IntPtr, ::Void).class
Proc type for the function glDispatchComputeIndirect
-
#draw_arrays(address) : Proc(LibGL::PrimitiveType, LibGL::Int, LibGL::SizeI, Void)
Proc type for the function glDrawArrays
-
#draw_arrays : ::Proc(LibGL::PrimitiveType, LibGL::Int, LibGL::SizeI, ::Void).class
Proc type for the function glDrawArrays
-
#draw_arrays_indirect(address) : Proc(LibGL::PrimitiveType, Pointer(Void), Void)
Proc type for the function glDrawArraysIndirect
-
#draw_arrays_indirect : ::Proc(LibGL::PrimitiveType, ::Pointer(Void), ::Void).class
Proc type for the function glDrawArraysIndirect
-
#draw_arrays_instanced(address) : Proc(LibGL::PrimitiveType, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glDrawArraysInstanced
-
#draw_arrays_instanced : ::Proc(LibGL::PrimitiveType, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glDrawArraysInstanced
-
#draw_arrays_instanced_base_instance(address) : Proc(LibGL::PrimitiveType, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::UInt, Void)
Proc type for the function glDrawArraysInstancedBaseInstance
-
#draw_arrays_instanced_base_instance : ::Proc(LibGL::PrimitiveType, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::UInt, ::Void).class
Proc type for the function glDrawArraysInstancedBaseInstance
-
#draw_buffer(address) : Proc(LibGL::DrawBufferMode, Void)
Proc type for the function glDrawBuffer
-
#draw_buffer : ::Proc(LibGL::DrawBufferMode, ::Void).class
Proc type for the function glDrawBuffer
-
#draw_buffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::DrawBufferMode), Void)
Proc type for the function glDrawBuffers
-
#draw_buffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::DrawBufferMode), ::Void).class
Proc type for the function glDrawBuffers
-
#draw_elements(address) : Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, Pointer(Void), Void)
Proc type for the function glDrawElements
-
#draw_elements : ::Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, ::Pointer(Void), ::Void).class
Proc type for the function glDrawElements
-
#draw_elements_base_vertex(address) : Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, Pointer(Void), LibGL::Int, Void)
Proc type for the function glDrawElementsBaseVertex
-
#draw_elements_base_vertex : ::Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, ::Pointer(Void), LibGL::Int, ::Void).class
Proc type for the function glDrawElementsBaseVertex
-
#draw_elements_indirect(address) : Proc(LibGL::PrimitiveType, LibGL::DrawElementsType, Pointer(Void), Void)
Proc type for the function glDrawElementsIndirect
-
#draw_elements_indirect : ::Proc(LibGL::PrimitiveType, LibGL::DrawElementsType, ::Pointer(Void), ::Void).class
Proc type for the function glDrawElementsIndirect
-
#draw_elements_instanced(address) : Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, Pointer(Void), LibGL::SizeI, Void)
Proc type for the function glDrawElementsInstanced
-
#draw_elements_instanced : ::Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, ::Pointer(Void), LibGL::SizeI, ::Void).class
Proc type for the function glDrawElementsInstanced
-
#draw_elements_instanced_base_instance(address) : Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, Pointer(Void), LibGL::SizeI, LibGL::UInt, Void)
Proc type for the function glDrawElementsInstancedBaseInstance
-
#draw_elements_instanced_base_instance : ::Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, ::Pointer(Void), LibGL::SizeI, LibGL::UInt, ::Void).class
Proc type for the function glDrawElementsInstancedBaseInstance
-
#draw_elements_instanced_base_vertex(address) : Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, Pointer(Void), LibGL::SizeI, LibGL::Int, Void)
Proc type for the function glDrawElementsInstancedBaseVertex
-
#draw_elements_instanced_base_vertex : ::Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, ::Pointer(Void), LibGL::SizeI, LibGL::Int, ::Void).class
Proc type for the function glDrawElementsInstancedBaseVertex
-
#draw_elements_instanced_base_vertex_base_instance(address) : Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, Pointer(Void), LibGL::SizeI, LibGL::Int, LibGL::UInt, Void)
Proc type for the function glDrawElementsInstancedBaseVertexBaseInstance
-
#draw_elements_instanced_base_vertex_base_instance : ::Proc(LibGL::PrimitiveType, LibGL::SizeI, LibGL::DrawElementsType, ::Pointer(Void), LibGL::SizeI, LibGL::Int, LibGL::UInt, ::Void).class
Proc type for the function glDrawElementsInstancedBaseVertexBaseInstance
-
#draw_range_elements(address) : Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::UInt, LibGL::SizeI, LibGL::DrawElementsType, Pointer(Void), Void)
Proc type for the function glDrawRangeElements
-
#draw_range_elements : ::Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::UInt, LibGL::SizeI, LibGL::DrawElementsType, ::Pointer(Void), ::Void).class
Proc type for the function glDrawRangeElements
-
#draw_range_elements_base_vertex(address) : Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::UInt, LibGL::SizeI, LibGL::DrawElementsType, Pointer(Void), LibGL::Int, Void)
Proc type for the function glDrawRangeElementsBaseVertex
-
#draw_range_elements_base_vertex : ::Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::UInt, LibGL::SizeI, LibGL::DrawElementsType, ::Pointer(Void), LibGL::Int, ::Void).class
Proc type for the function glDrawRangeElementsBaseVertex
-
#draw_transform_feedback(address) : Proc(LibGL::PrimitiveType, LibGL::UInt, Void)
Proc type for the function glDrawTransformFeedback
-
#draw_transform_feedback : ::Proc(LibGL::PrimitiveType, LibGL::UInt, ::Void).class
Proc type for the function glDrawTransformFeedback
-
#draw_transform_feedback_instanced(address) : Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::SizeI, Void)
Proc type for the function glDrawTransformFeedbackInstanced
-
#draw_transform_feedback_instanced : ::Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::SizeI, ::Void).class
Proc type for the function glDrawTransformFeedbackInstanced
-
#draw_transform_feedback_stream(address) : Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glDrawTransformFeedbackStream
-
#draw_transform_feedback_stream : ::Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glDrawTransformFeedbackStream
-
#draw_transform_feedback_stream_instanced(address) : Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::UInt, LibGL::SizeI, Void)
Proc type for the function glDrawTransformFeedbackStreamInstanced
-
#draw_transform_feedback_stream_instanced : ::Proc(LibGL::PrimitiveType, LibGL::UInt, LibGL::UInt, LibGL::SizeI, ::Void).class
Proc type for the function glDrawTransformFeedbackStreamInstanced
-
#enable(address) : Proc(LibGL::EnableCap, Void)
Proc type for the function glEnable
-
#enable : ::Proc(LibGL::EnableCap, ::Void).class
Proc type for the function glEnable
-
#enable_i(address) : Proc(LibGL::EnableCap, LibGL::UInt, Void)
Proc type for the function glEnablei
-
#enable_i : ::Proc(LibGL::EnableCap, LibGL::UInt, ::Void).class
Proc type for the function glEnablei
-
#enable_vertex_array_attrib(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glEnableVertexArrayAttrib
-
#enable_vertex_array_attrib : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glEnableVertexArrayAttrib
-
#enable_vertex_attrib_array(address) : Proc(LibGL::UInt, Void)
Proc type for the function glEnableVertexAttribArray
-
#enable_vertex_attrib_array : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glEnableVertexAttribArray
-
#end_conditional_render(address) : Proc(Void)
Proc type for the function glEndConditionalRender
-
#end_conditional_render : ::Proc(::Void).class
Proc type for the function glEndConditionalRender
-
#end_query(address) : Proc(LibGL::QueryTarget, Void)
Proc type for the function glEndQuery
-
#end_query : ::Proc(LibGL::QueryTarget, ::Void).class
Proc type for the function glEndQuery
-
#end_query_indexed(address) : Proc(LibGL::QueryTarget, LibGL::UInt, Void)
Proc type for the function glEndQueryIndexed
-
#end_query_indexed : ::Proc(LibGL::QueryTarget, LibGL::UInt, ::Void).class
Proc type for the function glEndQueryIndexed
-
#end_transform_feedback(address) : Proc(Void)
Proc type for the function glEndTransformFeedback
-
#end_transform_feedback : ::Proc(::Void).class
Proc type for the function glEndTransformFeedback
-
#fence_sync(address) : Proc(LibGL::SyncCondition, LibGL::SyncBehaviorFlags, LibGL::Sync)
Proc type for the function glFenceSync
-
#fence_sync : ::Proc(LibGL::SyncCondition, LibGL::SyncBehaviorFlags, LibGL::Sync).class
Proc type for the function glFenceSync
-
#finish(address) : Proc(Void)
Proc type for the function glFinish
-
#finish : ::Proc(::Void).class
Proc type for the function glFinish
-
#flush(address) : Proc(Void)
Proc type for the function glFlush
-
#flush : ::Proc(::Void).class
Proc type for the function glFlush
-
#flush_mapped_buffer_range(address) : Proc(LibGL::BufferTargetARB, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glFlushMappedBufferRange
-
#flush_mapped_buffer_range : ::Proc(LibGL::BufferTargetARB, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glFlushMappedBufferRange
-
#flush_mapped_named_buffer_range(address) : Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glFlushMappedNamedBufferRange
-
#flush_mapped_named_buffer_range : ::Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glFlushMappedNamedBufferRange
-
#framebuffer_parameter_i(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferParameterName, LibGL::Int, Void)
Proc type for the function glFramebufferParameteri
-
#framebuffer_parameter_i : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferParameterName, LibGL::Int, ::Void).class
Proc type for the function glFramebufferParameteri
-
#framebuffer_renderbuffer(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::RenderbufferTarget, LibGL::UInt, Void)
Proc type for the function glFramebufferRenderbuffer
-
#framebuffer_renderbuffer : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::RenderbufferTarget, LibGL::UInt, ::Void).class
Proc type for the function glFramebufferRenderbuffer
-
#framebuffer_texture(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::UInt, LibGL::Int, Void)
Proc type for the function glFramebufferTexture
-
#framebuffer_texture : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::UInt, LibGL::Int, ::Void).class
Proc type for the function glFramebufferTexture
-
#framebuffer_texture_1d(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::TextureTarget, LibGL::UInt, LibGL::Int, Void)
Proc type for the function glFramebufferTexture1D
-
#framebuffer_texture_1d : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::TextureTarget, LibGL::UInt, LibGL::Int, ::Void).class
Proc type for the function glFramebufferTexture1D
-
#framebuffer_texture_2d(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::TextureTarget, LibGL::UInt, LibGL::Int, Void)
Proc type for the function glFramebufferTexture2D
-
#framebuffer_texture_2d : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::TextureTarget, LibGL::UInt, LibGL::Int, ::Void).class
Proc type for the function glFramebufferTexture2D
-
#framebuffer_texture_3d(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::TextureTarget, LibGL::UInt, LibGL::Int, LibGL::Int, Void)
Proc type for the function glFramebufferTexture3D
-
#framebuffer_texture_3d : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::TextureTarget, LibGL::UInt, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glFramebufferTexture3D
-
#framebuffer_texture_layer(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::UInt, LibGL::Int, LibGL::Int, Void)
Proc type for the function glFramebufferTextureLayer
-
#framebuffer_texture_layer : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::UInt, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glFramebufferTextureLayer
-
#front_face(address) : Proc(LibGL::FrontFaceDirection, Void)
Proc type for the function glFrontFace
-
#front_face : ::Proc(LibGL::FrontFaceDirection, ::Void).class
Proc type for the function glFrontFace
-
#gen_buffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenBuffers
-
#gen_buffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenBuffers
-
#gen_framebuffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenFramebuffers
-
#gen_framebuffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenFramebuffers
-
#gen_program_pipelines(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenProgramPipelines
-
#gen_program_pipelines : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenProgramPipelines
-
#gen_queries(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenQueries
-
#gen_queries : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenQueries
-
#gen_renderbuffers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenRenderbuffers
-
#gen_renderbuffers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenRenderbuffers
-
#gen_samplers(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenSamplers
-
#gen_samplers : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenSamplers
-
#gen_textures(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenTextures
-
#gen_textures : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenTextures
-
#gen_transform_feedbacks(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenTransformFeedbacks
-
#gen_transform_feedbacks : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenTransformFeedbacks
-
#gen_vertex_arrays(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGenVertexArrays
-
#gen_vertex_arrays : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGenVertexArrays
-
#generate_mipmap(address) : Proc(LibGL::TextureTarget, Void)
Proc type for the function glGenerateMipmap
-
#generate_mipmap : ::Proc(LibGL::TextureTarget, ::Void).class
Proc type for the function glGenerateMipmap
-
#generate_texture_mipmap(address) : Proc(LibGL::UInt, Void)
Proc type for the function glGenerateTextureMipmap
-
#generate_texture_mipmap : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glGenerateTextureMipmap
-
#get_active_atomic_counter_buffer_iv(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::AtomicCounterBufferPName, Pointer(LibGL::Int), Void)
Proc type for the function glGetActiveAtomicCounterBufferiv
-
#get_active_atomic_counter_buffer_iv : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::AtomicCounterBufferPName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetActiveAtomicCounterBufferiv
-
#get_active_attrib(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Int), Pointer(LibGL::AttributeType), Pointer(LibGL::Char), Void)
Proc type for the function glGetActiveAttrib
-
#get_active_attrib : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Int), ::Pointer(LibGL::AttributeType), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetActiveAttrib
-
#get_active_subroutine_name(address) : Proc(LibGL::UInt, LibGL::ShaderType, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetActiveSubroutineName
-
#get_active_subroutine_name : ::Proc(LibGL::UInt, LibGL::ShaderType, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetActiveSubroutineName
-
#get_active_subroutine_uniform_iv(address) : Proc(LibGL::UInt, LibGL::ShaderType, LibGL::UInt, LibGL::SubroutineParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetActiveSubroutineUniformiv
-
#get_active_subroutine_uniform_iv : ::Proc(LibGL::UInt, LibGL::ShaderType, LibGL::UInt, LibGL::SubroutineParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetActiveSubroutineUniformiv
-
#get_active_subroutine_uniform_name(address) : Proc(LibGL::UInt, LibGL::ShaderType, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetActiveSubroutineUniformName
-
#get_active_subroutine_uniform_name : ::Proc(LibGL::UInt, LibGL::ShaderType, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetActiveSubroutineUniformName
-
#get_active_uniform(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Int), Pointer(LibGL::UniformType), Pointer(LibGL::Char), Void)
Proc type for the function glGetActiveUniform
-
#get_active_uniform : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Int), ::Pointer(LibGL::UniformType), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetActiveUniform
-
#get_active_uniform_block_iv(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UniformBlockPName, Pointer(LibGL::Int), Void)
Proc type for the function glGetActiveUniformBlockiv
-
#get_active_uniform_block_iv : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UniformBlockPName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetActiveUniformBlockiv
-
#get_active_uniform_block_name(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetActiveUniformBlockName
-
#get_active_uniform_block_name : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetActiveUniformBlockName
-
#get_active_uniform_name(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetActiveUniformName
-
#get_active_uniform_name : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetActiveUniformName
-
#get_active_uniforms_iv(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::UInt), LibGL::UniformPName, Pointer(LibGL::Int), Void)
Proc type for the function glGetActiveUniformsiv
-
#get_active_uniforms_iv : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::UInt), LibGL::UniformPName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetActiveUniformsiv
-
#get_attached_shaders(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::UInt), Void)
Proc type for the function glGetAttachedShaders
-
#get_attached_shaders : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetAttachedShaders
-
#get_attrib_location(address) : Proc(LibGL::UInt, Pointer(LibGL::Char), LibGL::Int)
Proc type for the function glGetAttribLocation
-
#get_attrib_location : ::Proc(LibGL::UInt, ::Pointer(LibGL::Char), LibGL::Int).class
Proc type for the function glGetAttribLocation
-
#get_boolean_i_v(address) : Proc(LibGL::BufferTargetARB, LibGL::UInt, Pointer(LibGL::Boolean), Void)
Proc type for the function glGetBooleani_v
-
#get_boolean_i_v : ::Proc(LibGL::BufferTargetARB, LibGL::UInt, ::Pointer(LibGL::Boolean), ::Void).class
Proc type for the function glGetBooleani_v
-
#get_boolean_v(address) : Proc(LibGL::GetPName, Pointer(LibGL::Boolean), Void)
Proc type for the function glGetBooleanv
-
#get_boolean_v : ::Proc(LibGL::GetPName, ::Pointer(LibGL::Boolean), ::Void).class
Proc type for the function glGetBooleanv
-
#get_buffer_parameter_i64v(address) : Proc(LibGL::BufferTargetARB, LibGL::BufferPNameARB, Pointer(LibGL::Int64), Void)
Proc type for the function glGetBufferParameteri64v
-
#get_buffer_parameter_i64v : ::Proc(LibGL::BufferTargetARB, LibGL::BufferPNameARB, ::Pointer(LibGL::Int64), ::Void).class
Proc type for the function glGetBufferParameteri64v
-
#get_buffer_parameter_iv(address) : Proc(LibGL::BufferTargetARB, LibGL::BufferPNameARB, Pointer(LibGL::Int), Void)
Proc type for the function glGetBufferParameteriv
-
#get_buffer_parameter_iv : ::Proc(LibGL::BufferTargetARB, LibGL::BufferPNameARB, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetBufferParameteriv
-
#get_buffer_pointer_v(address) : Proc(LibGL::BufferTargetARB, LibGL::BufferPointerNameARB, Pointer(Pointer(Void)), Void)
Proc type for the function glGetBufferPointerv
-
#get_buffer_pointer_v : ::Proc(LibGL::BufferTargetARB, LibGL::BufferPointerNameARB, ::Pointer(Pointer(Void)), ::Void).class
Proc type for the function glGetBufferPointerv
-
#get_buffer_sub_data(address) : Proc(LibGL::BufferTargetARB, LibGL::IntPtr, LibGL::SizeIPtr, Pointer(Void), Void)
Proc type for the function glGetBufferSubData
-
#get_buffer_sub_data : ::Proc(LibGL::BufferTargetARB, LibGL::IntPtr, LibGL::SizeIPtr, ::Pointer(Void), ::Void).class
Proc type for the function glGetBufferSubData
-
#get_compressed_tex_image(address) : Proc(LibGL::TextureTarget, LibGL::Int, Pointer(Void), Void)
Proc type for the function glGetCompressedTexImage
-
#get_compressed_tex_image : ::Proc(LibGL::TextureTarget, LibGL::Int, ::Pointer(Void), ::Void).class
Proc type for the function glGetCompressedTexImage
-
#get_compressed_texture_image(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glGetCompressedTextureImage
-
#get_compressed_texture_image : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glGetCompressedTextureImage
-
#get_compressed_texture_sub_image(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glGetCompressedTextureSubImage
-
#get_compressed_texture_sub_image : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glGetCompressedTextureSubImage
-
#get_debug_message_log(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::DebugSource), Pointer(LibGL::DebugType), Pointer(LibGL::UInt), Pointer(LibGL::DebugSeverity), Pointer(LibGL::SizeI), Pointer(LibGL::Char), LibGL::UInt)
Proc type for the function glGetDebugMessageLog
-
#get_debug_message_log : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::DebugSource), ::Pointer(LibGL::DebugType), ::Pointer(LibGL::UInt), ::Pointer(LibGL::DebugSeverity), ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), LibGL::UInt).class
Proc type for the function glGetDebugMessageLog
-
#get_double_i_v(address) : Proc(LibGL::GetPName, LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glGetDoublei_v
-
#get_double_i_v : ::Proc(LibGL::GetPName, LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glGetDoublei_v
-
#get_double_v(address) : Proc(LibGL::GetPName, Pointer(LibGL::Double), Void)
Proc type for the function glGetDoublev
-
#get_double_v : ::Proc(LibGL::GetPName, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glGetDoublev
-
#get_error(address) : Proc(LibGL::Enum)
Proc type for the function glGetError
-
#get_error : ::Proc(LibGL::Enum).class
Proc type for the function glGetError
-
#get_float_i_v(address) : Proc(LibGL::GetPName, LibGL::UInt, Pointer(LibGL::Float), Void)
Proc type for the function glGetFloati_v
-
#get_float_i_v : ::Proc(LibGL::GetPName, LibGL::UInt, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetFloati_v
-
#get_float_v(address) : Proc(LibGL::GetPName, Pointer(LibGL::Float), Void)
Proc type for the function glGetFloatv
-
#get_float_v : ::Proc(LibGL::GetPName, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetFloatv
-
#get_frag_data_index(address) : Proc(LibGL::UInt, Pointer(LibGL::Char), LibGL::Int)
Proc type for the function glGetFragDataIndex
-
#get_frag_data_index : ::Proc(LibGL::UInt, ::Pointer(LibGL::Char), LibGL::Int).class
Proc type for the function glGetFragDataIndex
-
#get_frag_data_location(address) : Proc(LibGL::UInt, Pointer(LibGL::Char), LibGL::Int)
Proc type for the function glGetFragDataLocation
-
#get_frag_data_location : ::Proc(LibGL::UInt, ::Pointer(LibGL::Char), LibGL::Int).class
Proc type for the function glGetFragDataLocation
-
#get_framebuffer_attachment_parameter_iv(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::FramebufferAttachmentParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetFramebufferAttachmentParameteriv
-
#get_framebuffer_attachment_parameter_iv : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachment, LibGL::FramebufferAttachmentParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetFramebufferAttachmentParameteriv
-
#get_framebuffer_parameter_iv(address) : Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachmentParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetFramebufferParameteriv
-
#get_framebuffer_parameter_iv : ::Proc(LibGL::FramebufferTarget, LibGL::FramebufferAttachmentParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetFramebufferParameteriv
-
#get_graphics_reset_status(address) : Proc(LibGL::Enum)
Proc type for the function glGetGraphicsResetStatus
-
#get_graphics_reset_status : ::Proc(LibGL::Enum).class
Proc type for the function glGetGraphicsResetStatus
-
#get_integer_64i_v(address) : Proc(LibGL::GetPName, LibGL::UInt, Pointer(LibGL::Int64), Void)
Proc type for the function glGetInteger64i_v
-
#get_integer_64i_v : ::Proc(LibGL::GetPName, LibGL::UInt, ::Pointer(LibGL::Int64), ::Void).class
Proc type for the function glGetInteger64i_v
-
#get_integer_64v(address) : Proc(LibGL::GetPName, Pointer(LibGL::Int64), Void)
Proc type for the function glGetInteger64v
-
#get_integer_64v : ::Proc(LibGL::GetPName, ::Pointer(LibGL::Int64), ::Void).class
Proc type for the function glGetInteger64v
-
#get_integer_i_v(address) : Proc(LibGL::GetPName, LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glGetIntegeri_v
-
#get_integer_i_v : ::Proc(LibGL::GetPName, LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetIntegeri_v
-
#get_integer_v(address) : Proc(LibGL::GetPName, Pointer(LibGL::Int), Void)
Proc type for the function glGetIntegerv
-
#get_integer_v : ::Proc(LibGL::GetPName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetIntegerv
-
#get_internalformat_i64v(address) : Proc(LibGL::TextureTarget, LibGL::InternalFormat, LibGL::InternalFormatPName, LibGL::SizeI, Pointer(LibGL::Int64), Void)
Proc type for the function glGetInternalformati64v
-
#get_internalformat_i64v : ::Proc(LibGL::TextureTarget, LibGL::InternalFormat, LibGL::InternalFormatPName, LibGL::SizeI, ::Pointer(LibGL::Int64), ::Void).class
Proc type for the function glGetInternalformati64v
-
#get_internalformat_iv(address) : Proc(LibGL::TextureTarget, LibGL::InternalFormat, LibGL::InternalFormatPName, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glGetInternalformativ
-
#get_internalformat_iv : ::Proc(LibGL::TextureTarget, LibGL::InternalFormat, LibGL::InternalFormatPName, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetInternalformativ
-
#get_multisample_fv(address) : Proc(LibGL::GetMultisamplePNameNV, LibGL::UInt, Pointer(LibGL::Float), Void)
Proc type for the function glGetMultisamplefv
-
#get_multisample_fv : ::Proc(LibGL::GetMultisamplePNameNV, LibGL::UInt, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetMultisamplefv
-
#get_named_buffer_parameter_i64v(address) : Proc(LibGL::UInt, LibGL::BufferPNameARB, Pointer(LibGL::Int64), Void)
Proc type for the function glGetNamedBufferParameteri64v
-
#get_named_buffer_parameter_i64v : ::Proc(LibGL::UInt, LibGL::BufferPNameARB, ::Pointer(LibGL::Int64), ::Void).class
Proc type for the function glGetNamedBufferParameteri64v
-
#get_named_buffer_parameter_iv(address) : Proc(LibGL::UInt, LibGL::BufferPNameARB, Pointer(LibGL::Int), Void)
Proc type for the function glGetNamedBufferParameteriv
-
#get_named_buffer_parameter_iv : ::Proc(LibGL::UInt, LibGL::BufferPNameARB, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetNamedBufferParameteriv
-
#get_named_buffer_pointer_v(address) : Proc(LibGL::UInt, LibGL::BufferPointerNameARB, Pointer(Pointer(Void)), Void)
Proc type for the function glGetNamedBufferPointerv
-
#get_named_buffer_pointer_v : ::Proc(LibGL::UInt, LibGL::BufferPointerNameARB, ::Pointer(Pointer(Void)), ::Void).class
Proc type for the function glGetNamedBufferPointerv
-
#get_named_buffer_sub_data(address) : Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, Pointer(Void), Void)
Proc type for the function glGetNamedBufferSubData
-
#get_named_buffer_sub_data : ::Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, ::Pointer(Void), ::Void).class
Proc type for the function glGetNamedBufferSubData
-
#get_named_framebuffer_attachment_parameter_iv(address) : Proc(LibGL::UInt, LibGL::FramebufferAttachment, LibGL::FramebufferAttachmentParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetNamedFramebufferAttachmentParameteriv
-
#get_named_framebuffer_attachment_parameter_iv : ::Proc(LibGL::UInt, LibGL::FramebufferAttachment, LibGL::FramebufferAttachmentParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetNamedFramebufferAttachmentParameteriv
-
#get_named_framebuffer_parameter_iv(address) : Proc(LibGL::UInt, LibGL::GetFramebufferParameter, Pointer(LibGL::Int), Void)
Proc type for the function glGetNamedFramebufferParameteriv
-
#get_named_framebuffer_parameter_iv : ::Proc(LibGL::UInt, LibGL::GetFramebufferParameter, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetNamedFramebufferParameteriv
-
#get_named_renderbuffer_parameter_iv(address) : Proc(LibGL::UInt, LibGL::RenderbufferParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetNamedRenderbufferParameteriv
-
#get_named_renderbuffer_parameter_iv : ::Proc(LibGL::UInt, LibGL::RenderbufferParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetNamedRenderbufferParameteriv
-
#get_object_label(address) : Proc(LibGL::ObjectIdentifier, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetObjectLabel
-
#get_object_label : ::Proc(LibGL::ObjectIdentifier, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetObjectLabel
-
#get_object_ptr_label(address) : Proc(Pointer(Void), LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetObjectPtrLabel
-
#get_object_ptr_label : ::Proc(::Pointer(Void), LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetObjectPtrLabel
-
#get_pointer_v(address) : Proc(LibGL::GetPointervPName, Pointer(Pointer(Void)), Void)
Proc type for the function glGetPointerv
-
#get_pointer_v : ::Proc(LibGL::GetPointervPName, ::Pointer(Pointer(Void)), ::Void).class
Proc type for the function glGetPointerv
-
#get_program_binary(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Enum), Pointer(Void), Void)
Proc type for the function glGetProgramBinary
-
#get_program_binary : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Enum), ::Pointer(Void), ::Void).class
Proc type for the function glGetProgramBinary
-
#get_program_info_log(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetProgramInfoLog
-
#get_program_info_log : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetProgramInfoLog
-
#get_program_interface_iv(address) : Proc(LibGL::UInt, LibGL::ProgramInterface, LibGL::ProgramInterfacePName, Pointer(LibGL::Int), Void)
Proc type for the function glGetProgramInterfaceiv
-
#get_program_interface_iv : ::Proc(LibGL::UInt, LibGL::ProgramInterface, LibGL::ProgramInterfacePName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetProgramInterfaceiv
-
#get_program_iv(address) : Proc(LibGL::UInt, LibGL::ProgramPropertyARB, Pointer(LibGL::Int), Void)
Proc type for the function glGetProgramiv
-
#get_program_iv : ::Proc(LibGL::UInt, LibGL::ProgramPropertyARB, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetProgramiv
-
#get_program_pipeline_info_log(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetProgramPipelineInfoLog
-
#get_program_pipeline_info_log : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetProgramPipelineInfoLog
-
#get_program_pipeline_iv(address) : Proc(LibGL::UInt, LibGL::PipelineParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetProgramPipelineiv
-
#get_program_pipeline_iv : ::Proc(LibGL::UInt, LibGL::PipelineParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetProgramPipelineiv
-
#get_program_resource_index(address) : Proc(LibGL::UInt, LibGL::ProgramInterface, Pointer(LibGL::Char), LibGL::UInt)
Proc type for the function glGetProgramResourceIndex
-
#get_program_resource_index : ::Proc(LibGL::UInt, LibGL::ProgramInterface, ::Pointer(LibGL::Char), LibGL::UInt).class
Proc type for the function glGetProgramResourceIndex
-
#get_program_resource_iv(address) : Proc(LibGL::UInt, LibGL::ProgramInterface, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::ProgramResourceProperty), LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Int), Void)
Proc type for the function glGetProgramResourceiv
-
#get_program_resource_iv : ::Proc(LibGL::UInt, LibGL::ProgramInterface, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::ProgramResourceProperty), LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetProgramResourceiv
-
#get_program_resource_location(address) : Proc(LibGL::UInt, LibGL::ProgramInterface, Pointer(LibGL::Char), LibGL::Int)
Proc type for the function glGetProgramResourceLocation
-
#get_program_resource_location : ::Proc(LibGL::UInt, LibGL::ProgramInterface, ::Pointer(LibGL::Char), LibGL::Int).class
Proc type for the function glGetProgramResourceLocation
-
#get_program_resource_location_index(address) : Proc(LibGL::UInt, LibGL::ProgramInterface, Pointer(LibGL::Char), LibGL::Int)
Proc type for the function glGetProgramResourceLocationIndex
-
#get_program_resource_location_index : ::Proc(LibGL::UInt, LibGL::ProgramInterface, ::Pointer(LibGL::Char), LibGL::Int).class
Proc type for the function glGetProgramResourceLocationIndex
-
#get_program_resource_name(address) : Proc(LibGL::UInt, LibGL::ProgramInterface, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetProgramResourceName
-
#get_program_resource_name : ::Proc(LibGL::UInt, LibGL::ProgramInterface, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetProgramResourceName
-
#get_program_stage_iv(address) : Proc(LibGL::UInt, LibGL::ShaderType, LibGL::ProgramStagePName, Pointer(LibGL::Int), Void)
Proc type for the function glGetProgramStageiv
-
#get_program_stage_iv : ::Proc(LibGL::UInt, LibGL::ShaderType, LibGL::ProgramStagePName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetProgramStageiv
-
#get_query_buffer_object_i64v(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::QueryObjectParameterName, LibGL::IntPtr, Void)
Proc type for the function glGetQueryBufferObjecti64v
-
#get_query_buffer_object_i64v : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::QueryObjectParameterName, LibGL::IntPtr, ::Void).class
Proc type for the function glGetQueryBufferObjecti64v
-
#get_query_buffer_object_iv(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::QueryObjectParameterName, LibGL::IntPtr, Void)
Proc type for the function glGetQueryBufferObjectiv
-
#get_query_buffer_object_iv : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::QueryObjectParameterName, LibGL::IntPtr, ::Void).class
Proc type for the function glGetQueryBufferObjectiv
-
#get_query_buffer_object_ui64v(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::QueryObjectParameterName, LibGL::IntPtr, Void)
Proc type for the function glGetQueryBufferObjectui64v
-
#get_query_buffer_object_ui64v : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::QueryObjectParameterName, LibGL::IntPtr, ::Void).class
Proc type for the function glGetQueryBufferObjectui64v
-
#get_query_buffer_object_uiv(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::QueryObjectParameterName, LibGL::IntPtr, Void)
Proc type for the function glGetQueryBufferObjectuiv
-
#get_query_buffer_object_uiv : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::QueryObjectParameterName, LibGL::IntPtr, ::Void).class
Proc type for the function glGetQueryBufferObjectuiv
-
#get_query_indexed_iv(address) : Proc(LibGL::QueryTarget, LibGL::UInt, LibGL::QueryParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetQueryIndexediv
-
#get_query_indexed_iv : ::Proc(LibGL::QueryTarget, LibGL::UInt, LibGL::QueryParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetQueryIndexediv
-
#get_query_iv(address) : Proc(LibGL::QueryTarget, LibGL::QueryParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetQueryiv
-
#get_query_iv : ::Proc(LibGL::QueryTarget, LibGL::QueryParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetQueryiv
-
#get_query_object_i64v(address) : Proc(LibGL::UInt, LibGL::QueryObjectParameterName, Pointer(LibGL::Int64), Void)
Proc type for the function glGetQueryObjecti64v
-
#get_query_object_i64v : ::Proc(LibGL::UInt, LibGL::QueryObjectParameterName, ::Pointer(LibGL::Int64), ::Void).class
Proc type for the function glGetQueryObjecti64v
-
#get_query_object_iv(address) : Proc(LibGL::UInt, LibGL::QueryObjectParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetQueryObjectiv
-
#get_query_object_iv : ::Proc(LibGL::UInt, LibGL::QueryObjectParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetQueryObjectiv
-
#get_query_object_ui64v(address) : Proc(LibGL::UInt, LibGL::QueryObjectParameterName, Pointer(LibGL::UInt64), Void)
Proc type for the function glGetQueryObjectui64v
-
#get_query_object_ui64v : ::Proc(LibGL::UInt, LibGL::QueryObjectParameterName, ::Pointer(LibGL::UInt64), ::Void).class
Proc type for the function glGetQueryObjectui64v
-
#get_query_object_uiv(address) : Proc(LibGL::UInt, LibGL::QueryObjectParameterName, Pointer(LibGL::UInt), Void)
Proc type for the function glGetQueryObjectuiv
-
#get_query_object_uiv : ::Proc(LibGL::UInt, LibGL::QueryObjectParameterName, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetQueryObjectuiv
-
#get_renderbuffer_parameter_iv(address) : Proc(LibGL::RenderbufferTarget, LibGL::RenderbufferParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetRenderbufferParameteriv
-
#get_renderbuffer_parameter_iv : ::Proc(LibGL::RenderbufferTarget, LibGL::RenderbufferParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetRenderbufferParameteriv
-
#get_sampler_parameter_fv(address) : Proc(LibGL::UInt, LibGL::SamplerParameterF, Pointer(LibGL::Float), Void)
Proc type for the function glGetSamplerParameterfv
-
#get_sampler_parameter_fv : ::Proc(LibGL::UInt, LibGL::SamplerParameterF, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetSamplerParameterfv
-
#get_sampler_parameter_i_iv(address) : Proc(LibGL::UInt, LibGL::SamplerParameterI, Pointer(LibGL::Int), Void)
Proc type for the function glGetSamplerParameterIiv
-
#get_sampler_parameter_i_iv : ::Proc(LibGL::UInt, LibGL::SamplerParameterI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetSamplerParameterIiv
-
#get_sampler_parameter_i_uiv(address) : Proc(LibGL::UInt, LibGL::SamplerParameterI, Pointer(LibGL::UInt), Void)
Proc type for the function glGetSamplerParameterIuiv
-
#get_sampler_parameter_i_uiv : ::Proc(LibGL::UInt, LibGL::SamplerParameterI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetSamplerParameterIuiv
-
#get_sampler_parameter_iv(address) : Proc(LibGL::UInt, LibGL::SamplerParameterI, Pointer(LibGL::Int), Void)
Proc type for the function glGetSamplerParameteriv
-
#get_sampler_parameter_iv : ::Proc(LibGL::UInt, LibGL::SamplerParameterI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetSamplerParameteriv
-
#get_shader_info_log(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetShaderInfoLog
-
#get_shader_info_log : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetShaderInfoLog
-
#get_shader_iv(address) : Proc(LibGL::UInt, LibGL::ShaderParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glGetShaderiv
-
#get_shader_iv : ::Proc(LibGL::UInt, LibGL::ShaderParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetShaderiv
-
#get_shader_precision_format(address) : Proc(LibGL::ShaderType, LibGL::PrecisionType, Pointer(LibGL::Int), Pointer(LibGL::Int), Void)
Proc type for the function glGetShaderPrecisionFormat
-
#get_shader_precision_format : ::Proc(LibGL::ShaderType, LibGL::PrecisionType, ::Pointer(LibGL::Int), ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetShaderPrecisionFormat
-
#get_shader_source(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Char), Void)
Proc type for the function glGetShaderSource
-
#get_shader_source : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetShaderSource
-
#get_string(address) : Proc(LibGL::StringName, Pointer(LibGL::UByte))
Proc type for the function glGetString
-
#get_string : ::Proc(LibGL::StringName, ::Pointer(LibGL::UByte)).class
Proc type for the function glGetString
-
#get_string_i(address) : Proc(LibGL::StringName, LibGL::UInt, Pointer(LibGL::UByte))
Proc type for the function glGetStringi
-
#get_string_i : ::Proc(LibGL::StringName, LibGL::UInt, ::Pointer(LibGL::UByte)).class
Proc type for the function glGetStringi
-
#get_subroutine_index(address) : Proc(LibGL::UInt, LibGL::ShaderType, Pointer(LibGL::Char), LibGL::UInt)
Proc type for the function glGetSubroutineIndex
-
#get_subroutine_index : ::Proc(LibGL::UInt, LibGL::ShaderType, ::Pointer(LibGL::Char), LibGL::UInt).class
Proc type for the function glGetSubroutineIndex
-
#get_subroutine_uniform_location(address) : Proc(LibGL::UInt, LibGL::ShaderType, Pointer(LibGL::Char), LibGL::Int)
Proc type for the function glGetSubroutineUniformLocation
-
#get_subroutine_uniform_location : ::Proc(LibGL::UInt, LibGL::ShaderType, ::Pointer(LibGL::Char), LibGL::Int).class
Proc type for the function glGetSubroutineUniformLocation
-
#get_sync_iv(address) : Proc(LibGL::Sync, LibGL::SyncParameterName, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::Int), Void)
Proc type for the function glGetSynciv
-
#get_sync_iv : ::Proc(LibGL::Sync, LibGL::SyncParameterName, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetSynciv
-
#get_tex_image(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glGetTexImage
-
#get_tex_image : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glGetTexImage
-
#get_tex_level_parameter_fv(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::GetTextureParameter, Pointer(LibGL::Float), Void)
Proc type for the function glGetTexLevelParameterfv
-
#get_tex_level_parameter_fv : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::GetTextureParameter, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetTexLevelParameterfv
-
#get_tex_level_parameter_iv(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::GetTextureParameter, Pointer(LibGL::Int), Void)
Proc type for the function glGetTexLevelParameteriv
-
#get_tex_level_parameter_iv : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::GetTextureParameter, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetTexLevelParameteriv
-
#get_tex_parameter_fv(address) : Proc(LibGL::TextureTarget, LibGL::GetTextureParameter, Pointer(LibGL::Float), Void)
Proc type for the function glGetTexParameterfv
-
#get_tex_parameter_fv : ::Proc(LibGL::TextureTarget, LibGL::GetTextureParameter, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetTexParameterfv
-
#get_tex_parameter_i_iv(address) : Proc(LibGL::TextureTarget, LibGL::GetTextureParameter, Pointer(LibGL::Int), Void)
Proc type for the function glGetTexParameterIiv
-
#get_tex_parameter_i_iv : ::Proc(LibGL::TextureTarget, LibGL::GetTextureParameter, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetTexParameterIiv
-
#get_tex_parameter_i_uiv(address) : Proc(LibGL::TextureTarget, LibGL::GetTextureParameter, Pointer(LibGL::UInt), Void)
Proc type for the function glGetTexParameterIuiv
-
#get_tex_parameter_i_uiv : ::Proc(LibGL::TextureTarget, LibGL::GetTextureParameter, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetTexParameterIuiv
-
#get_tex_parameter_iv(address) : Proc(LibGL::TextureTarget, LibGL::GetTextureParameter, Pointer(LibGL::Int), Void)
Proc type for the function glGetTexParameteriv
-
#get_tex_parameter_iv : ::Proc(LibGL::TextureTarget, LibGL::GetTextureParameter, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetTexParameteriv
-
#get_texture_image(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glGetTextureImage
-
#get_texture_image : ::Proc(LibGL::UInt, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glGetTextureImage
-
#get_texture_level_parameter_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::GetTextureParameter, Pointer(LibGL::Float), Void)
Proc type for the function glGetTextureLevelParameterfv
-
#get_texture_level_parameter_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::GetTextureParameter, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetTextureLevelParameterfv
-
#get_texture_level_parameter_iv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::GetTextureParameter, Pointer(LibGL::Int), Void)
Proc type for the function glGetTextureLevelParameteriv
-
#get_texture_level_parameter_iv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::GetTextureParameter, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetTextureLevelParameteriv
-
#get_texture_parameter_fv(address) : Proc(LibGL::UInt, LibGL::GetTextureParameter, Pointer(LibGL::Float), Void)
Proc type for the function glGetTextureParameterfv
-
#get_texture_parameter_fv : ::Proc(LibGL::UInt, LibGL::GetTextureParameter, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetTextureParameterfv
-
#get_texture_parameter_i_iv(address) : Proc(LibGL::UInt, LibGL::GetTextureParameter, Pointer(LibGL::Int), Void)
Proc type for the function glGetTextureParameterIiv
-
#get_texture_parameter_i_iv : ::Proc(LibGL::UInt, LibGL::GetTextureParameter, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetTextureParameterIiv
-
#get_texture_parameter_i_uiv(address) : Proc(LibGL::UInt, LibGL::GetTextureParameter, Pointer(LibGL::UInt), Void)
Proc type for the function glGetTextureParameterIuiv
-
#get_texture_parameter_i_uiv : ::Proc(LibGL::UInt, LibGL::GetTextureParameter, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetTextureParameterIuiv
-
#get_texture_parameter_iv(address) : Proc(LibGL::UInt, LibGL::GetTextureParameter, Pointer(LibGL::Int), Void)
Proc type for the function glGetTextureParameteriv
-
#get_texture_parameter_iv : ::Proc(LibGL::UInt, LibGL::GetTextureParameter, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetTextureParameteriv
-
#get_texture_sub_image(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glGetTextureSubImage
-
#get_texture_sub_image : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glGetTextureSubImage
-
#get_transform_feedback_i64_v(address) : Proc(LibGL::UInt, LibGL::TransformFeedbackPName, LibGL::UInt, Pointer(LibGL::Int64), Void)
Proc type for the function glGetTransformFeedbacki64_v
-
#get_transform_feedback_i64_v : ::Proc(LibGL::UInt, LibGL::TransformFeedbackPName, LibGL::UInt, ::Pointer(LibGL::Int64), ::Void).class
Proc type for the function glGetTransformFeedbacki64_v
-
#get_transform_feedback_i_v(address) : Proc(LibGL::UInt, LibGL::TransformFeedbackPName, LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glGetTransformFeedbacki_v
-
#get_transform_feedback_i_v : ::Proc(LibGL::UInt, LibGL::TransformFeedbackPName, LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetTransformFeedbacki_v
-
#get_transform_feedback_iv(address) : Proc(LibGL::UInt, LibGL::TransformFeedbackPName, Pointer(LibGL::Int), Void)
Proc type for the function glGetTransformFeedbackiv
-
#get_transform_feedback_iv : ::Proc(LibGL::UInt, LibGL::TransformFeedbackPName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetTransformFeedbackiv
-
#get_transform_feedback_varying(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::SizeI), Pointer(LibGL::SizeI), Pointer(LibGL::AttributeType), Pointer(LibGL::Char), Void)
Proc type for the function glGetTransformFeedbackVarying
-
#get_transform_feedback_varying : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::SizeI), ::Pointer(LibGL::SizeI), ::Pointer(LibGL::AttributeType), ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glGetTransformFeedbackVarying
-
#get_uniform_block_index(address) : Proc(LibGL::UInt, Pointer(LibGL::Char), LibGL::UInt)
Proc type for the function glGetUniformBlockIndex
-
#get_uniform_block_index : ::Proc(LibGL::UInt, ::Pointer(LibGL::Char), LibGL::UInt).class
Proc type for the function glGetUniformBlockIndex
-
#get_uniform_dv(address) : Proc(LibGL::UInt, LibGL::Int, Pointer(LibGL::Double), Void)
Proc type for the function glGetUniformdv
-
#get_uniform_dv : ::Proc(LibGL::UInt, LibGL::Int, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glGetUniformdv
-
#get_uniform_fv(address) : Proc(LibGL::UInt, LibGL::Int, Pointer(LibGL::Float), Void)
Proc type for the function glGetUniformfv
-
#get_uniform_fv : ::Proc(LibGL::UInt, LibGL::Int, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetUniformfv
-
#get_uniform_indices(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(Pointer(LibGL::Char)), Pointer(LibGL::UInt), Void)
Proc type for the function glGetUniformIndices
-
#get_uniform_indices : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(::Pointer(LibGL::Char)), ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetUniformIndices
-
#get_uniform_iv(address) : Proc(LibGL::UInt, LibGL::Int, Pointer(LibGL::Int), Void)
Proc type for the function glGetUniformiv
-
#get_uniform_iv : ::Proc(LibGL::UInt, LibGL::Int, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetUniformiv
-
#get_uniform_location(address) : Proc(LibGL::UInt, Pointer(LibGL::Char), LibGL::Int)
Proc type for the function glGetUniformLocation
-
#get_uniform_location : ::Proc(LibGL::UInt, ::Pointer(LibGL::Char), LibGL::Int).class
Proc type for the function glGetUniformLocation
-
#get_uniform_subroutine_uiv(address) : Proc(LibGL::ShaderType, LibGL::Int, Pointer(LibGL::UInt), Void)
Proc type for the function glGetUniformSubroutineuiv
-
#get_uniform_subroutine_uiv : ::Proc(LibGL::ShaderType, LibGL::Int, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetUniformSubroutineuiv
-
#get_uniform_uiv(address) : Proc(LibGL::UInt, LibGL::Int, Pointer(LibGL::UInt), Void)
Proc type for the function glGetUniformuiv
-
#get_uniform_uiv : ::Proc(LibGL::UInt, LibGL::Int, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetUniformuiv
-
#get_vertex_array_indexed_64iv(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::VertexArrayPName, Pointer(LibGL::Int64), Void)
Proc type for the function glGetVertexArrayIndexed64iv
-
#get_vertex_array_indexed_64iv : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::VertexArrayPName, ::Pointer(LibGL::Int64), ::Void).class
Proc type for the function glGetVertexArrayIndexed64iv
-
#get_vertex_array_indexed_iv(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::VertexArrayPName, Pointer(LibGL::Int), Void)
Proc type for the function glGetVertexArrayIndexediv
-
#get_vertex_array_indexed_iv : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::VertexArrayPName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetVertexArrayIndexediv
-
#get_vertex_array_iv(address) : Proc(LibGL::UInt, LibGL::VertexArrayPName, Pointer(LibGL::Int), Void)
Proc type for the function glGetVertexArrayiv
-
#get_vertex_array_iv : ::Proc(LibGL::UInt, LibGL::VertexArrayPName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetVertexArrayiv
-
#get_vertex_attrib_dv(address) : Proc(LibGL::UInt, LibGL::VertexAttribPropertyARB, Pointer(LibGL::Double), Void)
Proc type for the function glGetVertexAttribdv
-
#get_vertex_attrib_dv : ::Proc(LibGL::UInt, LibGL::VertexAttribPropertyARB, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glGetVertexAttribdv
-
#get_vertex_attrib_fv(address) : Proc(LibGL::UInt, LibGL::VertexAttribPropertyARB, Pointer(LibGL::Float), Void)
Proc type for the function glGetVertexAttribfv
-
#get_vertex_attrib_fv : ::Proc(LibGL::UInt, LibGL::VertexAttribPropertyARB, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetVertexAttribfv
-
#get_vertex_attrib_i_iv(address) : Proc(LibGL::UInt, LibGL::VertexAttribEnum, Pointer(LibGL::Int), Void)
Proc type for the function glGetVertexAttribIiv
-
#get_vertex_attrib_i_iv : ::Proc(LibGL::UInt, LibGL::VertexAttribEnum, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetVertexAttribIiv
-
#get_vertex_attrib_i_uiv(address) : Proc(LibGL::UInt, LibGL::VertexAttribEnum, Pointer(LibGL::UInt), Void)
Proc type for the function glGetVertexAttribIuiv
-
#get_vertex_attrib_i_uiv : ::Proc(LibGL::UInt, LibGL::VertexAttribEnum, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetVertexAttribIuiv
-
#get_vertex_attrib_iv(address) : Proc(LibGL::UInt, LibGL::VertexAttribPropertyARB, Pointer(LibGL::Int), Void)
Proc type for the function glGetVertexAttribiv
-
#get_vertex_attrib_iv : ::Proc(LibGL::UInt, LibGL::VertexAttribPropertyARB, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetVertexAttribiv
-
#get_vertex_attrib_l_dv(address) : Proc(LibGL::UInt, LibGL::VertexAttribEnum, Pointer(LibGL::Double), Void)
Proc type for the function glGetVertexAttribLdv
-
#get_vertex_attrib_l_dv : ::Proc(LibGL::UInt, LibGL::VertexAttribEnum, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glGetVertexAttribLdv
-
#get_vertex_attrib_pointer_v(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerPropertyARB, Pointer(Pointer(Void)), Void)
Proc type for the function glGetVertexAttribPointerv
-
#get_vertex_attrib_pointer_v : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerPropertyARB, ::Pointer(Pointer(Void)), ::Void).class
Proc type for the function glGetVertexAttribPointerv
-
#getn_compressed_tex_image(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glGetnCompressedTexImage
-
#getn_compressed_tex_image : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glGetnCompressedTexImage
-
#getn_tex_image(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glGetnTexImage
-
#getn_tex_image : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glGetnTexImage
-
#getn_uniform_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glGetnUniformdv
-
#getn_uniform_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glGetnUniformdv
-
#getn_uniform_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glGetnUniformfv
-
#getn_uniform_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glGetnUniformfv
-
#getn_uniform_iv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glGetnUniformiv
-
#getn_uniform_iv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glGetnUniformiv
-
#getn_uniform_uiv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glGetnUniformuiv
-
#getn_uniform_uiv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glGetnUniformuiv
-
#hint(address) : Proc(LibGL::HintTarget, LibGL::HintMode, Void)
Proc type for the function glHint
-
#hint : ::Proc(LibGL::HintTarget, LibGL::HintMode, ::Void).class
Proc type for the function glHint
-
#invalidate_buffer_data(address) : Proc(LibGL::UInt, Void)
Proc type for the function glInvalidateBufferData
-
#invalidate_buffer_data : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glInvalidateBufferData
-
#invalidate_buffer_sub_data(address) : Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glInvalidateBufferSubData
-
#invalidate_buffer_sub_data : ::Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glInvalidateBufferSubData
-
#invalidate_framebuffer(address) : Proc(LibGL::FramebufferTarget, LibGL::SizeI, Pointer(LibGL::InvalidateFramebufferAttachment), Void)
Proc type for the function glInvalidateFramebuffer
-
#invalidate_framebuffer : ::Proc(LibGL::FramebufferTarget, LibGL::SizeI, ::Pointer(LibGL::InvalidateFramebufferAttachment), ::Void).class
Proc type for the function glInvalidateFramebuffer
-
#invalidate_named_framebuffer_data(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::FramebufferAttachment), Void)
Proc type for the function glInvalidateNamedFramebufferData
-
#invalidate_named_framebuffer_data : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::FramebufferAttachment), ::Void).class
Proc type for the function glInvalidateNamedFramebufferData
-
#invalidate_named_framebuffer_sub_data(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::FramebufferAttachment), LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glInvalidateNamedFramebufferSubData
-
#invalidate_named_framebuffer_sub_data : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::FramebufferAttachment), LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glInvalidateNamedFramebufferSubData
-
#invalidate_sub_framebuffer(address) : Proc(LibGL::FramebufferTarget, LibGL::SizeI, Pointer(LibGL::InvalidateFramebufferAttachment), LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glInvalidateSubFramebuffer
-
#invalidate_sub_framebuffer : ::Proc(LibGL::FramebufferTarget, LibGL::SizeI, ::Pointer(LibGL::InvalidateFramebufferAttachment), LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glInvalidateSubFramebuffer
-
#invalidate_tex_image(address) : Proc(LibGL::UInt, LibGL::Int, Void)
Proc type for the function glInvalidateTexImage
-
#invalidate_tex_image : ::Proc(LibGL::UInt, LibGL::Int, ::Void).class
Proc type for the function glInvalidateTexImage
-
#invalidate_tex_sub_image(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glInvalidateTexSubImage
-
#invalidate_tex_sub_image : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glInvalidateTexSubImage
-
#is_buffer(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsBuffer
-
#is_buffer : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsBuffer
-
#is_enabled(address) : Proc(LibGL::EnableCap, LibGL::Boolean)
Proc type for the function glIsEnabled
-
#is_enabled : ::Proc(LibGL::EnableCap, LibGL::Boolean).class
Proc type for the function glIsEnabled
-
#is_enabled_i(address) : Proc(LibGL::EnableCap, LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsEnabledi
-
#is_enabled_i : ::Proc(LibGL::EnableCap, LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsEnabledi
-
#is_framebuffer(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsFramebuffer
-
#is_framebuffer : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsFramebuffer
-
#is_program(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsProgram
-
#is_program : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsProgram
-
#is_program_pipeline(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsProgramPipeline
-
#is_program_pipeline : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsProgramPipeline
-
#is_query(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsQuery
-
#is_query : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsQuery
-
#is_renderbuffer(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsRenderbuffer
-
#is_renderbuffer : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsRenderbuffer
-
#is_sampler(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsSampler
-
#is_sampler : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsSampler
-
#is_shader(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsShader
-
#is_shader : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsShader
-
#is_sync(address) : Proc(LibGL::Sync, LibGL::Boolean)
Proc type for the function glIsSync
-
#is_sync : ::Proc(LibGL::Sync, LibGL::Boolean).class
Proc type for the function glIsSync
-
#is_texture(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsTexture
-
#is_texture : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsTexture
-
#is_transform_feedback(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsTransformFeedback
-
#is_transform_feedback : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsTransformFeedback
-
#is_vertex_array(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glIsVertexArray
-
#is_vertex_array : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glIsVertexArray
-
#line_width(address) : Proc(LibGL::Float, Void)
Proc type for the function glLineWidth
-
#line_width : ::Proc(LibGL::Float, ::Void).class
Proc type for the function glLineWidth
-
#link_program(address) : Proc(LibGL::UInt, Void)
Proc type for the function glLinkProgram
-
#link_program : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glLinkProgram
-
#logic_op(address) : Proc(LibGL::LogicOp, Void)
Proc type for the function glLogicOp
-
#logic_op : ::Proc(LibGL::LogicOp, ::Void).class
Proc type for the function glLogicOp
-
#map_buffer(address) : Proc(LibGL::BufferTargetARB, LibGL::BufferAccessARB, Pointer(Void))
Proc type for the function glMapBuffer
-
#map_buffer : ::Proc(LibGL::BufferTargetARB, LibGL::BufferAccessARB, ::Pointer(Void)).class
Proc type for the function glMapBuffer
-
#map_buffer_range(address) : Proc(LibGL::BufferTargetARB, LibGL::IntPtr, LibGL::SizeIPtr, LibGL::MapBufferAccessMask, Pointer(Void))
Proc type for the function glMapBufferRange
-
#map_buffer_range : ::Proc(LibGL::BufferTargetARB, LibGL::IntPtr, LibGL::SizeIPtr, LibGL::MapBufferAccessMask, ::Pointer(Void)).class
Proc type for the function glMapBufferRange
-
#map_named_buffer(address) : Proc(LibGL::UInt, LibGL::BufferAccessARB, Pointer(Void))
Proc type for the function glMapNamedBuffer
-
#map_named_buffer : ::Proc(LibGL::UInt, LibGL::BufferAccessARB, ::Pointer(Void)).class
Proc type for the function glMapNamedBuffer
-
#map_named_buffer_range(address) : Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, LibGL::MapBufferAccessMask, Pointer(Void))
Proc type for the function glMapNamedBufferRange
-
#map_named_buffer_range : ::Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, LibGL::MapBufferAccessMask, ::Pointer(Void)).class
Proc type for the function glMapNamedBufferRange
-
#memory_barrier(address) : Proc(LibGL::MemoryBarrierMask, Void)
Proc type for the function glMemoryBarrier
-
#memory_barrier : ::Proc(LibGL::MemoryBarrierMask, ::Void).class
Proc type for the function glMemoryBarrier
-
#memory_barrier_by_region(address) : Proc(LibGL::MemoryBarrierMask, Void)
Proc type for the function glMemoryBarrierByRegion
-
#memory_barrier_by_region : ::Proc(LibGL::MemoryBarrierMask, ::Void).class
Proc type for the function glMemoryBarrierByRegion
-
#min_sample_shading(address) : Proc(LibGL::Float, Void)
Proc type for the function glMinSampleShading
-
#min_sample_shading : ::Proc(LibGL::Float, ::Void).class
Proc type for the function glMinSampleShading
-
#multi_draw_arrays(address) : Proc(LibGL::PrimitiveType, Pointer(LibGL::Int), Pointer(LibGL::SizeI), LibGL::SizeI, Void)
Proc type for the function glMultiDrawArrays
-
#multi_draw_arrays : ::Proc(LibGL::PrimitiveType, ::Pointer(LibGL::Int), ::Pointer(LibGL::SizeI), LibGL::SizeI, ::Void).class
Proc type for the function glMultiDrawArrays
-
#multi_draw_arrays_indirect(address) : Proc(LibGL::PrimitiveType, Pointer(Void), LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glMultiDrawArraysIndirect
-
#multi_draw_arrays_indirect : ::Proc(LibGL::PrimitiveType, ::Pointer(Void), LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glMultiDrawArraysIndirect
-
#multi_draw_arrays_indirect_count(address) : Proc(LibGL::PrimitiveType, Pointer(Void), LibGL::IntPtr, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glMultiDrawArraysIndirectCount
-
#multi_draw_arrays_indirect_count : ::Proc(LibGL::PrimitiveType, ::Pointer(Void), LibGL::IntPtr, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glMultiDrawArraysIndirectCount
-
#multi_draw_elements(address) : Proc(LibGL::PrimitiveType, Pointer(LibGL::SizeI), LibGL::DrawElementsType, Pointer(Pointer(Void)), LibGL::SizeI, Void)
Proc type for the function glMultiDrawElements
-
#multi_draw_elements : ::Proc(LibGL::PrimitiveType, ::Pointer(LibGL::SizeI), LibGL::DrawElementsType, ::Pointer(Pointer(Void)), LibGL::SizeI, ::Void).class
Proc type for the function glMultiDrawElements
-
#multi_draw_elements_base_vertex(address) : Proc(LibGL::PrimitiveType, Pointer(LibGL::SizeI), LibGL::DrawElementsType, Pointer(Pointer(Void)), LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glMultiDrawElementsBaseVertex
-
#multi_draw_elements_base_vertex : ::Proc(LibGL::PrimitiveType, ::Pointer(LibGL::SizeI), LibGL::DrawElementsType, ::Pointer(Pointer(Void)), LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glMultiDrawElementsBaseVertex
-
#multi_draw_elements_indirect(address) : Proc(LibGL::PrimitiveType, LibGL::DrawElementsType, Pointer(Void), LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glMultiDrawElementsIndirect
-
#multi_draw_elements_indirect : ::Proc(LibGL::PrimitiveType, LibGL::DrawElementsType, ::Pointer(Void), LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glMultiDrawElementsIndirect
-
#multi_draw_elements_indirect_count(address) : Proc(LibGL::PrimitiveType, LibGL::DrawElementsType, Pointer(Void), LibGL::IntPtr, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glMultiDrawElementsIndirectCount
-
#multi_draw_elements_indirect_count : ::Proc(LibGL::PrimitiveType, LibGL::DrawElementsType, ::Pointer(Void), LibGL::IntPtr, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glMultiDrawElementsIndirectCount
-
#named_buffer_data(address) : Proc(LibGL::UInt, LibGL::SizeIPtr, Pointer(Void), LibGL::VertexBufferObjectUsage, Void)
Proc type for the function glNamedBufferData
-
#named_buffer_data : ::Proc(LibGL::UInt, LibGL::SizeIPtr, ::Pointer(Void), LibGL::VertexBufferObjectUsage, ::Void).class
Proc type for the function glNamedBufferData
-
#named_buffer_storage(address) : Proc(LibGL::UInt, LibGL::SizeIPtr, Pointer(Void), LibGL::BufferStorageMask, Void)
Proc type for the function glNamedBufferStorage
-
#named_buffer_storage : ::Proc(LibGL::UInt, LibGL::SizeIPtr, ::Pointer(Void), LibGL::BufferStorageMask, ::Void).class
Proc type for the function glNamedBufferStorage
-
#named_buffer_sub_data(address) : Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, Pointer(Void), Void)
Proc type for the function glNamedBufferSubData
-
#named_buffer_sub_data : ::Proc(LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, ::Pointer(Void), ::Void).class
Proc type for the function glNamedBufferSubData
-
#named_framebuffer_draw_buffer(address) : Proc(LibGL::UInt, LibGL::ColorBuffer, Void)
Proc type for the function glNamedFramebufferDrawBuffer
-
#named_framebuffer_draw_buffer : ::Proc(LibGL::UInt, LibGL::ColorBuffer, ::Void).class
Proc type for the function glNamedFramebufferDrawBuffer
-
#named_framebuffer_draw_buffers(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::ColorBuffer), Void)
Proc type for the function glNamedFramebufferDrawBuffers
-
#named_framebuffer_draw_buffers : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::ColorBuffer), ::Void).class
Proc type for the function glNamedFramebufferDrawBuffers
-
#named_framebuffer_parameter_i(address) : Proc(LibGL::UInt, LibGL::FramebufferParameterName, LibGL::Int, Void)
Proc type for the function glNamedFramebufferParameteri
-
#named_framebuffer_parameter_i : ::Proc(LibGL::UInt, LibGL::FramebufferParameterName, LibGL::Int, ::Void).class
Proc type for the function glNamedFramebufferParameteri
-
#named_framebuffer_read_buffer(address) : Proc(LibGL::UInt, LibGL::ColorBuffer, Void)
Proc type for the function glNamedFramebufferReadBuffer
-
#named_framebuffer_read_buffer : ::Proc(LibGL::UInt, LibGL::ColorBuffer, ::Void).class
Proc type for the function glNamedFramebufferReadBuffer
-
#named_framebuffer_renderbuffer(address) : Proc(LibGL::UInt, LibGL::FramebufferAttachment, LibGL::RenderbufferTarget, LibGL::UInt, Void)
Proc type for the function glNamedFramebufferRenderbuffer
-
#named_framebuffer_renderbuffer : ::Proc(LibGL::UInt, LibGL::FramebufferAttachment, LibGL::RenderbufferTarget, LibGL::UInt, ::Void).class
Proc type for the function glNamedFramebufferRenderbuffer
-
#named_framebuffer_texture(address) : Proc(LibGL::UInt, LibGL::FramebufferAttachment, LibGL::UInt, LibGL::Int, Void)
Proc type for the function glNamedFramebufferTexture
-
#named_framebuffer_texture : ::Proc(LibGL::UInt, LibGL::FramebufferAttachment, LibGL::UInt, LibGL::Int, ::Void).class
Proc type for the function glNamedFramebufferTexture
-
#named_framebuffer_texture_layer(address) : Proc(LibGL::UInt, LibGL::FramebufferAttachment, LibGL::UInt, LibGL::Int, LibGL::Int, Void)
Proc type for the function glNamedFramebufferTextureLayer
-
#named_framebuffer_texture_layer : ::Proc(LibGL::UInt, LibGL::FramebufferAttachment, LibGL::UInt, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glNamedFramebufferTextureLayer
-
#named_renderbuffer_storage(address) : Proc(LibGL::UInt, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glNamedRenderbufferStorage
-
#named_renderbuffer_storage : ::Proc(LibGL::UInt, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glNamedRenderbufferStorage
-
#named_renderbuffer_storage_multisample(address) : Proc(LibGL::UInt, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glNamedRenderbufferStorageMultisample
-
#named_renderbuffer_storage_multisample : ::Proc(LibGL::UInt, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glNamedRenderbufferStorageMultisample
-
#object_label(address) : Proc(LibGL::ObjectIdentifier, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::Char), Void)
Proc type for the function glObjectLabel
-
#object_label : ::Proc(LibGL::ObjectIdentifier, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glObjectLabel
-
#object_ptr_label(address) : Proc(Pointer(Void), LibGL::SizeI, Pointer(LibGL::Char), Void)
Proc type for the function glObjectPtrLabel
-
#object_ptr_label : ::Proc(::Pointer(Void), LibGL::SizeI, ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glObjectPtrLabel
-
#patch_parameter_fv(address) : Proc(LibGL::PatchParameterName, Pointer(LibGL::Float), Void)
Proc type for the function glPatchParameterfv
-
#patch_parameter_fv : ::Proc(LibGL::PatchParameterName, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glPatchParameterfv
-
#patch_parameter_i(address) : Proc(LibGL::PatchParameterName, LibGL::Int, Void)
Proc type for the function glPatchParameteri
-
#patch_parameter_i : ::Proc(LibGL::PatchParameterName, LibGL::Int, ::Void).class
Proc type for the function glPatchParameteri
-
#pause_transform_feedback(address) : Proc(Void)
Proc type for the function glPauseTransformFeedback
-
#pause_transform_feedback : ::Proc(::Void).class
Proc type for the function glPauseTransformFeedback
-
#pixel_store_f(address) : Proc(LibGL::PixelStoreParameter, LibGL::Float, Void)
Proc type for the function glPixelStoref
-
#pixel_store_f : ::Proc(LibGL::PixelStoreParameter, LibGL::Float, ::Void).class
Proc type for the function glPixelStoref
-
#pixel_store_i(address) : Proc(LibGL::PixelStoreParameter, LibGL::Int, Void)
Proc type for the function glPixelStorei
-
#pixel_store_i : ::Proc(LibGL::PixelStoreParameter, LibGL::Int, ::Void).class
Proc type for the function glPixelStorei
-
#point_parameter_f(address) : Proc(LibGL::PointParameterNameARB, LibGL::Float, Void)
Proc type for the function glPointParameterf
-
#point_parameter_f : ::Proc(LibGL::PointParameterNameARB, LibGL::Float, ::Void).class
Proc type for the function glPointParameterf
-
#point_parameter_fv(address) : Proc(LibGL::PointParameterNameARB, Pointer(LibGL::Float), Void)
Proc type for the function glPointParameterfv
-
#point_parameter_fv : ::Proc(LibGL::PointParameterNameARB, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glPointParameterfv
-
#point_parameter_i(address) : Proc(LibGL::PointParameterNameARB, LibGL::Int, Void)
Proc type for the function glPointParameteri
-
#point_parameter_i : ::Proc(LibGL::PointParameterNameARB, LibGL::Int, ::Void).class
Proc type for the function glPointParameteri
-
#point_parameter_iv(address) : Proc(LibGL::PointParameterNameARB, Pointer(LibGL::Int), Void)
Proc type for the function glPointParameteriv
-
#point_parameter_iv : ::Proc(LibGL::PointParameterNameARB, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glPointParameteriv
-
#point_size(address) : Proc(LibGL::Float, Void)
Proc type for the function glPointSize
-
#point_size : ::Proc(LibGL::Float, ::Void).class
Proc type for the function glPointSize
-
#polygon_mode(address) : Proc(LibGL::TriangleFace, LibGL::PolygonMode, Void)
Proc type for the function glPolygonMode
-
#polygon_mode : ::Proc(LibGL::TriangleFace, LibGL::PolygonMode, ::Void).class
Proc type for the function glPolygonMode
-
#polygon_offset(address) : Proc(LibGL::Float, LibGL::Float, Void)
Proc type for the function glPolygonOffset
-
#polygon_offset : ::Proc(LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glPolygonOffset
-
#polygon_offset_clamp(address) : Proc(LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glPolygonOffsetClamp
-
#polygon_offset_clamp : ::Proc(LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glPolygonOffsetClamp
-
#pop_debug_group(address) : Proc(Void)
Proc type for the function glPopDebugGroup
-
#pop_debug_group : ::Proc(::Void).class
Proc type for the function glPopDebugGroup
-
#primitive_restart_index(address) : Proc(LibGL::UInt, Void)
Proc type for the function glPrimitiveRestartIndex
-
#primitive_restart_index : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glPrimitiveRestartIndex
-
#program_binary(address) : Proc(LibGL::UInt, LibGL::Enum, Pointer(Void), LibGL::SizeI, Void)
Proc type for the function glProgramBinary
-
#program_binary : ::Proc(LibGL::UInt, LibGL::Enum, ::Pointer(Void), LibGL::SizeI, ::Void).class
Proc type for the function glProgramBinary
-
#program_parameter_i(address) : Proc(LibGL::UInt, LibGL::ProgramParameterPName, LibGL::Int, Void)
Proc type for the function glProgramParameteri
-
#program_parameter_i : ::Proc(LibGL::UInt, LibGL::ProgramParameterPName, LibGL::Int, ::Void).class
Proc type for the function glProgramParameteri
-
#program_uniform_1d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Double, Void)
Proc type for the function glProgramUniform1d
-
#program_uniform_1d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Double, ::Void).class
Proc type for the function glProgramUniform1d
-
#program_uniform_1dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniform1dv
-
#program_uniform_1dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniform1dv
-
#program_uniform_1f(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Float, Void)
Proc type for the function glProgramUniform1f
-
#program_uniform_1f : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Float, ::Void).class
Proc type for the function glProgramUniform1f
-
#program_uniform_1fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniform1fv
-
#program_uniform_1fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniform1fv
-
#program_uniform_1i(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, Void)
Proc type for the function glProgramUniform1i
-
#program_uniform_1i : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glProgramUniform1i
-
#program_uniform_1iv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glProgramUniform1iv
-
#program_uniform_1iv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glProgramUniform1iv
-
#program_uniform_1ui(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::UInt, Void)
Proc type for the function glProgramUniform1ui
-
#program_uniform_1ui : ::Proc(LibGL::UInt, LibGL::Int, LibGL::UInt, ::Void).class
Proc type for the function glProgramUniform1ui
-
#program_uniform_1uiv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glProgramUniform1uiv
-
#program_uniform_1uiv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glProgramUniform1uiv
-
#program_uniform_2d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Double, LibGL::Double, Void)
Proc type for the function glProgramUniform2d
-
#program_uniform_2d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glProgramUniform2d
-
#program_uniform_2dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniform2dv
-
#program_uniform_2dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniform2dv
-
#program_uniform_2f(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Float, LibGL::Float, Void)
Proc type for the function glProgramUniform2f
-
#program_uniform_2f : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glProgramUniform2f
-
#program_uniform_2fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniform2fv
-
#program_uniform_2fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniform2fv
-
#program_uniform_2i(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, Void)
Proc type for the function glProgramUniform2i
-
#program_uniform_2i : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glProgramUniform2i
-
#program_uniform_2iv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glProgramUniform2iv
-
#program_uniform_2iv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glProgramUniform2iv
-
#program_uniform_2ui(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glProgramUniform2ui
-
#program_uniform_2ui : ::Proc(LibGL::UInt, LibGL::Int, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glProgramUniform2ui
-
#program_uniform_2uiv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glProgramUniform2uiv
-
#program_uniform_2uiv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glProgramUniform2uiv
-
#program_uniform_3d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Double, LibGL::Double, LibGL::Double, Void)
Proc type for the function glProgramUniform3d
-
#program_uniform_3d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Double, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glProgramUniform3d
-
#program_uniform_3dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniform3dv
-
#program_uniform_3dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniform3dv
-
#program_uniform_3f(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glProgramUniform3f
-
#program_uniform_3f : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glProgramUniform3f
-
#program_uniform_3fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniform3fv
-
#program_uniform_3fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniform3fv
-
#program_uniform_3i(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, Void)
Proc type for the function glProgramUniform3i
-
#program_uniform_3i : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glProgramUniform3i
-
#program_uniform_3iv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glProgramUniform3iv
-
#program_uniform_3iv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glProgramUniform3iv
-
#program_uniform_3ui(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glProgramUniform3ui
-
#program_uniform_3ui : ::Proc(LibGL::UInt, LibGL::Int, LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glProgramUniform3ui
-
#program_uniform_3uiv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glProgramUniform3uiv
-
#program_uniform_3uiv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glProgramUniform3uiv
-
#program_uniform_4d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Double, LibGL::Double, LibGL::Double, LibGL::Double, Void)
Proc type for the function glProgramUniform4d
-
#program_uniform_4d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Double, LibGL::Double, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glProgramUniform4d
-
#program_uniform_4dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniform4dv
-
#program_uniform_4dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniform4dv
-
#program_uniform_4f(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glProgramUniform4f
-
#program_uniform_4f : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glProgramUniform4f
-
#program_uniform_4fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniform4fv
-
#program_uniform_4fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniform4fv
-
#program_uniform_4i(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, Void)
Proc type for the function glProgramUniform4i
-
#program_uniform_4i : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glProgramUniform4i
-
#program_uniform_4iv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glProgramUniform4iv
-
#program_uniform_4iv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glProgramUniform4iv
-
#program_uniform_4ui(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glProgramUniform4ui
-
#program_uniform_4ui : ::Proc(LibGL::UInt, LibGL::Int, LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glProgramUniform4ui
-
#program_uniform_4uiv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glProgramUniform4uiv
-
#program_uniform_4uiv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glProgramUniform4uiv
-
#program_uniform_matrix2_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix2dv
-
#program_uniform_matrix2_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix2dv
-
#program_uniform_matrix2_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix2fv
-
#program_uniform_matrix2_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix2fv
-
#program_uniform_matrix2x3_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix2x3dv
-
#program_uniform_matrix2x3_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix2x3dv
-
#program_uniform_matrix2x3_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix2x3fv
-
#program_uniform_matrix2x3_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix2x3fv
-
#program_uniform_matrix2x4_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix2x4dv
-
#program_uniform_matrix2x4_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix2x4dv
-
#program_uniform_matrix2x4_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix2x4fv
-
#program_uniform_matrix2x4_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix2x4fv
-
#program_uniform_matrix3_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix3dv
-
#program_uniform_matrix3_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix3dv
-
#program_uniform_matrix3_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix3fv
-
#program_uniform_matrix3_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix3fv
-
#program_uniform_matrix3x2_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix3x2dv
-
#program_uniform_matrix3x2_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix3x2dv
-
#program_uniform_matrix3x2_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix3x2fv
-
#program_uniform_matrix3x2_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix3x2fv
-
#program_uniform_matrix3x4_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix3x4dv
-
#program_uniform_matrix3x4_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix3x4dv
-
#program_uniform_matrix3x4_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix3x4fv
-
#program_uniform_matrix3x4_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix3x4fv
-
#program_uniform_matrix4_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix4dv
-
#program_uniform_matrix4_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix4dv
-
#program_uniform_matrix4_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix4fv
-
#program_uniform_matrix4_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix4fv
-
#program_uniform_matrix4x2_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix4x2dv
-
#program_uniform_matrix4x2_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix4x2dv
-
#program_uniform_matrix4x2_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix4x2fv
-
#program_uniform_matrix4x2_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix4x2fv
-
#program_uniform_matrix4x3_dv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glProgramUniformMatrix4x3dv
-
#program_uniform_matrix4x3_dv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glProgramUniformMatrix4x3dv
-
#program_uniform_matrix4x3_fv(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glProgramUniformMatrix4x3fv
-
#program_uniform_matrix4x3_fv : ::Proc(LibGL::UInt, LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glProgramUniformMatrix4x3fv
-
#provoking_vertex(address) : Proc(LibGL::VertexProvokingMode, Void)
Proc type for the function glProvokingVertex
-
#provoking_vertex : ::Proc(LibGL::VertexProvokingMode, ::Void).class
Proc type for the function glProvokingVertex
-
#push_debug_group(address) : Proc(LibGL::DebugSource, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::Char), Void)
Proc type for the function glPushDebugGroup
-
#push_debug_group : ::Proc(LibGL::DebugSource, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::Char), ::Void).class
Proc type for the function glPushDebugGroup
-
#query_counter(address) : Proc(LibGL::UInt, LibGL::QueryCounterTarget, Void)
Proc type for the function glQueryCounter
-
#query_counter : ::Proc(LibGL::UInt, LibGL::QueryCounterTarget, ::Void).class
Proc type for the function glQueryCounter
-
#read_buffer(address) : Proc(LibGL::ReadBufferMode, Void)
Proc type for the function glReadBuffer
-
#read_buffer : ::Proc(LibGL::ReadBufferMode, ::Void).class
Proc type for the function glReadBuffer
-
#read_pixels(address) : Proc(LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glReadPixels
-
#read_pixels : ::Proc(LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glReadPixels
-
#readn_pixels(address) : Proc(LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glReadnPixels
-
#readn_pixels : ::Proc(LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glReadnPixels
-
#release_shader_compiler(address) : Proc(Void)
Proc type for the function glReleaseShaderCompiler
-
#release_shader_compiler : ::Proc(::Void).class
Proc type for the function glReleaseShaderCompiler
-
#renderbuffer_storage(address) : Proc(LibGL::RenderbufferTarget, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glRenderbufferStorage
-
#renderbuffer_storage : ::Proc(LibGL::RenderbufferTarget, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glRenderbufferStorage
-
#renderbuffer_storage_multisample(address) : Proc(LibGL::RenderbufferTarget, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glRenderbufferStorageMultisample
-
#renderbuffer_storage_multisample : ::Proc(LibGL::RenderbufferTarget, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glRenderbufferStorageMultisample
-
#resume_transform_feedback(address) : Proc(Void)
Proc type for the function glResumeTransformFeedback
-
#resume_transform_feedback : ::Proc(::Void).class
Proc type for the function glResumeTransformFeedback
-
#sample_coverage(address) : Proc(LibGL::Float, LibGL::Boolean, Void)
Proc type for the function glSampleCoverage
-
#sample_coverage : ::Proc(LibGL::Float, LibGL::Boolean, ::Void).class
Proc type for the function glSampleCoverage
-
#sample_mask_i(address) : Proc(LibGL::UInt, LibGL::Bitfield, Void)
Proc type for the function glSampleMaski
-
#sample_mask_i : ::Proc(LibGL::UInt, LibGL::Bitfield, ::Void).class
Proc type for the function glSampleMaski
-
#sampler_parameter_f(address) : Proc(LibGL::UInt, LibGL::SamplerParameterF, LibGL::Float, Void)
Proc type for the function glSamplerParameterf
-
#sampler_parameter_f : ::Proc(LibGL::UInt, LibGL::SamplerParameterF, LibGL::Float, ::Void).class
Proc type for the function glSamplerParameterf
-
#sampler_parameter_fv(address) : Proc(LibGL::UInt, LibGL::SamplerParameterF, Pointer(LibGL::Float), Void)
Proc type for the function glSamplerParameterfv
-
#sampler_parameter_fv : ::Proc(LibGL::UInt, LibGL::SamplerParameterF, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glSamplerParameterfv
-
#sampler_parameter_i(address) : Proc(LibGL::UInt, LibGL::SamplerParameterI, LibGL::Int, Void)
Proc type for the function glSamplerParameteri
-
#sampler_parameter_i : ::Proc(LibGL::UInt, LibGL::SamplerParameterI, LibGL::Int, ::Void).class
Proc type for the function glSamplerParameteri
-
#sampler_parameter_i_iv(address) : Proc(LibGL::UInt, LibGL::SamplerParameterI, Pointer(LibGL::Int), Void)
Proc type for the function glSamplerParameterIiv
-
#sampler_parameter_i_iv : ::Proc(LibGL::UInt, LibGL::SamplerParameterI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glSamplerParameterIiv
-
#sampler_parameter_i_uiv(address) : Proc(LibGL::UInt, LibGL::SamplerParameterI, Pointer(LibGL::UInt), Void)
Proc type for the function glSamplerParameterIuiv
-
#sampler_parameter_i_uiv : ::Proc(LibGL::UInt, LibGL::SamplerParameterI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glSamplerParameterIuiv
-
#sampler_parameter_iv(address) : Proc(LibGL::UInt, LibGL::SamplerParameterI, Pointer(LibGL::Int), Void)
Proc type for the function glSamplerParameteriv
-
#sampler_parameter_iv : ::Proc(LibGL::UInt, LibGL::SamplerParameterI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glSamplerParameteriv
-
#scissor(address) : Proc(LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glScissor
-
#scissor : ::Proc(LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glScissor
-
#scissor_array_v(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glScissorArrayv
-
#scissor_array_v : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glScissorArrayv
-
#scissor_indexed(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glScissorIndexed
-
#scissor_indexed : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glScissorIndexed
-
#scissor_indexedv(address) : Proc(LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glScissorIndexedv
-
#scissor_indexedv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glScissorIndexedv
-
#shader_binary(address) : Proc(LibGL::SizeI, Pointer(LibGL::UInt), LibGL::Enum, Pointer(Void), LibGL::SizeI, Void)
Proc type for the function glShaderBinary
-
#shader_binary : ::Proc(LibGL::SizeI, ::Pointer(LibGL::UInt), LibGL::Enum, ::Pointer(Void), LibGL::SizeI, ::Void).class
Proc type for the function glShaderBinary
-
#shader_source(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(Pointer(LibGL::Char)), Pointer(LibGL::Int), Void)
Proc type for the function glShaderSource
-
#shader_source : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(::Pointer(LibGL::Char)), ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glShaderSource
-
#shader_storage_block_binding(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glShaderStorageBlockBinding
-
#shader_storage_block_binding : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glShaderStorageBlockBinding
-
#specialize_shader(address) : Proc(LibGL::UInt, Pointer(LibGL::Char), LibGL::UInt, Pointer(LibGL::UInt), Pointer(LibGL::UInt), Void)
Proc type for the function glSpecializeShader
-
#specialize_shader : ::Proc(LibGL::UInt, ::Pointer(LibGL::Char), LibGL::UInt, ::Pointer(LibGL::UInt), ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glSpecializeShader
-
#stencil_func(address) : Proc(LibGL::StencilFunction, LibGL::Int, LibGL::UInt, Void)
Proc type for the function glStencilFunc
-
#stencil_func : ::Proc(LibGL::StencilFunction, LibGL::Int, LibGL::UInt, ::Void).class
Proc type for the function glStencilFunc
-
#stencil_func_separate(address) : Proc(LibGL::TriangleFace, LibGL::StencilFunction, LibGL::Int, LibGL::UInt, Void)
Proc type for the function glStencilFuncSeparate
-
#stencil_func_separate : ::Proc(LibGL::TriangleFace, LibGL::StencilFunction, LibGL::Int, LibGL::UInt, ::Void).class
Proc type for the function glStencilFuncSeparate
-
#stencil_mask(address) : Proc(LibGL::UInt, Void)
Proc type for the function glStencilMask
-
#stencil_mask : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glStencilMask
-
#stencil_mask_separate(address) : Proc(LibGL::TriangleFace, LibGL::UInt, Void)
Proc type for the function glStencilMaskSeparate
-
#stencil_mask_separate : ::Proc(LibGL::TriangleFace, LibGL::UInt, ::Void).class
Proc type for the function glStencilMaskSeparate
-
#stencil_op(address) : Proc(LibGL::StencilOp, LibGL::StencilOp, LibGL::StencilOp, Void)
Proc type for the function glStencilOp
-
#stencil_op : ::Proc(LibGL::StencilOp, LibGL::StencilOp, LibGL::StencilOp, ::Void).class
Proc type for the function glStencilOp
-
#stencil_op_separate(address) : Proc(LibGL::TriangleFace, LibGL::StencilOp, LibGL::StencilOp, LibGL::StencilOp, Void)
Proc type for the function glStencilOpSeparate
-
#stencil_op_separate : ::Proc(LibGL::TriangleFace, LibGL::StencilOp, LibGL::StencilOp, LibGL::StencilOp, ::Void).class
Proc type for the function glStencilOpSeparate
-
#tex_buffer(address) : Proc(LibGL::TextureTarget, LibGL::SizedInternalFormat, LibGL::UInt, Void)
Proc type for the function glTexBuffer
-
#tex_buffer : ::Proc(LibGL::TextureTarget, LibGL::SizedInternalFormat, LibGL::UInt, ::Void).class
Proc type for the function glTexBuffer
-
#tex_buffer_range(address) : Proc(LibGL::TextureTarget, LibGL::SizedInternalFormat, LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glTexBufferRange
-
#tex_buffer_range : ::Proc(LibGL::TextureTarget, LibGL::SizedInternalFormat, LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glTexBufferRange
-
#tex_image_1d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTexImage1D
-
#tex_image_1d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTexImage1D
-
#tex_image_2d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTexImage2D
-
#tex_image_2d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTexImage2D
-
#tex_image_2d_multisample(address) : Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, Void)
Proc type for the function glTexImage2DMultisample
-
#tex_image_2d_multisample : ::Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, ::Void).class
Proc type for the function glTexImage2DMultisample
-
#tex_image_3d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTexImage3D
-
#tex_image_3d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Int, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTexImage3D
-
#tex_image_3d_multisample(address) : Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, Void)
Proc type for the function glTexImage3DMultisample
-
#tex_image_3d_multisample : ::Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::InternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, ::Void).class
Proc type for the function glTexImage3DMultisample
-
#tex_parameter_f(address) : Proc(LibGL::TextureTarget, LibGL::TextureParameterName, LibGL::Float, Void)
Proc type for the function glTexParameterf
-
#tex_parameter_f : ::Proc(LibGL::TextureTarget, LibGL::TextureParameterName, LibGL::Float, ::Void).class
Proc type for the function glTexParameterf
-
#tex_parameter_fv(address) : Proc(LibGL::TextureTarget, LibGL::TextureParameterName, Pointer(LibGL::Float), Void)
Proc type for the function glTexParameterfv
-
#tex_parameter_fv : ::Proc(LibGL::TextureTarget, LibGL::TextureParameterName, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glTexParameterfv
-
#tex_parameter_i(address) : Proc(LibGL::TextureTarget, LibGL::TextureParameterName, LibGL::Int, Void)
Proc type for the function glTexParameteri
-
#tex_parameter_i : ::Proc(LibGL::TextureTarget, LibGL::TextureParameterName, LibGL::Int, ::Void).class
Proc type for the function glTexParameteri
-
#tex_parameter_i_iv(address) : Proc(LibGL::TextureTarget, LibGL::TextureParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glTexParameterIiv
-
#tex_parameter_i_iv : ::Proc(LibGL::TextureTarget, LibGL::TextureParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glTexParameterIiv
-
#tex_parameter_i_uiv(address) : Proc(LibGL::TextureTarget, LibGL::TextureParameterName, Pointer(LibGL::UInt), Void)
Proc type for the function glTexParameterIuiv
-
#tex_parameter_i_uiv : ::Proc(LibGL::TextureTarget, LibGL::TextureParameterName, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glTexParameterIuiv
-
#tex_parameter_iv(address) : Proc(LibGL::TextureTarget, LibGL::TextureParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glTexParameteriv
-
#tex_parameter_iv : ::Proc(LibGL::TextureTarget, LibGL::TextureParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glTexParameteriv
-
#tex_storage_1d(address) : Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, Void)
Proc type for the function glTexStorage1D
-
#tex_storage_1d : ::Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, ::Void).class
Proc type for the function glTexStorage1D
-
#tex_storage_2d(address) : Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glTexStorage2D
-
#tex_storage_2d : ::Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glTexStorage2D
-
#tex_storage_2d_multisample(address) : Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, Void)
Proc type for the function glTexStorage2DMultisample
-
#tex_storage_2d_multisample : ::Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, ::Void).class
Proc type for the function glTexStorage2DMultisample
-
#tex_storage_3d(address) : Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glTexStorage3D
-
#tex_storage_3d : ::Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glTexStorage3D
-
#tex_storage_3d_multisample(address) : Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, Void)
Proc type for the function glTexStorage3DMultisample
-
#tex_storage_3d_multisample : ::Proc(LibGL::TextureTarget, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, ::Void).class
Proc type for the function glTexStorage3DMultisample
-
#tex_sub_image_1d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTexSubImage1D
-
#tex_sub_image_1d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTexSubImage1D
-
#tex_sub_image_2d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTexSubImage2D
-
#tex_sub_image_2d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTexSubImage2D
-
#tex_sub_image_3d(address) : Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTexSubImage3D
-
#tex_sub_image_3d : ::Proc(LibGL::TextureTarget, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTexSubImage3D
-
#texture_barrier(address) : Proc(Void)
Proc type for the function glTextureBarrier
-
#texture_barrier : ::Proc(::Void).class
Proc type for the function glTextureBarrier
-
#texture_buffer(address) : Proc(LibGL::UInt, LibGL::SizedInternalFormat, LibGL::UInt, Void)
Proc type for the function glTextureBuffer
-
#texture_buffer : ::Proc(LibGL::UInt, LibGL::SizedInternalFormat, LibGL::UInt, ::Void).class
Proc type for the function glTextureBuffer
-
#texture_buffer_range(address) : Proc(LibGL::UInt, LibGL::SizedInternalFormat, LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glTextureBufferRange
-
#texture_buffer_range : ::Proc(LibGL::UInt, LibGL::SizedInternalFormat, LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glTextureBufferRange
-
#texture_parameter_f(address) : Proc(LibGL::UInt, LibGL::TextureParameterName, LibGL::Float, Void)
Proc type for the function glTextureParameterf
-
#texture_parameter_f : ::Proc(LibGL::UInt, LibGL::TextureParameterName, LibGL::Float, ::Void).class
Proc type for the function glTextureParameterf
-
#texture_parameter_fv(address) : Proc(LibGL::UInt, LibGL::TextureParameterName, Pointer(LibGL::Float), Void)
Proc type for the function glTextureParameterfv
-
#texture_parameter_fv : ::Proc(LibGL::UInt, LibGL::TextureParameterName, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glTextureParameterfv
-
#texture_parameter_i(address) : Proc(LibGL::UInt, LibGL::TextureParameterName, LibGL::Int, Void)
Proc type for the function glTextureParameteri
-
#texture_parameter_i : ::Proc(LibGL::UInt, LibGL::TextureParameterName, LibGL::Int, ::Void).class
Proc type for the function glTextureParameteri
-
#texture_parameter_i_iv(address) : Proc(LibGL::UInt, LibGL::TextureParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glTextureParameterIiv
-
#texture_parameter_i_iv : ::Proc(LibGL::UInt, LibGL::TextureParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glTextureParameterIiv
-
#texture_parameter_i_uiv(address) : Proc(LibGL::UInt, LibGL::TextureParameterName, Pointer(LibGL::UInt), Void)
Proc type for the function glTextureParameterIuiv
-
#texture_parameter_i_uiv : ::Proc(LibGL::UInt, LibGL::TextureParameterName, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glTextureParameterIuiv
-
#texture_parameter_iv(address) : Proc(LibGL::UInt, LibGL::TextureParameterName, Pointer(LibGL::Int), Void)
Proc type for the function glTextureParameteriv
-
#texture_parameter_iv : ::Proc(LibGL::UInt, LibGL::TextureParameterName, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glTextureParameteriv
-
#texture_storage_1d(address) : Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, Void)
Proc type for the function glTextureStorage1D
-
#texture_storage_1d : ::Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, ::Void).class
Proc type for the function glTextureStorage1D
-
#texture_storage_2d(address) : Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glTextureStorage2D
-
#texture_storage_2d : ::Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glTextureStorage2D
-
#texture_storage_2d_multisample(address) : Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, Void)
Proc type for the function glTextureStorage2DMultisample
-
#texture_storage_2d_multisample : ::Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, ::Void).class
Proc type for the function glTextureStorage2DMultisample
-
#texture_storage_3d(address) : Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glTextureStorage3D
-
#texture_storage_3d : ::Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glTextureStorage3D
-
#texture_storage_3d_multisample(address) : Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, Void)
Proc type for the function glTextureStorage3DMultisample
-
#texture_storage_3d_multisample : ::Proc(LibGL::UInt, LibGL::SizeI, LibGL::SizedInternalFormat, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::Boolean, ::Void).class
Proc type for the function glTextureStorage3DMultisample
-
#texture_sub_image_1d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTextureSubImage1D
-
#texture_sub_image_1d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTextureSubImage1D
-
#texture_sub_image_2d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTextureSubImage2D
-
#texture_sub_image_2d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTextureSubImage2D
-
#texture_sub_image_3d(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, Pointer(Void), Void)
Proc type for the function glTextureSubImage3D
-
#texture_sub_image_3d : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, LibGL::SizeI, LibGL::PixelFormat, LibGL::PixelType, ::Pointer(Void), ::Void).class
Proc type for the function glTextureSubImage3D
-
#texture_view(address) : Proc(LibGL::UInt, LibGL::TextureTarget, LibGL::UInt, LibGL::SizedInternalFormat, LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glTextureView
-
#texture_view : ::Proc(LibGL::UInt, LibGL::TextureTarget, LibGL::UInt, LibGL::SizedInternalFormat, LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glTextureView
-
#transform_feedback_buffer_base(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glTransformFeedbackBufferBase
-
#transform_feedback_buffer_base : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glTransformFeedbackBufferBase
-
#transform_feedback_buffer_range(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, Void)
Proc type for the function glTransformFeedbackBufferRange
-
#transform_feedback_buffer_range : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::SizeIPtr, ::Void).class
Proc type for the function glTransformFeedbackBufferRange
-
#transform_feedback_varyings(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(Pointer(LibGL::Char)), LibGL::TransformFeedbackBufferMode, Void)
Proc type for the function glTransformFeedbackVaryings
-
#transform_feedback_varyings : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(::Pointer(LibGL::Char)), LibGL::TransformFeedbackBufferMode, ::Void).class
Proc type for the function glTransformFeedbackVaryings
-
#uniform_1d(address) : Proc(LibGL::Int, LibGL::Double, Void)
Proc type for the function glUniform1d
-
#uniform_1d : ::Proc(LibGL::Int, LibGL::Double, ::Void).class
Proc type for the function glUniform1d
-
#uniform_1dv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glUniform1dv
-
#uniform_1dv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniform1dv
-
#uniform_1f(address) : Proc(LibGL::Int, LibGL::Float, Void)
Proc type for the function glUniform1f
-
#uniform_1f : ::Proc(LibGL::Int, LibGL::Float, ::Void).class
Proc type for the function glUniform1f
-
#uniform_1fv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glUniform1fv
-
#uniform_1fv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniform1fv
-
#uniform_1i(address) : Proc(LibGL::Int, LibGL::Int, Void)
Proc type for the function glUniform1i
-
#uniform_1i : ::Proc(LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glUniform1i
-
#uniform_1iv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glUniform1iv
-
#uniform_1iv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glUniform1iv
-
#uniform_1ui(address) : Proc(LibGL::Int, LibGL::UInt, Void)
Proc type for the function glUniform1ui
-
#uniform_1ui : ::Proc(LibGL::Int, LibGL::UInt, ::Void).class
Proc type for the function glUniform1ui
-
#uniform_1uiv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glUniform1uiv
-
#uniform_1uiv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glUniform1uiv
-
#uniform_2d(address) : Proc(LibGL::Int, LibGL::Double, LibGL::Double, Void)
Proc type for the function glUniform2d
-
#uniform_2d : ::Proc(LibGL::Int, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glUniform2d
-
#uniform_2dv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glUniform2dv
-
#uniform_2dv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniform2dv
-
#uniform_2f(address) : Proc(LibGL::Int, LibGL::Float, LibGL::Float, Void)
Proc type for the function glUniform2f
-
#uniform_2f : ::Proc(LibGL::Int, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glUniform2f
-
#uniform_2fv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glUniform2fv
-
#uniform_2fv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniform2fv
-
#uniform_2i(address) : Proc(LibGL::Int, LibGL::Int, LibGL::Int, Void)
Proc type for the function glUniform2i
-
#uniform_2i : ::Proc(LibGL::Int, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glUniform2i
-
#uniform_2iv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glUniform2iv
-
#uniform_2iv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glUniform2iv
-
#uniform_2ui(address) : Proc(LibGL::Int, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glUniform2ui
-
#uniform_2ui : ::Proc(LibGL::Int, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glUniform2ui
-
#uniform_2uiv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glUniform2uiv
-
#uniform_2uiv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glUniform2uiv
-
#uniform_3d(address) : Proc(LibGL::Int, LibGL::Double, LibGL::Double, LibGL::Double, Void)
Proc type for the function glUniform3d
-
#uniform_3d : ::Proc(LibGL::Int, LibGL::Double, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glUniform3d
-
#uniform_3dv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glUniform3dv
-
#uniform_3dv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniform3dv
-
#uniform_3f(address) : Proc(LibGL::Int, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glUniform3f
-
#uniform_3f : ::Proc(LibGL::Int, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glUniform3f
-
#uniform_3fv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glUniform3fv
-
#uniform_3fv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniform3fv
-
#uniform_3i(address) : Proc(LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, Void)
Proc type for the function glUniform3i
-
#uniform_3i : ::Proc(LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glUniform3i
-
#uniform_3iv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glUniform3iv
-
#uniform_3iv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glUniform3iv
-
#uniform_3ui(address) : Proc(LibGL::Int, LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glUniform3ui
-
#uniform_3ui : ::Proc(LibGL::Int, LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glUniform3ui
-
#uniform_3uiv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glUniform3uiv
-
#uniform_3uiv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glUniform3uiv
-
#uniform_4d(address) : Proc(LibGL::Int, LibGL::Double, LibGL::Double, LibGL::Double, LibGL::Double, Void)
Proc type for the function glUniform4d
-
#uniform_4d : ::Proc(LibGL::Int, LibGL::Double, LibGL::Double, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glUniform4d
-
#uniform_4dv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Double), Void)
Proc type for the function glUniform4dv
-
#uniform_4dv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniform4dv
-
#uniform_4f(address) : Proc(LibGL::Int, LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glUniform4f
-
#uniform_4f : ::Proc(LibGL::Int, LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glUniform4f
-
#uniform_4fv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glUniform4fv
-
#uniform_4fv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniform4fv
-
#uniform_4i(address) : Proc(LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, Void)
Proc type for the function glUniform4i
-
#uniform_4i : ::Proc(LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glUniform4i
-
#uniform_4iv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::Int), Void)
Proc type for the function glUniform4iv
-
#uniform_4iv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glUniform4iv
-
#uniform_4ui(address) : Proc(LibGL::Int, LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glUniform4ui
-
#uniform_4ui : ::Proc(LibGL::Int, LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glUniform4ui
-
#uniform_4uiv(address) : Proc(LibGL::Int, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glUniform4uiv
-
#uniform_4uiv : ::Proc(LibGL::Int, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glUniform4uiv
-
#uniform_block_binding(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glUniformBlockBinding
-
#uniform_block_binding : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glUniformBlockBinding
-
#uniform_matrix2_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix2dv
-
#uniform_matrix2_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix2dv
-
#uniform_matrix2_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix2fv
-
#uniform_matrix2_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix2fv
-
#uniform_matrix2x3_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix2x3dv
-
#uniform_matrix2x3_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix2x3dv
-
#uniform_matrix2x3_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix2x3fv
-
#uniform_matrix2x3_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix2x3fv
-
#uniform_matrix2x4_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix2x4dv
-
#uniform_matrix2x4_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix2x4dv
-
#uniform_matrix2x4_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix2x4fv
-
#uniform_matrix2x4_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix2x4fv
-
#uniform_matrix3_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix3dv
-
#uniform_matrix3_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix3dv
-
#uniform_matrix3_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix3fv
-
#uniform_matrix3_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix3fv
-
#uniform_matrix3x2_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix3x2dv
-
#uniform_matrix3x2_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix3x2dv
-
#uniform_matrix3x2_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix3x2fv
-
#uniform_matrix3x2_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix3x2fv
-
#uniform_matrix3x4_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix3x4dv
-
#uniform_matrix3x4_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix3x4dv
-
#uniform_matrix3x4_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix3x4fv
-
#uniform_matrix3x4_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix3x4fv
-
#uniform_matrix4_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix4dv
-
#uniform_matrix4_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix4dv
-
#uniform_matrix4_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix4fv
-
#uniform_matrix4_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix4fv
-
#uniform_matrix4x2_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix4x2dv
-
#uniform_matrix4x2_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix4x2dv
-
#uniform_matrix4x2_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix4x2fv
-
#uniform_matrix4x2_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix4x2fv
-
#uniform_matrix4x3_dv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Double), Void)
Proc type for the function glUniformMatrix4x3dv
-
#uniform_matrix4x3_dv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glUniformMatrix4x3dv
-
#uniform_matrix4x3_fv(address) : Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, Pointer(LibGL::Float), Void)
Proc type for the function glUniformMatrix4x3fv
-
#uniform_matrix4x3_fv : ::Proc(LibGL::Int, LibGL::SizeI, LibGL::Boolean, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glUniformMatrix4x3fv
-
#uniform_subroutines_uiv(address) : Proc(LibGL::ShaderType, LibGL::SizeI, Pointer(LibGL::UInt), Void)
Proc type for the function glUniformSubroutinesuiv
-
#uniform_subroutines_uiv : ::Proc(LibGL::ShaderType, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glUniformSubroutinesuiv
-
#unmap_buffer(address) : Proc(LibGL::BufferTargetARB, LibGL::Boolean)
Proc type for the function glUnmapBuffer
-
#unmap_buffer : ::Proc(LibGL::BufferTargetARB, LibGL::Boolean).class
Proc type for the function glUnmapBuffer
-
#unmap_named_buffer(address) : Proc(LibGL::UInt, LibGL::Boolean)
Proc type for the function glUnmapNamedBuffer
-
#unmap_named_buffer : ::Proc(LibGL::UInt, LibGL::Boolean).class
Proc type for the function glUnmapNamedBuffer
-
#use_program(address) : Proc(LibGL::UInt, Void)
Proc type for the function glUseProgram
-
#use_program : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glUseProgram
-
#use_program_stages(address) : Proc(LibGL::UInt, LibGL::UseProgramStageMask, LibGL::UInt, Void)
Proc type for the function glUseProgramStages
-
#use_program_stages : ::Proc(LibGL::UInt, LibGL::UseProgramStageMask, LibGL::UInt, ::Void).class
Proc type for the function glUseProgramStages
-
#validate_program(address) : Proc(LibGL::UInt, Void)
Proc type for the function glValidateProgram
-
#validate_program : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glValidateProgram
-
#validate_program_pipeline(address) : Proc(LibGL::UInt, Void)
Proc type for the function glValidateProgramPipeline
-
#validate_program_pipeline : ::Proc(LibGL::UInt, ::Void).class
Proc type for the function glValidateProgramPipeline
-
#vertex_array_attrib_binding(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexArrayAttribBinding
-
#vertex_array_attrib_binding : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexArrayAttribBinding
-
#vertex_array_attrib_format(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::VertexAttribType, LibGL::Boolean, LibGL::UInt, Void)
Proc type for the function glVertexArrayAttribFormat
-
#vertex_array_attrib_format : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::VertexAttribType, LibGL::Boolean, LibGL::UInt, ::Void).class
Proc type for the function glVertexArrayAttribFormat
-
#vertex_array_attrib_i_format(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::VertexAttribIType, LibGL::UInt, Void)
Proc type for the function glVertexArrayAttribIFormat
-
#vertex_array_attrib_i_format : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::VertexAttribIType, LibGL::UInt, ::Void).class
Proc type for the function glVertexArrayAttribIFormat
-
#vertex_array_attrib_l_format(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::VertexAttribLType, LibGL::UInt, Void)
Proc type for the function glVertexArrayAttribLFormat
-
#vertex_array_attrib_l_format : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::Int, LibGL::VertexAttribLType, LibGL::UInt, ::Void).class
Proc type for the function glVertexArrayAttribLFormat
-
#vertex_array_binding_divisor(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexArrayBindingDivisor
-
#vertex_array_binding_divisor : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexArrayBindingDivisor
-
#vertex_array_element_buffer(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexArrayElementBuffer
-
#vertex_array_element_buffer : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexArrayElementBuffer
-
#vertex_array_vertex_buffer(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::SizeI, Void)
Proc type for the function glVertexArrayVertexBuffer
-
#vertex_array_vertex_buffer : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::IntPtr, LibGL::SizeI, ::Void).class
Proc type for the function glVertexArrayVertexBuffer
-
#vertex_array_vertex_buffers(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, Pointer(LibGL::UInt), Pointer(LibGL::IntPtr), Pointer(LibGL::SizeI), Void)
Proc type for the function glVertexArrayVertexBuffers
-
#vertex_array_vertex_buffers : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::UInt), ::Pointer(LibGL::IntPtr), ::Pointer(LibGL::SizeI), ::Void).class
Proc type for the function glVertexArrayVertexBuffers
-
#vertex_attrib_1d(address) : Proc(LibGL::UInt, LibGL::Double, Void)
Proc type for the function glVertexAttrib1d
-
#vertex_attrib_1d : ::Proc(LibGL::UInt, LibGL::Double, ::Void).class
Proc type for the function glVertexAttrib1d
-
#vertex_attrib_1dv(address) : Proc(LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glVertexAttrib1dv
-
#vertex_attrib_1dv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glVertexAttrib1dv
-
#vertex_attrib_1f(address) : Proc(LibGL::UInt, LibGL::Float, Void)
Proc type for the function glVertexAttrib1f
-
#vertex_attrib_1f : ::Proc(LibGL::UInt, LibGL::Float, ::Void).class
Proc type for the function glVertexAttrib1f
-
#vertex_attrib_1fv(address) : Proc(LibGL::UInt, Pointer(LibGL::Float), Void)
Proc type for the function glVertexAttrib1fv
-
#vertex_attrib_1fv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glVertexAttrib1fv
-
#vertex_attrib_1s(address) : Proc(LibGL::UInt, LibGL::Short, Void)
Proc type for the function glVertexAttrib1s
-
#vertex_attrib_1s : ::Proc(LibGL::UInt, LibGL::Short, ::Void).class
Proc type for the function glVertexAttrib1s
-
#vertex_attrib_1sv(address) : Proc(LibGL::UInt, Pointer(LibGL::Short), Void)
Proc type for the function glVertexAttrib1sv
-
#vertex_attrib_1sv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Short), ::Void).class
Proc type for the function glVertexAttrib1sv
-
#vertex_attrib_2d(address) : Proc(LibGL::UInt, LibGL::Double, LibGL::Double, Void)
Proc type for the function glVertexAttrib2d
-
#vertex_attrib_2d : ::Proc(LibGL::UInt, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glVertexAttrib2d
-
#vertex_attrib_2dv(address) : Proc(LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glVertexAttrib2dv
-
#vertex_attrib_2dv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glVertexAttrib2dv
-
#vertex_attrib_2f(address) : Proc(LibGL::UInt, LibGL::Float, LibGL::Float, Void)
Proc type for the function glVertexAttrib2f
-
#vertex_attrib_2f : ::Proc(LibGL::UInt, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glVertexAttrib2f
-
#vertex_attrib_2fv(address) : Proc(LibGL::UInt, Pointer(LibGL::Float), Void)
Proc type for the function glVertexAttrib2fv
-
#vertex_attrib_2fv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glVertexAttrib2fv
-
#vertex_attrib_2s(address) : Proc(LibGL::UInt, LibGL::Short, LibGL::Short, Void)
Proc type for the function glVertexAttrib2s
-
#vertex_attrib_2s : ::Proc(LibGL::UInt, LibGL::Short, LibGL::Short, ::Void).class
Proc type for the function glVertexAttrib2s
-
#vertex_attrib_2sv(address) : Proc(LibGL::UInt, Pointer(LibGL::Short), Void)
Proc type for the function glVertexAttrib2sv
-
#vertex_attrib_2sv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Short), ::Void).class
Proc type for the function glVertexAttrib2sv
-
#vertex_attrib_3d(address) : Proc(LibGL::UInt, LibGL::Double, LibGL::Double, LibGL::Double, Void)
Proc type for the function glVertexAttrib3d
-
#vertex_attrib_3d : ::Proc(LibGL::UInt, LibGL::Double, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glVertexAttrib3d
-
#vertex_attrib_3dv(address) : Proc(LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glVertexAttrib3dv
-
#vertex_attrib_3dv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glVertexAttrib3dv
-
#vertex_attrib_3f(address) : Proc(LibGL::UInt, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glVertexAttrib3f
-
#vertex_attrib_3f : ::Proc(LibGL::UInt, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glVertexAttrib3f
-
#vertex_attrib_3fv(address) : Proc(LibGL::UInt, Pointer(LibGL::Float), Void)
Proc type for the function glVertexAttrib3fv
-
#vertex_attrib_3fv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glVertexAttrib3fv
-
#vertex_attrib_3s(address) : Proc(LibGL::UInt, LibGL::Short, LibGL::Short, LibGL::Short, Void)
Proc type for the function glVertexAttrib3s
-
#vertex_attrib_3s : ::Proc(LibGL::UInt, LibGL::Short, LibGL::Short, LibGL::Short, ::Void).class
Proc type for the function glVertexAttrib3s
-
#vertex_attrib_3sv(address) : Proc(LibGL::UInt, Pointer(LibGL::Short), Void)
Proc type for the function glVertexAttrib3sv
-
#vertex_attrib_3sv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Short), ::Void).class
Proc type for the function glVertexAttrib3sv
-
#vertex_attrib_4bv(address) : Proc(LibGL::UInt, Pointer(LibGL::Byte), Void)
Proc type for the function glVertexAttrib4bv
-
#vertex_attrib_4bv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Byte), ::Void).class
Proc type for the function glVertexAttrib4bv
-
#vertex_attrib_4d(address) : Proc(LibGL::UInt, LibGL::Double, LibGL::Double, LibGL::Double, LibGL::Double, Void)
Proc type for the function glVertexAttrib4d
-
#vertex_attrib_4d : ::Proc(LibGL::UInt, LibGL::Double, LibGL::Double, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glVertexAttrib4d
-
#vertex_attrib_4dv(address) : Proc(LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glVertexAttrib4dv
-
#vertex_attrib_4dv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glVertexAttrib4dv
-
#vertex_attrib_4f(address) : Proc(LibGL::UInt, LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glVertexAttrib4f
-
#vertex_attrib_4f : ::Proc(LibGL::UInt, LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glVertexAttrib4f
-
#vertex_attrib_4fv(address) : Proc(LibGL::UInt, Pointer(LibGL::Float), Void)
Proc type for the function glVertexAttrib4fv
-
#vertex_attrib_4fv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glVertexAttrib4fv
-
#vertex_attrib_4iv(address) : Proc(LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glVertexAttrib4iv
-
#vertex_attrib_4iv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glVertexAttrib4iv
-
#vertex_attrib_4nbv(address) : Proc(LibGL::UInt, Pointer(LibGL::Byte), Void)
Proc type for the function glVertexAttrib4Nbv
-
#vertex_attrib_4nbv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Byte), ::Void).class
Proc type for the function glVertexAttrib4Nbv
-
#vertex_attrib_4niv(address) : Proc(LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glVertexAttrib4Niv
-
#vertex_attrib_4niv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glVertexAttrib4Niv
-
#vertex_attrib_4nsv(address) : Proc(LibGL::UInt, Pointer(LibGL::Short), Void)
Proc type for the function glVertexAttrib4Nsv
-
#vertex_attrib_4nsv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Short), ::Void).class
Proc type for the function glVertexAttrib4Nsv
-
#vertex_attrib_4nub(address) : Proc(LibGL::UInt, LibGL::UByte, LibGL::UByte, LibGL::UByte, LibGL::UByte, Void)
Proc type for the function glVertexAttrib4Nub
-
#vertex_attrib_4nub : ::Proc(LibGL::UInt, LibGL::UByte, LibGL::UByte, LibGL::UByte, LibGL::UByte, ::Void).class
Proc type for the function glVertexAttrib4Nub
-
#vertex_attrib_4nubv(address) : Proc(LibGL::UInt, Pointer(LibGL::UByte), Void)
Proc type for the function glVertexAttrib4Nubv
-
#vertex_attrib_4nubv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UByte), ::Void).class
Proc type for the function glVertexAttrib4Nubv
-
#vertex_attrib_4nuiv(address) : Proc(LibGL::UInt, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttrib4Nuiv
-
#vertex_attrib_4nuiv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttrib4Nuiv
-
#vertex_attrib_4nusv(address) : Proc(LibGL::UInt, Pointer(LibGL::UShort), Void)
Proc type for the function glVertexAttrib4Nusv
-
#vertex_attrib_4nusv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UShort), ::Void).class
Proc type for the function glVertexAttrib4Nusv
-
#vertex_attrib_4s(address) : Proc(LibGL::UInt, LibGL::Short, LibGL::Short, LibGL::Short, LibGL::Short, Void)
Proc type for the function glVertexAttrib4s
-
#vertex_attrib_4s : ::Proc(LibGL::UInt, LibGL::Short, LibGL::Short, LibGL::Short, LibGL::Short, ::Void).class
Proc type for the function glVertexAttrib4s
-
#vertex_attrib_4sv(address) : Proc(LibGL::UInt, Pointer(LibGL::Short), Void)
Proc type for the function glVertexAttrib4sv
-
#vertex_attrib_4sv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Short), ::Void).class
Proc type for the function glVertexAttrib4sv
-
#vertex_attrib_4ubv(address) : Proc(LibGL::UInt, Pointer(LibGL::UByte), Void)
Proc type for the function glVertexAttrib4ubv
-
#vertex_attrib_4ubv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UByte), ::Void).class
Proc type for the function glVertexAttrib4ubv
-
#vertex_attrib_4uiv(address) : Proc(LibGL::UInt, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttrib4uiv
-
#vertex_attrib_4uiv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttrib4uiv
-
#vertex_attrib_4usv(address) : Proc(LibGL::UInt, Pointer(LibGL::UShort), Void)
Proc type for the function glVertexAttrib4usv
-
#vertex_attrib_4usv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UShort), ::Void).class
Proc type for the function glVertexAttrib4usv
-
#vertex_attrib_binding(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexAttribBinding
-
#vertex_attrib_binding : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribBinding
-
#vertex_attrib_divisor(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexAttribDivisor
-
#vertex_attrib_divisor : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribDivisor
-
#vertex_attrib_format(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribType, LibGL::Boolean, LibGL::UInt, Void)
Proc type for the function glVertexAttribFormat
-
#vertex_attrib_format : ::Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribType, LibGL::Boolean, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribFormat
-
#vertex_attrib_i_1i(address) : Proc(LibGL::UInt, LibGL::Int, Void)
Proc type for the function glVertexAttribI1i
-
#vertex_attrib_i_1i : ::Proc(LibGL::UInt, LibGL::Int, ::Void).class
Proc type for the function glVertexAttribI1i
-
#vertex_attrib_i_1iv(address) : Proc(LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glVertexAttribI1iv
-
#vertex_attrib_i_1iv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glVertexAttribI1iv
-
#vertex_attrib_i_1ui(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexAttribI1ui
-
#vertex_attrib_i_1ui : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribI1ui
-
#vertex_attrib_i_1uiv(address) : Proc(LibGL::UInt, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttribI1uiv
-
#vertex_attrib_i_1uiv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttribI1uiv
-
#vertex_attrib_i_2i(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, Void)
Proc type for the function glVertexAttribI2i
-
#vertex_attrib_i_2i : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glVertexAttribI2i
-
#vertex_attrib_i_2iv(address) : Proc(LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glVertexAttribI2iv
-
#vertex_attrib_i_2iv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glVertexAttribI2iv
-
#vertex_attrib_i_2ui(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexAttribI2ui
-
#vertex_attrib_i_2ui : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribI2ui
-
#vertex_attrib_i_2uiv(address) : Proc(LibGL::UInt, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttribI2uiv
-
#vertex_attrib_i_2uiv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttribI2uiv
-
#vertex_attrib_i_3i(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, Void)
Proc type for the function glVertexAttribI3i
-
#vertex_attrib_i_3i : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glVertexAttribI3i
-
#vertex_attrib_i_3iv(address) : Proc(LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glVertexAttribI3iv
-
#vertex_attrib_i_3iv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glVertexAttribI3iv
-
#vertex_attrib_i_3ui(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexAttribI3ui
-
#vertex_attrib_i_3ui : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribI3ui
-
#vertex_attrib_i_3uiv(address) : Proc(LibGL::UInt, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttribI3uiv
-
#vertex_attrib_i_3uiv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttribI3uiv
-
#vertex_attrib_i_4bv(address) : Proc(LibGL::UInt, Pointer(LibGL::Byte), Void)
Proc type for the function glVertexAttribI4bv
-
#vertex_attrib_i_4bv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Byte), ::Void).class
Proc type for the function glVertexAttribI4bv
-
#vertex_attrib_i_4i(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, Void)
Proc type for the function glVertexAttribI4i
-
#vertex_attrib_i_4i : ::Proc(LibGL::UInt, LibGL::Int, LibGL::Int, LibGL::Int, LibGL::Int, ::Void).class
Proc type for the function glVertexAttribI4i
-
#vertex_attrib_i_4iv(address) : Proc(LibGL::UInt, Pointer(LibGL::Int), Void)
Proc type for the function glVertexAttribI4iv
-
#vertex_attrib_i_4iv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Int), ::Void).class
Proc type for the function glVertexAttribI4iv
-
#vertex_attrib_i_4sv(address) : Proc(LibGL::UInt, Pointer(LibGL::Short), Void)
Proc type for the function glVertexAttribI4sv
-
#vertex_attrib_i_4sv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Short), ::Void).class
Proc type for the function glVertexAttribI4sv
-
#vertex_attrib_i_4ubv(address) : Proc(LibGL::UInt, Pointer(LibGL::UByte), Void)
Proc type for the function glVertexAttribI4ubv
-
#vertex_attrib_i_4ubv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UByte), ::Void).class
Proc type for the function glVertexAttribI4ubv
-
#vertex_attrib_i_4ui(address) : Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexAttribI4ui
-
#vertex_attrib_i_4ui : ::Proc(LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribI4ui
-
#vertex_attrib_i_4uiv(address) : Proc(LibGL::UInt, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttribI4uiv
-
#vertex_attrib_i_4uiv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttribI4uiv
-
#vertex_attrib_i_4usv(address) : Proc(LibGL::UInt, Pointer(LibGL::UShort), Void)
Proc type for the function glVertexAttribI4usv
-
#vertex_attrib_i_4usv : ::Proc(LibGL::UInt, ::Pointer(LibGL::UShort), ::Void).class
Proc type for the function glVertexAttribI4usv
-
#vertex_attrib_i_format(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribIType, LibGL::UInt, Void)
Proc type for the function glVertexAttribIFormat
-
#vertex_attrib_i_format : ::Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribIType, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribIFormat
-
#vertex_attrib_i_pointer(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribIType, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glVertexAttribIPointer
-
#vertex_attrib_i_pointer : ::Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribIType, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glVertexAttribIPointer
-
#vertex_attrib_l_1d(address) : Proc(LibGL::UInt, LibGL::Double, Void)
Proc type for the function glVertexAttribL1d
-
#vertex_attrib_l_1d : ::Proc(LibGL::UInt, LibGL::Double, ::Void).class
Proc type for the function glVertexAttribL1d
-
#vertex_attrib_l_1dv(address) : Proc(LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glVertexAttribL1dv
-
#vertex_attrib_l_1dv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glVertexAttribL1dv
-
#vertex_attrib_l_2d(address) : Proc(LibGL::UInt, LibGL::Double, LibGL::Double, Void)
Proc type for the function glVertexAttribL2d
-
#vertex_attrib_l_2d : ::Proc(LibGL::UInt, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glVertexAttribL2d
-
#vertex_attrib_l_2dv(address) : Proc(LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glVertexAttribL2dv
-
#vertex_attrib_l_2dv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glVertexAttribL2dv
-
#vertex_attrib_l_3d(address) : Proc(LibGL::UInt, LibGL::Double, LibGL::Double, LibGL::Double, Void)
Proc type for the function glVertexAttribL3d
-
#vertex_attrib_l_3d : ::Proc(LibGL::UInt, LibGL::Double, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glVertexAttribL3d
-
#vertex_attrib_l_3dv(address) : Proc(LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glVertexAttribL3dv
-
#vertex_attrib_l_3dv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glVertexAttribL3dv
-
#vertex_attrib_l_4d(address) : Proc(LibGL::UInt, LibGL::Double, LibGL::Double, LibGL::Double, LibGL::Double, Void)
Proc type for the function glVertexAttribL4d
-
#vertex_attrib_l_4d : ::Proc(LibGL::UInt, LibGL::Double, LibGL::Double, LibGL::Double, LibGL::Double, ::Void).class
Proc type for the function glVertexAttribL4d
-
#vertex_attrib_l_4dv(address) : Proc(LibGL::UInt, Pointer(LibGL::Double), Void)
Proc type for the function glVertexAttribL4dv
-
#vertex_attrib_l_4dv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Double), ::Void).class
Proc type for the function glVertexAttribL4dv
-
#vertex_attrib_l_format(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribLType, LibGL::UInt, Void)
Proc type for the function glVertexAttribLFormat
-
#vertex_attrib_l_format : ::Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribLType, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribLFormat
-
#vertex_attrib_l_pointer(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribLType, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glVertexAttribLPointer
-
#vertex_attrib_l_pointer : ::Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribLType, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glVertexAttribLPointer
-
#vertex_attrib_p_1ui(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::UInt, Void)
Proc type for the function glVertexAttribP1ui
-
#vertex_attrib_p_1ui : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribP1ui
-
#vertex_attrib_p_1uiv(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttribP1uiv
-
#vertex_attrib_p_1uiv : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttribP1uiv
-
#vertex_attrib_p_2ui(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::UInt, Void)
Proc type for the function glVertexAttribP2ui
-
#vertex_attrib_p_2ui : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribP2ui
-
#vertex_attrib_p_2uiv(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttribP2uiv
-
#vertex_attrib_p_2uiv : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttribP2uiv
-
#vertex_attrib_p_3ui(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::UInt, Void)
Proc type for the function glVertexAttribP3ui
-
#vertex_attrib_p_3ui : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribP3ui
-
#vertex_attrib_p_3uiv(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttribP3uiv
-
#vertex_attrib_p_3uiv : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttribP3uiv
-
#vertex_attrib_p_4ui(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::UInt, Void)
Proc type for the function glVertexAttribP4ui
-
#vertex_attrib_p_4ui : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::UInt, ::Void).class
Proc type for the function glVertexAttribP4ui
-
#vertex_attrib_p_4uiv(address) : Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, Pointer(LibGL::UInt), Void)
Proc type for the function glVertexAttribP4uiv
-
#vertex_attrib_p_4uiv : ::Proc(LibGL::UInt, LibGL::VertexAttribPointerType, LibGL::Boolean, ::Pointer(LibGL::UInt), ::Void).class
Proc type for the function glVertexAttribP4uiv
-
#vertex_attrib_pointer(address) : Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::SizeI, Pointer(Void), Void)
Proc type for the function glVertexAttribPointer
-
#vertex_attrib_pointer : ::Proc(LibGL::UInt, LibGL::Int, LibGL::VertexAttribPointerType, LibGL::Boolean, LibGL::SizeI, ::Pointer(Void), ::Void).class
Proc type for the function glVertexAttribPointer
-
#vertex_binding_divisor(address) : Proc(LibGL::UInt, LibGL::UInt, Void)
Proc type for the function glVertexBindingDivisor
-
#vertex_binding_divisor : ::Proc(LibGL::UInt, LibGL::UInt, ::Void).class
Proc type for the function glVertexBindingDivisor
-
#viewport(address) : Proc(LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, Void)
Proc type for the function glViewport
-
#viewport : ::Proc(LibGL::Int, LibGL::Int, LibGL::SizeI, LibGL::SizeI, ::Void).class
Proc type for the function glViewport
-
#viewport_array_v(address) : Proc(LibGL::UInt, LibGL::SizeI, Pointer(LibGL::Float), Void)
Proc type for the function glViewportArrayv
-
#viewport_array_v : ::Proc(LibGL::UInt, LibGL::SizeI, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glViewportArrayv
-
#viewport_indexed_f(address) : Proc(LibGL::UInt, LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, Void)
Proc type for the function glViewportIndexedf
-
#viewport_indexed_f : ::Proc(LibGL::UInt, LibGL::Float, LibGL::Float, LibGL::Float, LibGL::Float, ::Void).class
Proc type for the function glViewportIndexedf
-
#viewport_indexed_fv(address) : Proc(LibGL::UInt, Pointer(LibGL::Float), Void)
Proc type for the function glViewportIndexedfv
-
#viewport_indexed_fv : ::Proc(LibGL::UInt, ::Pointer(LibGL::Float), ::Void).class
Proc type for the function glViewportIndexedfv
-
#wait_sync(address) : Proc(LibGL::Sync, LibGL::SyncBehaviorFlags, LibGL::UInt64, Void)
Proc type for the function glWaitSync
-
#wait_sync : ::Proc(LibGL::Sync, LibGL::SyncBehaviorFlags, LibGL::UInt64, ::Void).class
Proc type for the function glWaitSync
Instance Method Detail
Proc type for the function glActiveShaderProgram
Proc type for the function glActiveShaderProgram
Proc type for the function glActiveTexture
Proc type for the function glActiveTexture
Proc type for the function glAttachShader
Proc type for the function glAttachShader
Proc type for the function glBeginConditionalRender
Proc type for the function glBeginConditionalRender
Proc type for the function glBeginQuery
Proc type for the function glBeginQuery
Proc type for the function glBeginQueryIndexed
Proc type for the function glBeginQueryIndexed
Proc type for the function glBeginTransformFeedback
Proc type for the function glBeginTransformFeedback
Proc type for the function glBindAttribLocation
Proc type for the function glBindAttribLocation
Proc type for the function glBindBuffer
Proc type for the function glBindBuffer
Proc type for the function glBindBufferBase
Proc type for the function glBindBufferBase
Proc type for the function glBindBufferRange
Proc type for the function glBindBufferRange
Proc type for the function glBindBuffersBase
Proc type for the function glBindBuffersBase
Proc type for the function glBindBuffersRange
Proc type for the function glBindBuffersRange
Proc type for the function glBindFragDataLocation
Proc type for the function glBindFragDataLocation
Proc type for the function glBindFragDataLocationIndexed
Proc type for the function glBindFragDataLocationIndexed
Proc type for the function glBindFramebuffer
Proc type for the function glBindFramebuffer
Proc type for the function glBindImageTexture
Proc type for the function glBindImageTexture
Proc type for the function glBindImageTextures
Proc type for the function glBindImageTextures
Proc type for the function glBindProgramPipeline
Proc type for the function glBindProgramPipeline
Proc type for the function glBindRenderbuffer
Proc type for the function glBindRenderbuffer
Proc type for the function glBindSampler
Proc type for the function glBindSampler
Proc type for the function glBindSamplers
Proc type for the function glBindSamplers
Proc type for the function glBindTexture
Proc type for the function glBindTexture
Proc type for the function glBindTextureUnit
Proc type for the function glBindTextureUnit
Proc type for the function glBindTextures
Proc type for the function glBindTextures
Proc type for the function glBindTransformFeedback
Proc type for the function glBindTransformFeedback
Proc type for the function glBindVertexArray
Proc type for the function glBindVertexArray
Proc type for the function glBindVertexBuffer
Proc type for the function glBindVertexBuffer
Proc type for the function glBindVertexBuffers
Proc type for the function glBindVertexBuffers
Proc type for the function glBlendColor
Proc type for the function glBlendColor
Proc type for the function glBlendEquation
Proc type for the function glBlendEquation
Proc type for the function glBlendEquationi
Proc type for the function glBlendEquationi
Proc type for the function glBlendEquationSeparate
Proc type for the function glBlendEquationSeparate
Proc type for the function glBlendEquationSeparatei
Proc type for the function glBlendEquationSeparatei
Proc type for the function glBlendFunc
Proc type for the function glBlendFunc
Proc type for the function glBlendFunci
Proc type for the function glBlendFunci
Proc type for the function glBlendFuncSeparate
Proc type for the function glBlendFuncSeparate
Proc type for the function glBlendFuncSeparatei
Proc type for the function glBlendFuncSeparatei
Proc type for the function glBlitFramebuffer
Proc type for the function glBlitFramebuffer
Proc type for the function glBlitNamedFramebuffer
Proc type for the function glBlitNamedFramebuffer
Proc type for the function glBufferData
Proc type for the function glBufferData
Proc type for the function glBufferStorage
Proc type for the function glBufferStorage
Proc type for the function glBufferSubData
Proc type for the function glBufferSubData
Proc type for the function glCheckFramebufferStatus
Proc type for the function glCheckFramebufferStatus
Proc type for the function glCheckNamedFramebufferStatus
Proc type for the function glCheckNamedFramebufferStatus
Proc type for the function glClampColor
Proc type for the function glClampColor
Proc type for the function glClear
Proc type for the function glClearBufferData
Proc type for the function glClearBufferData
Proc type for the function glClearBufferfi
Proc type for the function glClearBufferfi
Proc type for the function glClearBufferfv
Proc type for the function glClearBufferfv
Proc type for the function glClearBufferiv
Proc type for the function glClearBufferiv
Proc type for the function glClearBufferSubData
Proc type for the function glClearBufferSubData
Proc type for the function glClearBufferuiv
Proc type for the function glClearBufferuiv
Proc type for the function glClearColor
Proc type for the function glClearColor
Proc type for the function glClearDepth
Proc type for the function glClearDepthf
Proc type for the function glClearNamedBufferData
Proc type for the function glClearNamedBufferData
Proc type for the function glClearNamedBufferSubData
Proc type for the function glClearNamedBufferSubData
Proc type for the function glClearNamedFramebufferfi
Proc type for the function glClearNamedFramebufferfi
Proc type for the function glClearNamedFramebufferfv
Proc type for the function glClearNamedFramebufferfv
Proc type for the function glClearNamedFramebufferiv
Proc type for the function glClearNamedFramebufferiv
Proc type for the function glClearNamedFramebufferuiv
Proc type for the function glClearNamedFramebufferuiv
Proc type for the function glClearStencil
Proc type for the function glClearTexImage
Proc type for the function glClearTexImage
Proc type for the function glClearTexSubImage
Proc type for the function glClearTexSubImage
Proc type for the function glClientWaitSync
Proc type for the function glClientWaitSync
Proc type for the function glClipControl
Proc type for the function glClipControl
Proc type for the function glColorMask
Proc type for the function glColorMask
Proc type for the function glColorMaski
Proc type for the function glColorMaski
Proc type for the function glCompileShader
Proc type for the function glCompressedTexImage1D
Proc type for the function glCompressedTexImage1D
Proc type for the function glCompressedTexImage2D
Proc type for the function glCompressedTexImage2D
Proc type for the function glCompressedTexImage3D
Proc type for the function glCompressedTexImage3D
Proc type for the function glCompressedTexSubImage1D
Proc type for the function glCompressedTexSubImage1D
Proc type for the function glCompressedTexSubImage2D
Proc type for the function glCompressedTexSubImage2D
Proc type for the function glCompressedTexSubImage3D
Proc type for the function glCompressedTexSubImage3D
Proc type for the function glCompressedTextureSubImage1D
Proc type for the function glCompressedTextureSubImage1D
Proc type for the function glCompressedTextureSubImage2D
Proc type for the function glCompressedTextureSubImage2D
Proc type for the function glCompressedTextureSubImage3D
Proc type for the function glCompressedTextureSubImage3D
Proc type for the function glCopyBufferSubData
Proc type for the function glCopyBufferSubData
Proc type for the function glCopyImageSubData
Proc type for the function glCopyImageSubData
Proc type for the function glCopyNamedBufferSubData
Proc type for the function glCopyNamedBufferSubData
Proc type for the function glCopyTexImage1D
Proc type for the function glCopyTexImage1D
Proc type for the function glCopyTexImage2D
Proc type for the function glCopyTexImage2D
Proc type for the function glCopyTexSubImage1D
Proc type for the function glCopyTexSubImage1D
Proc type for the function glCopyTexSubImage2D
Proc type for the function glCopyTexSubImage2D
Proc type for the function glCopyTexSubImage3D
Proc type for the function glCopyTexSubImage3D
Proc type for the function glCopyTextureSubImage1D
Proc type for the function glCopyTextureSubImage1D
Proc type for the function glCopyTextureSubImage2D
Proc type for the function glCopyTextureSubImage2D
Proc type for the function glCopyTextureSubImage3D
Proc type for the function glCopyTextureSubImage3D
Proc type for the function glCreateBuffers
Proc type for the function glCreateBuffers
Proc type for the function glCreateFramebuffers
Proc type for the function glCreateFramebuffers
Proc type for the function glCreateProgram
Proc type for the function glCreateProgramPipelines
Proc type for the function glCreateProgramPipelines
Proc type for the function glCreateQueries
Proc type for the function glCreateQueries
Proc type for the function glCreateRenderbuffers
Proc type for the function glCreateRenderbuffers
Proc type for the function glCreateSamplers
Proc type for the function glCreateSamplers
Proc type for the function glCreateShader
Proc type for the function glCreateShader
Proc type for the function glCreateShaderProgramv
Proc type for the function glCreateShaderProgramv
Proc type for the function glCreateTextures
Proc type for the function glCreateTextures
Proc type for the function glCreateTransformFeedbacks
Proc type for the function glCreateTransformFeedbacks
Proc type for the function glCreateVertexArrays
Proc type for the function glCreateVertexArrays
Proc type for the function glCullFace
Proc type for the function glDebugMessageCallback
Proc type for the function glDebugMessageCallback
Proc type for the function glDebugMessageControl
Proc type for the function glDebugMessageControl
Proc type for the function glDebugMessageInsert
Proc type for the function glDebugMessageInsert
Proc type for the function glDeleteBuffers
Proc type for the function glDeleteBuffers
Proc type for the function glDeleteFramebuffers
Proc type for the function glDeleteFramebuffers
Proc type for the function glDeleteProgram
Proc type for the function glDeleteProgramPipelines
Proc type for the function glDeleteProgramPipelines
Proc type for the function glDeleteQueries
Proc type for the function glDeleteQueries
Proc type for the function glDeleteRenderbuffers
Proc type for the function glDeleteRenderbuffers
Proc type for the function glDeleteSamplers
Proc type for the function glDeleteSamplers
Proc type for the function glDeleteShader
Proc type for the function glDeleteSync
Proc type for the function glDeleteTextures
Proc type for the function glDeleteTextures
Proc type for the function glDeleteTransformFeedbacks
Proc type for the function glDeleteTransformFeedbacks
Proc type for the function glDeleteVertexArrays
Proc type for the function glDeleteVertexArrays
Proc type for the function glDepthFunc
Proc type for the function glDepthMask
Proc type for the function glDepthRange
Proc type for the function glDepthRange
Proc type for the function glDepthRangeArrayv
Proc type for the function glDepthRangeArrayv
Proc type for the function glDepthRangef
Proc type for the function glDepthRangef
Proc type for the function glDepthRangeIndexed
Proc type for the function glDepthRangeIndexed
Proc type for the function glDetachShader
Proc type for the function glDetachShader
Proc type for the function glDisable
Proc type for the function glDisablei
Proc type for the function glDisablei
Proc type for the function glDisableVertexArrayAttrib
Proc type for the function glDisableVertexArrayAttrib
Proc type for the function glDisableVertexAttribArray
Proc type for the function glDisableVertexAttribArray
Proc type for the function glDispatchCompute
Proc type for the function glDispatchCompute
Proc type for the function glDispatchComputeIndirect
Proc type for the function glDispatchComputeIndirect
Proc type for the function glDrawArrays
Proc type for the function glDrawArrays
Proc type for the function glDrawArraysIndirect
Proc type for the function glDrawArraysIndirect
Proc type for the function glDrawArraysInstanced
Proc type for the function glDrawArraysInstanced
Proc type for the function glDrawArraysInstancedBaseInstance
Proc type for the function glDrawArraysInstancedBaseInstance
Proc type for the function glDrawBuffer
Proc type for the function glDrawBuffer
Proc type for the function glDrawBuffers
Proc type for the function glDrawBuffers
Proc type for the function glDrawElements
Proc type for the function glDrawElements
Proc type for the function glDrawElementsBaseVertex
Proc type for the function glDrawElementsBaseVertex
Proc type for the function glDrawElementsIndirect
Proc type for the function glDrawElementsIndirect
Proc type for the function glDrawElementsInstanced
Proc type for the function glDrawElementsInstanced
Proc type for the function glDrawElementsInstancedBaseInstance
Proc type for the function glDrawElementsInstancedBaseInstance
Proc type for the function glDrawElementsInstancedBaseVertex
Proc type for the function glDrawElementsInstancedBaseVertex
Proc type for the function glDrawElementsInstancedBaseVertexBaseInstance
Proc type for the function glDrawElementsInstancedBaseVertexBaseInstance
Proc type for the function glDrawRangeElements
Proc type for the function glDrawRangeElements
Proc type for the function glDrawRangeElementsBaseVertex
Proc type for the function glDrawRangeElementsBaseVertex
Proc type for the function glDrawTransformFeedback
Proc type for the function glDrawTransformFeedback
Proc type for the function glDrawTransformFeedbackInstanced
Proc type for the function glDrawTransformFeedbackInstanced
Proc type for the function glDrawTransformFeedbackStream
Proc type for the function glDrawTransformFeedbackStream
Proc type for the function glDrawTransformFeedbackStreamInstanced
Proc type for the function glDrawTransformFeedbackStreamInstanced
Proc type for the function glEnable
Proc type for the function glEnablei
Proc type for the function glEnablei
Proc type for the function glEnableVertexArrayAttrib
Proc type for the function glEnableVertexArrayAttrib
Proc type for the function glEnableVertexAttribArray
Proc type for the function glEnableVertexAttribArray
Proc type for the function glEndConditionalRender
Proc type for the function glEndConditionalRender
Proc type for the function glEndQuery
Proc type for the function glEndQueryIndexed
Proc type for the function glEndQueryIndexed
Proc type for the function glEndTransformFeedback
Proc type for the function glEndTransformFeedback
Proc type for the function glFenceSync
Proc type for the function glFenceSync
Proc type for the function glFlushMappedBufferRange
Proc type for the function glFlushMappedBufferRange
Proc type for the function glFlushMappedNamedBufferRange
Proc type for the function glFlushMappedNamedBufferRange
Proc type for the function glFramebufferParameteri
Proc type for the function glFramebufferParameteri
Proc type for the function glFramebufferRenderbuffer
Proc type for the function glFramebufferRenderbuffer
Proc type for the function glFramebufferTexture
Proc type for the function glFramebufferTexture
Proc type for the function glFramebufferTexture1D
Proc type for the function glFramebufferTexture1D
Proc type for the function glFramebufferTexture2D
Proc type for the function glFramebufferTexture2D
Proc type for the function glFramebufferTexture3D
Proc type for the function glFramebufferTexture3D
Proc type for the function glFramebufferTextureLayer
Proc type for the function glFramebufferTextureLayer
Proc type for the function glFrontFace
Proc type for the function glFrontFace
Proc type for the function glGenBuffers
Proc type for the function glGenBuffers
Proc type for the function glGenFramebuffers
Proc type for the function glGenFramebuffers
Proc type for the function glGenProgramPipelines
Proc type for the function glGenProgramPipelines
Proc type for the function glGenQueries
Proc type for the function glGenQueries
Proc type for the function glGenRenderbuffers
Proc type for the function glGenRenderbuffers
Proc type for the function glGenSamplers
Proc type for the function glGenSamplers
Proc type for the function glGenTextures
Proc type for the function glGenTextures
Proc type for the function glGenTransformFeedbacks
Proc type for the function glGenTransformFeedbacks
Proc type for the function glGenVertexArrays
Proc type for the function glGenVertexArrays
Proc type for the function glGenerateMipmap
Proc type for the function glGenerateMipmap
Proc type for the function glGenerateTextureMipmap
Proc type for the function glGenerateTextureMipmap
Proc type for the function glGetActiveAtomicCounterBufferiv
Proc type for the function glGetActiveAtomicCounterBufferiv
Proc type for the function glGetActiveAttrib
Proc type for the function glGetActiveAttrib
Proc type for the function glGetActiveSubroutineName
Proc type for the function glGetActiveSubroutineName
Proc type for the function glGetActiveSubroutineUniformiv
Proc type for the function glGetActiveSubroutineUniformiv
Proc type for the function glGetActiveSubroutineUniformName
Proc type for the function glGetActiveSubroutineUniformName
Proc type for the function glGetActiveUniform
Proc type for the function glGetActiveUniform
Proc type for the function glGetActiveUniformBlockiv
Proc type for the function glGetActiveUniformBlockiv
Proc type for the function glGetActiveUniformBlockName
Proc type for the function glGetActiveUniformBlockName
Proc type for the function glGetActiveUniformName
Proc type for the function glGetActiveUniformName
Proc type for the function glGetActiveUniformsiv
Proc type for the function glGetActiveUniformsiv
Proc type for the function glGetAttachedShaders
Proc type for the function glGetAttachedShaders
Proc type for the function glGetAttribLocation
Proc type for the function glGetAttribLocation
Proc type for the function glGetBooleani_v
Proc type for the function glGetBooleani_v
Proc type for the function glGetBooleanv
Proc type for the function glGetBooleanv
Proc type for the function glGetBufferParameteri64v
Proc type for the function glGetBufferParameteri64v
Proc type for the function glGetBufferParameteriv
Proc type for the function glGetBufferParameteriv
Proc type for the function glGetBufferPointerv
Proc type for the function glGetBufferPointerv
Proc type for the function glGetBufferSubData
Proc type for the function glGetBufferSubData
Proc type for the function glGetCompressedTexImage
Proc type for the function glGetCompressedTexImage
Proc type for the function glGetCompressedTextureImage
Proc type for the function glGetCompressedTextureImage
Proc type for the function glGetCompressedTextureSubImage
Proc type for the function glGetCompressedTextureSubImage
Proc type for the function glGetDebugMessageLog
Proc type for the function glGetDebugMessageLog
Proc type for the function glGetDoublei_v
Proc type for the function glGetDoublei_v
Proc type for the function glGetDoublev
Proc type for the function glGetDoublev
Proc type for the function glGetFloati_v
Proc type for the function glGetFloati_v
Proc type for the function glGetFloatv
Proc type for the function glGetFloatv
Proc type for the function glGetFragDataIndex
Proc type for the function glGetFragDataIndex
Proc type for the function glGetFragDataLocation
Proc type for the function glGetFragDataLocation
Proc type for the function glGetFramebufferAttachmentParameteriv
Proc type for the function glGetFramebufferAttachmentParameteriv
Proc type for the function glGetFramebufferParameteriv
Proc type for the function glGetFramebufferParameteriv
Proc type for the function glGetGraphicsResetStatus
Proc type for the function glGetGraphicsResetStatus
Proc type for the function glGetInteger64i_v
Proc type for the function glGetInteger64i_v
Proc type for the function glGetInteger64v
Proc type for the function glGetInteger64v
Proc type for the function glGetIntegeri_v
Proc type for the function glGetIntegeri_v
Proc type for the function glGetIntegerv
Proc type for the function glGetIntegerv
Proc type for the function glGetInternalformati64v
Proc type for the function glGetInternalformati64v
Proc type for the function glGetInternalformativ
Proc type for the function glGetInternalformativ
Proc type for the function glGetMultisamplefv
Proc type for the function glGetMultisamplefv
Proc type for the function glGetNamedBufferParameteri64v
Proc type for the function glGetNamedBufferParameteri64v
Proc type for the function glGetNamedBufferParameteriv
Proc type for the function glGetNamedBufferParameteriv
Proc type for the function glGetNamedBufferPointerv
Proc type for the function glGetNamedBufferPointerv
Proc type for the function glGetNamedBufferSubData
Proc type for the function glGetNamedBufferSubData
Proc type for the function glGetNamedFramebufferAttachmentParameteriv
Proc type for the function glGetNamedFramebufferAttachmentParameteriv
Proc type for the function glGetNamedFramebufferParameteriv
Proc type for the function glGetNamedFramebufferParameteriv
Proc type for the function glGetNamedRenderbufferParameteriv
Proc type for the function glGetNamedRenderbufferParameteriv
Proc type for the function glGetObjectLabel
Proc type for the function glGetObjectLabel
Proc type for the function glGetObjectPtrLabel
Proc type for the function glGetObjectPtrLabel
Proc type for the function glGetPointerv
Proc type for the function glGetPointerv
Proc type for the function glGetProgramBinary
Proc type for the function glGetProgramBinary
Proc type for the function glGetProgramInfoLog
Proc type for the function glGetProgramInfoLog
Proc type for the function glGetProgramInterfaceiv
Proc type for the function glGetProgramInterfaceiv
Proc type for the function glGetProgramiv
Proc type for the function glGetProgramiv
Proc type for the function glGetProgramPipelineInfoLog
Proc type for the function glGetProgramPipelineInfoLog
Proc type for the function glGetProgramPipelineiv
Proc type for the function glGetProgramPipelineiv
Proc type for the function glGetProgramResourceIndex
Proc type for the function glGetProgramResourceIndex
Proc type for the function glGetProgramResourceiv
Proc type for the function glGetProgramResourceiv
Proc type for the function glGetProgramResourceLocation
Proc type for the function glGetProgramResourceLocation
Proc type for the function glGetProgramResourceLocationIndex
Proc type for the function glGetProgramResourceLocationIndex
Proc type for the function glGetProgramResourceName
Proc type for the function glGetProgramResourceName
Proc type for the function glGetProgramStageiv
Proc type for the function glGetProgramStageiv
Proc type for the function glGetQueryBufferObjecti64v
Proc type for the function glGetQueryBufferObjecti64v
Proc type for the function glGetQueryBufferObjectiv
Proc type for the function glGetQueryBufferObjectiv
Proc type for the function glGetQueryBufferObjectui64v
Proc type for the function glGetQueryBufferObjectui64v
Proc type for the function glGetQueryBufferObjectuiv
Proc type for the function glGetQueryBufferObjectuiv
Proc type for the function glGetQueryIndexediv
Proc type for the function glGetQueryIndexediv
Proc type for the function glGetQueryiv
Proc type for the function glGetQueryiv
Proc type for the function glGetQueryObjecti64v
Proc type for the function glGetQueryObjecti64v
Proc type for the function glGetQueryObjectiv
Proc type for the function glGetQueryObjectiv
Proc type for the function glGetQueryObjectui64v
Proc type for the function glGetQueryObjectui64v
Proc type for the function glGetQueryObjectuiv
Proc type for the function glGetQueryObjectuiv
Proc type for the function glGetRenderbufferParameteriv
Proc type for the function glGetRenderbufferParameteriv
Proc type for the function glGetSamplerParameterfv
Proc type for the function glGetSamplerParameterfv
Proc type for the function glGetSamplerParameterIiv
Proc type for the function glGetSamplerParameterIiv
Proc type for the function glGetSamplerParameterIuiv
Proc type for the function glGetSamplerParameterIuiv
Proc type for the function glGetSamplerParameteriv
Proc type for the function glGetSamplerParameteriv
Proc type for the function glGetShaderInfoLog
Proc type for the function glGetShaderInfoLog
Proc type for the function glGetShaderiv
Proc type for the function glGetShaderiv
Proc type for the function glGetShaderPrecisionFormat
Proc type for the function glGetShaderPrecisionFormat
Proc type for the function glGetShaderSource
Proc type for the function glGetShaderSource
Proc type for the function glGetString
Proc type for the function glGetString
Proc type for the function glGetStringi
Proc type for the function glGetStringi
Proc type for the function glGetSubroutineIndex
Proc type for the function glGetSubroutineIndex
Proc type for the function glGetSubroutineUniformLocation
Proc type for the function glGetSubroutineUniformLocation
Proc type for the function glGetSynciv
Proc type for the function glGetSynciv
Proc type for the function glGetTexImage
Proc type for the function glGetTexImage
Proc type for the function glGetTexLevelParameterfv
Proc type for the function glGetTexLevelParameterfv
Proc type for the function glGetTexLevelParameteriv
Proc type for the function glGetTexLevelParameteriv
Proc type for the function glGetTexParameterfv
Proc type for the function glGetTexParameterfv
Proc type for the function glGetTexParameterIiv
Proc type for the function glGetTexParameterIiv
Proc type for the function glGetTexParameterIuiv
Proc type for the function glGetTexParameterIuiv
Proc type for the function glGetTexParameteriv
Proc type for the function glGetTexParameteriv
Proc type for the function glGetTextureImage
Proc type for the function glGetTextureImage
Proc type for the function glGetTextureLevelParameterfv
Proc type for the function glGetTextureLevelParameterfv
Proc type for the function glGetTextureLevelParameteriv
Proc type for the function glGetTextureLevelParameteriv
Proc type for the function glGetTextureParameterfv
Proc type for the function glGetTextureParameterfv
Proc type for the function glGetTextureParameterIiv
Proc type for the function glGetTextureParameterIiv
Proc type for the function glGetTextureParameterIuiv
Proc type for the function glGetTextureParameterIuiv
Proc type for the function glGetTextureParameteriv
Proc type for the function glGetTextureParameteriv
Proc type for the function glGetTextureSubImage
Proc type for the function glGetTextureSubImage
Proc type for the function glGetTransformFeedbacki64_v
Proc type for the function glGetTransformFeedbacki64_v
Proc type for the function glGetTransformFeedbacki_v
Proc type for the function glGetTransformFeedbacki_v
Proc type for the function glGetTransformFeedbackiv
Proc type for the function glGetTransformFeedbackiv
Proc type for the function glGetTransformFeedbackVarying
Proc type for the function glGetTransformFeedbackVarying
Proc type for the function glGetUniformBlockIndex
Proc type for the function glGetUniformBlockIndex
Proc type for the function glGetUniformdv
Proc type for the function glGetUniformdv
Proc type for the function glGetUniformfv
Proc type for the function glGetUniformfv
Proc type for the function glGetUniformIndices
Proc type for the function glGetUniformIndices
Proc type for the function glGetUniformiv
Proc type for the function glGetUniformiv
Proc type for the function glGetUniformLocation
Proc type for the function glGetUniformLocation
Proc type for the function glGetUniformSubroutineuiv
Proc type for the function glGetUniformSubroutineuiv
Proc type for the function glGetUniformuiv
Proc type for the function glGetUniformuiv
Proc type for the function glGetVertexArrayIndexed64iv
Proc type for the function glGetVertexArrayIndexed64iv
Proc type for the function glGetVertexArrayIndexediv
Proc type for the function glGetVertexArrayIndexediv
Proc type for the function glGetVertexArrayiv
Proc type for the function glGetVertexArrayiv
Proc type for the function glGetVertexAttribdv
Proc type for the function glGetVertexAttribdv
Proc type for the function glGetVertexAttribfv
Proc type for the function glGetVertexAttribfv
Proc type for the function glGetVertexAttribIiv
Proc type for the function glGetVertexAttribIiv
Proc type for the function glGetVertexAttribIuiv
Proc type for the function glGetVertexAttribIuiv
Proc type for the function glGetVertexAttribiv
Proc type for the function glGetVertexAttribiv
Proc type for the function glGetVertexAttribLdv
Proc type for the function glGetVertexAttribLdv
Proc type for the function glGetVertexAttribPointerv
Proc type for the function glGetVertexAttribPointerv
Proc type for the function glGetnCompressedTexImage
Proc type for the function glGetnCompressedTexImage
Proc type for the function glGetnTexImage
Proc type for the function glGetnTexImage
Proc type for the function glGetnUniformdv
Proc type for the function glGetnUniformdv
Proc type for the function glGetnUniformfv
Proc type for the function glGetnUniformfv
Proc type for the function glGetnUniformiv
Proc type for the function glGetnUniformiv
Proc type for the function glGetnUniformuiv
Proc type for the function glGetnUniformuiv
Proc type for the function glHint
Proc type for the function glHint
Proc type for the function glInvalidateBufferData
Proc type for the function glInvalidateBufferData
Proc type for the function glInvalidateBufferSubData
Proc type for the function glInvalidateBufferSubData
Proc type for the function glInvalidateFramebuffer
Proc type for the function glInvalidateFramebuffer
Proc type for the function glInvalidateNamedFramebufferData
Proc type for the function glInvalidateNamedFramebufferData
Proc type for the function glInvalidateNamedFramebufferSubData
Proc type for the function glInvalidateNamedFramebufferSubData
Proc type for the function glInvalidateSubFramebuffer
Proc type for the function glInvalidateSubFramebuffer
Proc type for the function glInvalidateTexImage
Proc type for the function glInvalidateTexImage
Proc type for the function glInvalidateTexSubImage
Proc type for the function glInvalidateTexSubImage
Proc type for the function glIsBuffer
Proc type for the function glIsEnabled
Proc type for the function glIsEnabled
Proc type for the function glIsEnabledi
Proc type for the function glIsEnabledi
Proc type for the function glIsFramebuffer
Proc type for the function glIsFramebuffer
Proc type for the function glIsProgram
Proc type for the function glIsProgram
Proc type for the function glIsProgramPipeline
Proc type for the function glIsProgramPipeline
Proc type for the function glIsQuery
Proc type for the function glIsRenderbuffer
Proc type for the function glIsRenderbuffer
Proc type for the function glIsSampler
Proc type for the function glIsSampler
Proc type for the function glIsShader
Proc type for the function glIsSync
Proc type for the function glIsTexture
Proc type for the function glIsTexture
Proc type for the function glIsTransformFeedback
Proc type for the function glIsTransformFeedback
Proc type for the function glIsVertexArray
Proc type for the function glIsVertexArray
Proc type for the function glLineWidth
Proc type for the function glLinkProgram
Proc type for the function glLogicOp
Proc type for the function glMapBuffer
Proc type for the function glMapBuffer
Proc type for the function glMapBufferRange
Proc type for the function glMapBufferRange
Proc type for the function glMapNamedBuffer
Proc type for the function glMapNamedBuffer
Proc type for the function glMapNamedBufferRange
Proc type for the function glMapNamedBufferRange
Proc type for the function glMemoryBarrier
Proc type for the function glMemoryBarrier
Proc type for the function glMemoryBarrierByRegion
Proc type for the function glMemoryBarrierByRegion
Proc type for the function glMinSampleShading
Proc type for the function glMinSampleShading
Proc type for the function glMultiDrawArrays
Proc type for the function glMultiDrawArrays
Proc type for the function glMultiDrawArraysIndirect
Proc type for the function glMultiDrawArraysIndirect
Proc type for the function glMultiDrawArraysIndirectCount
Proc type for the function glMultiDrawArraysIndirectCount
Proc type for the function glMultiDrawElements
Proc type for the function glMultiDrawElements
Proc type for the function glMultiDrawElementsBaseVertex
Proc type for the function glMultiDrawElementsBaseVertex
Proc type for the function glMultiDrawElementsIndirect
Proc type for the function glMultiDrawElementsIndirect
Proc type for the function glMultiDrawElementsIndirectCount
Proc type for the function glMultiDrawElementsIndirectCount
Proc type for the function glNamedBufferData
Proc type for the function glNamedBufferData
Proc type for the function glNamedBufferStorage
Proc type for the function glNamedBufferStorage
Proc type for the function glNamedBufferSubData
Proc type for the function glNamedBufferSubData
Proc type for the function glNamedFramebufferDrawBuffer
Proc type for the function glNamedFramebufferDrawBuffer
Proc type for the function glNamedFramebufferDrawBuffers
Proc type for the function glNamedFramebufferDrawBuffers
Proc type for the function glNamedFramebufferParameteri
Proc type for the function glNamedFramebufferParameteri
Proc type for the function glNamedFramebufferReadBuffer
Proc type for the function glNamedFramebufferReadBuffer
Proc type for the function glNamedFramebufferRenderbuffer
Proc type for the function glNamedFramebufferRenderbuffer
Proc type for the function glNamedFramebufferTexture
Proc type for the function glNamedFramebufferTexture
Proc type for the function glNamedFramebufferTextureLayer
Proc type for the function glNamedFramebufferTextureLayer
Proc type for the function glNamedRenderbufferStorage
Proc type for the function glNamedRenderbufferStorage
Proc type for the function glNamedRenderbufferStorageMultisample
Proc type for the function glNamedRenderbufferStorageMultisample
Proc type for the function glObjectLabel
Proc type for the function glObjectLabel
Proc type for the function glObjectPtrLabel
Proc type for the function glObjectPtrLabel
Proc type for the function glPatchParameterfv
Proc type for the function glPatchParameterfv
Proc type for the function glPatchParameteri
Proc type for the function glPatchParameteri
Proc type for the function glPauseTransformFeedback
Proc type for the function glPauseTransformFeedback
Proc type for the function glPixelStoref
Proc type for the function glPixelStoref
Proc type for the function glPixelStorei
Proc type for the function glPixelStorei
Proc type for the function glPointParameterf
Proc type for the function glPointParameterf
Proc type for the function glPointParameterfv
Proc type for the function glPointParameterfv
Proc type for the function glPointParameteri
Proc type for the function glPointParameteri
Proc type for the function glPointParameteriv
Proc type for the function glPointParameteriv
Proc type for the function glPointSize
Proc type for the function glPolygonMode
Proc type for the function glPolygonMode
Proc type for the function glPolygonOffset
Proc type for the function glPolygonOffset
Proc type for the function glPolygonOffsetClamp
Proc type for the function glPolygonOffsetClamp
Proc type for the function glPopDebugGroup
Proc type for the function glPrimitiveRestartIndex
Proc type for the function glPrimitiveRestartIndex
Proc type for the function glProgramBinary
Proc type for the function glProgramBinary
Proc type for the function glProgramParameteri
Proc type for the function glProgramParameteri
Proc type for the function glProgramUniform1d
Proc type for the function glProgramUniform1d
Proc type for the function glProgramUniform1dv
Proc type for the function glProgramUniform1dv
Proc type for the function glProgramUniform1f
Proc type for the function glProgramUniform1f
Proc type for the function glProgramUniform1fv
Proc type for the function glProgramUniform1fv
Proc type for the function glProgramUniform1i
Proc type for the function glProgramUniform1i
Proc type for the function glProgramUniform1iv
Proc type for the function glProgramUniform1iv
Proc type for the function glProgramUniform1ui
Proc type for the function glProgramUniform1ui
Proc type for the function glProgramUniform1uiv
Proc type for the function glProgramUniform1uiv
Proc type for the function glProgramUniform2d
Proc type for the function glProgramUniform2d
Proc type for the function glProgramUniform2dv
Proc type for the function glProgramUniform2dv
Proc type for the function glProgramUniform2f
Proc type for the function glProgramUniform2f
Proc type for the function glProgramUniform2fv
Proc type for the function glProgramUniform2fv
Proc type for the function glProgramUniform2i
Proc type for the function glProgramUniform2i
Proc type for the function glProgramUniform2iv
Proc type for the function glProgramUniform2iv
Proc type for the function glProgramUniform2ui
Proc type for the function glProgramUniform2ui
Proc type for the function glProgramUniform2uiv
Proc type for the function glProgramUniform2uiv
Proc type for the function glProgramUniform3d
Proc type for the function glProgramUniform3d
Proc type for the function glProgramUniform3dv
Proc type for the function glProgramUniform3dv
Proc type for the function glProgramUniform3f
Proc type for the function glProgramUniform3f
Proc type for the function glProgramUniform3fv
Proc type for the function glProgramUniform3fv
Proc type for the function glProgramUniform3i
Proc type for the function glProgramUniform3i
Proc type for the function glProgramUniform3iv
Proc type for the function glProgramUniform3iv
Proc type for the function glProgramUniform3ui
Proc type for the function glProgramUniform3ui
Proc type for the function glProgramUniform3uiv
Proc type for the function glProgramUniform3uiv
Proc type for the function glProgramUniform4d
Proc type for the function glProgramUniform4d
Proc type for the function glProgramUniform4dv
Proc type for the function glProgramUniform4dv
Proc type for the function glProgramUniform4f
Proc type for the function glProgramUniform4f
Proc type for the function glProgramUniform4fv
Proc type for the function glProgramUniform4fv
Proc type for the function glProgramUniform4i
Proc type for the function glProgramUniform4i
Proc type for the function glProgramUniform4iv
Proc type for the function glProgramUniform4iv
Proc type for the function glProgramUniform4ui
Proc type for the function glProgramUniform4ui
Proc type for the function glProgramUniform4uiv
Proc type for the function glProgramUniform4uiv
Proc type for the function glProgramUniformMatrix2dv
Proc type for the function glProgramUniformMatrix2dv
Proc type for the function glProgramUniformMatrix2fv
Proc type for the function glProgramUniformMatrix2fv
Proc type for the function glProgramUniformMatrix2x3dv
Proc type for the function glProgramUniformMatrix2x3dv
Proc type for the function glProgramUniformMatrix2x3fv
Proc type for the function glProgramUniformMatrix2x3fv
Proc type for the function glProgramUniformMatrix2x4dv
Proc type for the function glProgramUniformMatrix2x4dv
Proc type for the function glProgramUniformMatrix2x4fv
Proc type for the function glProgramUniformMatrix2x4fv
Proc type for the function glProgramUniformMatrix3dv
Proc type for the function glProgramUniformMatrix3dv
Proc type for the function glProgramUniformMatrix3fv
Proc type for the function glProgramUniformMatrix3fv
Proc type for the function glProgramUniformMatrix3x2dv
Proc type for the function glProgramUniformMatrix3x2dv
Proc type for the function glProgramUniformMatrix3x2fv
Proc type for the function glProgramUniformMatrix3x2fv
Proc type for the function glProgramUniformMatrix3x4dv
Proc type for the function glProgramUniformMatrix3x4dv
Proc type for the function glProgramUniformMatrix3x4fv
Proc type for the function glProgramUniformMatrix3x4fv
Proc type for the function glProgramUniformMatrix4dv
Proc type for the function glProgramUniformMatrix4dv
Proc type for the function glProgramUniformMatrix4fv
Proc type for the function glProgramUniformMatrix4fv
Proc type for the function glProgramUniformMatrix4x2dv
Proc type for the function glProgramUniformMatrix4x2dv
Proc type for the function glProgramUniformMatrix4x2fv
Proc type for the function glProgramUniformMatrix4x2fv
Proc type for the function glProgramUniformMatrix4x3dv
Proc type for the function glProgramUniformMatrix4x3dv
Proc type for the function glProgramUniformMatrix4x3fv
Proc type for the function glProgramUniformMatrix4x3fv
Proc type for the function glProvokingVertex
Proc type for the function glProvokingVertex
Proc type for the function glPushDebugGroup
Proc type for the function glPushDebugGroup
Proc type for the function glQueryCounter
Proc type for the function glQueryCounter
Proc type for the function glReadBuffer
Proc type for the function glReadBuffer
Proc type for the function glReadPixels
Proc type for the function glReadPixels
Proc type for the function glReadnPixels
Proc type for the function glReadnPixels
Proc type for the function glReleaseShaderCompiler
Proc type for the function glReleaseShaderCompiler
Proc type for the function glRenderbufferStorage
Proc type for the function glRenderbufferStorage
Proc type for the function glRenderbufferStorageMultisample
Proc type for the function glRenderbufferStorageMultisample
Proc type for the function glResumeTransformFeedback
Proc type for the function glResumeTransformFeedback
Proc type for the function glSampleCoverage
Proc type for the function glSampleCoverage
Proc type for the function glSampleMaski
Proc type for the function glSampleMaski
Proc type for the function glSamplerParameterf
Proc type for the function glSamplerParameterf
Proc type for the function glSamplerParameterfv
Proc type for the function glSamplerParameterfv
Proc type for the function glSamplerParameteri
Proc type for the function glSamplerParameteri
Proc type for the function glSamplerParameterIiv
Proc type for the function glSamplerParameterIiv
Proc type for the function glSamplerParameterIuiv
Proc type for the function glSamplerParameterIuiv
Proc type for the function glSamplerParameteriv
Proc type for the function glSamplerParameteriv
Proc type for the function glScissor
Proc type for the function glScissor
Proc type for the function glScissorArrayv
Proc type for the function glScissorArrayv
Proc type for the function glScissorIndexed
Proc type for the function glScissorIndexed
Proc type for the function glScissorIndexedv
Proc type for the function glScissorIndexedv
Proc type for the function glShaderBinary
Proc type for the function glShaderBinary
Proc type for the function glShaderSource
Proc type for the function glShaderSource
Proc type for the function glShaderStorageBlockBinding
Proc type for the function glShaderStorageBlockBinding
Proc type for the function glSpecializeShader
Proc type for the function glSpecializeShader
Proc type for the function glStencilFunc
Proc type for the function glStencilFunc
Proc type for the function glStencilFuncSeparate
Proc type for the function glStencilFuncSeparate
Proc type for the function glStencilMask
Proc type for the function glStencilMaskSeparate
Proc type for the function glStencilMaskSeparate
Proc type for the function glStencilOp
Proc type for the function glStencilOp
Proc type for the function glStencilOpSeparate
Proc type for the function glStencilOpSeparate
Proc type for the function glTexBuffer
Proc type for the function glTexBuffer
Proc type for the function glTexBufferRange
Proc type for the function glTexBufferRange
Proc type for the function glTexImage1D
Proc type for the function glTexImage1D
Proc type for the function glTexImage2D
Proc type for the function glTexImage2D
Proc type for the function glTexImage2DMultisample
Proc type for the function glTexImage2DMultisample
Proc type for the function glTexImage3D
Proc type for the function glTexImage3D
Proc type for the function glTexImage3DMultisample
Proc type for the function glTexImage3DMultisample
Proc type for the function glTexParameterf
Proc type for the function glTexParameterf
Proc type for the function glTexParameterfv
Proc type for the function glTexParameterfv
Proc type for the function glTexParameteri
Proc type for the function glTexParameteri
Proc type for the function glTexParameterIiv
Proc type for the function glTexParameterIiv
Proc type for the function glTexParameterIuiv
Proc type for the function glTexParameterIuiv
Proc type for the function glTexParameteriv
Proc type for the function glTexParameteriv
Proc type for the function glTexStorage1D
Proc type for the function glTexStorage1D
Proc type for the function glTexStorage2D
Proc type for the function glTexStorage2D
Proc type for the function glTexStorage2DMultisample
Proc type for the function glTexStorage2DMultisample
Proc type for the function glTexStorage3D
Proc type for the function glTexStorage3D
Proc type for the function glTexStorage3DMultisample
Proc type for the function glTexStorage3DMultisample
Proc type for the function glTexSubImage1D
Proc type for the function glTexSubImage1D
Proc type for the function glTexSubImage2D
Proc type for the function glTexSubImage2D
Proc type for the function glTexSubImage3D
Proc type for the function glTexSubImage3D
Proc type for the function glTextureBarrier
Proc type for the function glTextureBuffer
Proc type for the function glTextureBuffer
Proc type for the function glTextureBufferRange
Proc type for the function glTextureBufferRange
Proc type for the function glTextureParameterf
Proc type for the function glTextureParameterf
Proc type for the function glTextureParameterfv
Proc type for the function glTextureParameterfv
Proc type for the function glTextureParameteri
Proc type for the function glTextureParameteri
Proc type for the function glTextureParameterIiv
Proc type for the function glTextureParameterIiv
Proc type for the function glTextureParameterIuiv
Proc type for the function glTextureParameterIuiv
Proc type for the function glTextureParameteriv
Proc type for the function glTextureParameteriv
Proc type for the function glTextureStorage1D
Proc type for the function glTextureStorage1D
Proc type for the function glTextureStorage2D
Proc type for the function glTextureStorage2D
Proc type for the function glTextureStorage2DMultisample
Proc type for the function glTextureStorage2DMultisample
Proc type for the function glTextureStorage3D
Proc type for the function glTextureStorage3D
Proc type for the function glTextureStorage3DMultisample
Proc type for the function glTextureStorage3DMultisample
Proc type for the function glTextureSubImage1D
Proc type for the function glTextureSubImage1D
Proc type for the function glTextureSubImage2D
Proc type for the function glTextureSubImage2D
Proc type for the function glTextureSubImage3D
Proc type for the function glTextureSubImage3D
Proc type for the function glTextureView
Proc type for the function glTextureView
Proc type for the function glTransformFeedbackBufferBase
Proc type for the function glTransformFeedbackBufferBase
Proc type for the function glTransformFeedbackBufferRange
Proc type for the function glTransformFeedbackBufferRange
Proc type for the function glTransformFeedbackVaryings
Proc type for the function glTransformFeedbackVaryings
Proc type for the function glUniform1d
Proc type for the function glUniform1d
Proc type for the function glUniform1dv
Proc type for the function glUniform1dv
Proc type for the function glUniform1f
Proc type for the function glUniform1f
Proc type for the function glUniform1fv
Proc type for the function glUniform1fv
Proc type for the function glUniform1i
Proc type for the function glUniform1i
Proc type for the function glUniform1iv
Proc type for the function glUniform1iv
Proc type for the function glUniform1ui
Proc type for the function glUniform1ui
Proc type for the function glUniform1uiv
Proc type for the function glUniform1uiv
Proc type for the function glUniform2d
Proc type for the function glUniform2d
Proc type for the function glUniform2dv
Proc type for the function glUniform2dv
Proc type for the function glUniform2f
Proc type for the function glUniform2f
Proc type for the function glUniform2fv
Proc type for the function glUniform2fv
Proc type for the function glUniform2i
Proc type for the function glUniform2i
Proc type for the function glUniform2iv
Proc type for the function glUniform2iv
Proc type for the function glUniform2ui
Proc type for the function glUniform2ui
Proc type for the function glUniform2uiv
Proc type for the function glUniform2uiv
Proc type for the function glUniform3d
Proc type for the function glUniform3d
Proc type for the function glUniform3dv
Proc type for the function glUniform3dv
Proc type for the function glUniform3f
Proc type for the function glUniform3f
Proc type for the function glUniform3fv
Proc type for the function glUniform3fv
Proc type for the function glUniform3i
Proc type for the function glUniform3i
Proc type for the function glUniform3iv
Proc type for the function glUniform3iv
Proc type for the function glUniform3ui
Proc type for the function glUniform3ui
Proc type for the function glUniform3uiv
Proc type for the function glUniform3uiv
Proc type for the function glUniform4d
Proc type for the function glUniform4d
Proc type for the function glUniform4dv
Proc type for the function glUniform4dv
Proc type for the function glUniform4f
Proc type for the function glUniform4f
Proc type for the function glUniform4fv
Proc type for the function glUniform4fv
Proc type for the function glUniform4i
Proc type for the function glUniform4i
Proc type for the function glUniform4iv
Proc type for the function glUniform4iv
Proc type for the function glUniform4ui
Proc type for the function glUniform4ui
Proc type for the function glUniform4uiv
Proc type for the function glUniform4uiv
Proc type for the function glUniformBlockBinding
Proc type for the function glUniformBlockBinding
Proc type for the function glUniformMatrix2dv
Proc type for the function glUniformMatrix2dv
Proc type for the function glUniformMatrix2fv
Proc type for the function glUniformMatrix2fv
Proc type for the function glUniformMatrix2x3dv
Proc type for the function glUniformMatrix2x3dv
Proc type for the function glUniformMatrix2x3fv
Proc type for the function glUniformMatrix2x3fv
Proc type for the function glUniformMatrix2x4dv
Proc type for the function glUniformMatrix2x4dv
Proc type for the function glUniformMatrix2x4fv
Proc type for the function glUniformMatrix2x4fv
Proc type for the function glUniformMatrix3dv
Proc type for the function glUniformMatrix3dv
Proc type for the function glUniformMatrix3fv
Proc type for the function glUniformMatrix3fv
Proc type for the function glUniformMatrix3x2dv
Proc type for the function glUniformMatrix3x2dv
Proc type for the function glUniformMatrix3x2fv
Proc type for the function glUniformMatrix3x2fv
Proc type for the function glUniformMatrix3x4dv
Proc type for the function glUniformMatrix3x4dv
Proc type for the function glUniformMatrix3x4fv
Proc type for the function glUniformMatrix3x4fv
Proc type for the function glUniformMatrix4dv
Proc type for the function glUniformMatrix4dv
Proc type for the function glUniformMatrix4fv
Proc type for the function glUniformMatrix4fv
Proc type for the function glUniformMatrix4x2dv
Proc type for the function glUniformMatrix4x2dv
Proc type for the function glUniformMatrix4x2fv
Proc type for the function glUniformMatrix4x2fv
Proc type for the function glUniformMatrix4x3dv
Proc type for the function glUniformMatrix4x3dv
Proc type for the function glUniformMatrix4x3fv
Proc type for the function glUniformMatrix4x3fv
Proc type for the function glUniformSubroutinesuiv
Proc type for the function glUniformSubroutinesuiv
Proc type for the function glUnmapBuffer
Proc type for the function glUnmapBuffer
Proc type for the function glUnmapNamedBuffer
Proc type for the function glUnmapNamedBuffer
Proc type for the function glUseProgram
Proc type for the function glUseProgramStages
Proc type for the function glUseProgramStages
Proc type for the function glValidateProgram
Proc type for the function glValidateProgram
Proc type for the function glValidateProgramPipeline
Proc type for the function glValidateProgramPipeline
Proc type for the function glVertexArrayAttribBinding
Proc type for the function glVertexArrayAttribBinding
Proc type for the function glVertexArrayAttribFormat
Proc type for the function glVertexArrayAttribFormat
Proc type for the function glVertexArrayAttribIFormat
Proc type for the function glVertexArrayAttribIFormat
Proc type for the function glVertexArrayAttribLFormat
Proc type for the function glVertexArrayAttribLFormat
Proc type for the function glVertexArrayBindingDivisor
Proc type for the function glVertexArrayBindingDivisor
Proc type for the function glVertexArrayElementBuffer
Proc type for the function glVertexArrayElementBuffer
Proc type for the function glVertexArrayVertexBuffer
Proc type for the function glVertexArrayVertexBuffer
Proc type for the function glVertexArrayVertexBuffers
Proc type for the function glVertexArrayVertexBuffers
Proc type for the function glVertexAttrib1d
Proc type for the function glVertexAttrib1d
Proc type for the function glVertexAttrib1dv
Proc type for the function glVertexAttrib1dv
Proc type for the function glVertexAttrib1f
Proc type for the function glVertexAttrib1f
Proc type for the function glVertexAttrib1fv
Proc type for the function glVertexAttrib1fv
Proc type for the function glVertexAttrib1s
Proc type for the function glVertexAttrib1s
Proc type for the function glVertexAttrib1sv
Proc type for the function glVertexAttrib1sv
Proc type for the function glVertexAttrib2d
Proc type for the function glVertexAttrib2d
Proc type for the function glVertexAttrib2dv
Proc type for the function glVertexAttrib2dv
Proc type for the function glVertexAttrib2f
Proc type for the function glVertexAttrib2f
Proc type for the function glVertexAttrib2fv
Proc type for the function glVertexAttrib2fv
Proc type for the function glVertexAttrib2s
Proc type for the function glVertexAttrib2s
Proc type for the function glVertexAttrib2sv
Proc type for the function glVertexAttrib2sv
Proc type for the function glVertexAttrib3d
Proc type for the function glVertexAttrib3d
Proc type for the function glVertexAttrib3dv
Proc type for the function glVertexAttrib3dv
Proc type for the function glVertexAttrib3f
Proc type for the function glVertexAttrib3f
Proc type for the function glVertexAttrib3fv
Proc type for the function glVertexAttrib3fv
Proc type for the function glVertexAttrib3s
Proc type for the function glVertexAttrib3s
Proc type for the function glVertexAttrib3sv
Proc type for the function glVertexAttrib3sv
Proc type for the function glVertexAttrib4bv
Proc type for the function glVertexAttrib4bv
Proc type for the function glVertexAttrib4d
Proc type for the function glVertexAttrib4d
Proc type for the function glVertexAttrib4dv
Proc type for the function glVertexAttrib4dv
Proc type for the function glVertexAttrib4f
Proc type for the function glVertexAttrib4f
Proc type for the function glVertexAttrib4fv
Proc type for the function glVertexAttrib4fv
Proc type for the function glVertexAttrib4iv
Proc type for the function glVertexAttrib4iv
Proc type for the function glVertexAttrib4Nbv
Proc type for the function glVertexAttrib4Nbv
Proc type for the function glVertexAttrib4Niv
Proc type for the function glVertexAttrib4Niv
Proc type for the function glVertexAttrib4Nsv
Proc type for the function glVertexAttrib4Nsv
Proc type for the function glVertexAttrib4Nub
Proc type for the function glVertexAttrib4Nub
Proc type for the function glVertexAttrib4Nubv
Proc type for the function glVertexAttrib4Nubv
Proc type for the function glVertexAttrib4Nuiv
Proc type for the function glVertexAttrib4Nuiv
Proc type for the function glVertexAttrib4Nusv
Proc type for the function glVertexAttrib4Nusv
Proc type for the function glVertexAttrib4s
Proc type for the function glVertexAttrib4s
Proc type for the function glVertexAttrib4sv
Proc type for the function glVertexAttrib4sv
Proc type for the function glVertexAttrib4ubv
Proc type for the function glVertexAttrib4ubv
Proc type for the function glVertexAttrib4uiv
Proc type for the function glVertexAttrib4uiv
Proc type for the function glVertexAttrib4usv
Proc type for the function glVertexAttrib4usv
Proc type for the function glVertexAttribBinding
Proc type for the function glVertexAttribBinding
Proc type for the function glVertexAttribDivisor
Proc type for the function glVertexAttribDivisor
Proc type for the function glVertexAttribFormat
Proc type for the function glVertexAttribFormat
Proc type for the function glVertexAttribI1i
Proc type for the function glVertexAttribI1i
Proc type for the function glVertexAttribI1iv
Proc type for the function glVertexAttribI1iv
Proc type for the function glVertexAttribI1ui
Proc type for the function glVertexAttribI1ui
Proc type for the function glVertexAttribI1uiv
Proc type for the function glVertexAttribI1uiv
Proc type for the function glVertexAttribI2i
Proc type for the function glVertexAttribI2i
Proc type for the function glVertexAttribI2iv
Proc type for the function glVertexAttribI2iv
Proc type for the function glVertexAttribI2ui
Proc type for the function glVertexAttribI2ui
Proc type for the function glVertexAttribI2uiv
Proc type for the function glVertexAttribI2uiv
Proc type for the function glVertexAttribI3i
Proc type for the function glVertexAttribI3i
Proc type for the function glVertexAttribI3iv
Proc type for the function glVertexAttribI3iv
Proc type for the function glVertexAttribI3ui
Proc type for the function glVertexAttribI3ui
Proc type for the function glVertexAttribI3uiv
Proc type for the function glVertexAttribI3uiv
Proc type for the function glVertexAttribI4bv
Proc type for the function glVertexAttribI4bv
Proc type for the function glVertexAttribI4i
Proc type for the function glVertexAttribI4i
Proc type for the function glVertexAttribI4iv
Proc type for the function glVertexAttribI4iv
Proc type for the function glVertexAttribI4sv
Proc type for the function glVertexAttribI4sv
Proc type for the function glVertexAttribI4ubv
Proc type for the function glVertexAttribI4ubv
Proc type for the function glVertexAttribI4ui
Proc type for the function glVertexAttribI4ui
Proc type for the function glVertexAttribI4uiv
Proc type for the function glVertexAttribI4uiv
Proc type for the function glVertexAttribI4usv
Proc type for the function glVertexAttribI4usv
Proc type for the function glVertexAttribIFormat
Proc type for the function glVertexAttribIFormat
Proc type for the function glVertexAttribIPointer
Proc type for the function glVertexAttribIPointer
Proc type for the function glVertexAttribL1d
Proc type for the function glVertexAttribL1d
Proc type for the function glVertexAttribL1dv
Proc type for the function glVertexAttribL1dv
Proc type for the function glVertexAttribL2d
Proc type for the function glVertexAttribL2d
Proc type for the function glVertexAttribL2dv
Proc type for the function glVertexAttribL2dv
Proc type for the function glVertexAttribL3d
Proc type for the function glVertexAttribL3d
Proc type for the function glVertexAttribL3dv
Proc type for the function glVertexAttribL3dv
Proc type for the function glVertexAttribL4d
Proc type for the function glVertexAttribL4d
Proc type for the function glVertexAttribL4dv
Proc type for the function glVertexAttribL4dv
Proc type for the function glVertexAttribLFormat
Proc type for the function glVertexAttribLFormat
Proc type for the function glVertexAttribLPointer
Proc type for the function glVertexAttribLPointer
Proc type for the function glVertexAttribP1ui
Proc type for the function glVertexAttribP1ui
Proc type for the function glVertexAttribP1uiv
Proc type for the function glVertexAttribP1uiv
Proc type for the function glVertexAttribP2ui
Proc type for the function glVertexAttribP2ui
Proc type for the function glVertexAttribP2uiv
Proc type for the function glVertexAttribP2uiv
Proc type for the function glVertexAttribP3ui
Proc type for the function glVertexAttribP3ui
Proc type for the function glVertexAttribP3uiv
Proc type for the function glVertexAttribP3uiv
Proc type for the function glVertexAttribP4ui
Proc type for the function glVertexAttribP4ui
Proc type for the function glVertexAttribP4uiv
Proc type for the function glVertexAttribP4uiv
Proc type for the function glVertexAttribPointer
Proc type for the function glVertexAttribPointer
Proc type for the function glVertexBindingDivisor
Proc type for the function glVertexBindingDivisor
Proc type for the function glViewport
Proc type for the function glViewport
Proc type for the function glViewportArrayv
Proc type for the function glViewportArrayv
Proc type for the function glViewportIndexedf
Proc type for the function glViewportIndexedf
Proc type for the function glViewportIndexedfv
Proc type for the function glViewportIndexedfv
Proc type for the function glWaitSync
Proc type for the function glWaitSync