11name : OpenGLRaw
2- version : 3.2.4 .0
2+ version : 3.2.5 .0
33synopsis : A raw binding for the OpenGL graphics system
44description :
55 OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and
@@ -37,8 +37,8 @@ extra-source-files:
3737 CHANGELOG.md
3838 README.md
3939 RegistryProcessor/LICENSE
40- RegistryProcessor/OpenGL-Registry/gl.xml
41- RegistryProcessor/OpenGL-Registry/registry.rnc
40+ RegistryProcessor/OpenGL-Registry/xml/ gl.xml
41+ RegistryProcessor/OpenGL-Registry/xml/ registry.rnc
4242 RegistryProcessor/RegistryProcessor.cabal
4343 RegistryProcessor/Setup.hs
4444 RegistryProcessor/src/DeclarationParser.hs
@@ -74,6 +74,7 @@ library
7474 Graphics.GL.AMD.DebugOutput
7575 Graphics.GL.AMD.DepthClampSeparate
7676 Graphics.GL.AMD.DrawBuffersBlend
77+ Graphics.GL.AMD.FramebufferSamplePositions
7778 Graphics.GL.AMD.GPUShaderHalfFloat
7879 Graphics.GL.AMD.GPUShaderInt64
7980 Graphics.GL.AMD.InterleavedElements
@@ -151,6 +152,7 @@ library
151152 Graphics.GL.ARB.GeometryShader4
152153 Graphics.GL.ARB.GetProgramBinary
153154 Graphics.GL.ARB.GetTextureSubImage
155+ Graphics.GL.ARB.GlSpirv
154156 Graphics.GL.ARB.HalfFloatPixel
155157 Graphics.GL.ARB.HalfFloatVertex
156158 Graphics.GL.ARB.ImagingCompatibility
@@ -306,6 +308,7 @@ library
306308 Graphics.GL.EXT.DrawBuffers2
307309 Graphics.GL.EXT.DrawInstanced
308310 Graphics.GL.EXT.DrawRangeElements
311+ Graphics.GL.EXT.ExternalBuffer
309312 Graphics.GL.EXT.FogCoord
310313 Graphics.GL.EXT.FourTwoTwoPixels
311314 Graphics.GL.EXT.FramebufferBlit
@@ -321,6 +324,9 @@ library
321324 Graphics.GL.EXT.IndexFunc
322325 Graphics.GL.EXT.IndexMaterial
323326 Graphics.GL.EXT.LightTexture
327+ Graphics.GL.EXT.MemoryObject
328+ Graphics.GL.EXT.MemoryObjectFd
329+ Graphics.GL.EXT.MemoryObjectWin32
324330 Graphics.GL.EXT.MultiDrawArrays
325331 Graphics.GL.EXT.Multisample
326332 Graphics.GL.EXT.PackedDepthStencil
@@ -336,6 +342,9 @@ library
336342 Graphics.GL.EXT.RasterMultisample
337343 Graphics.GL.EXT.RescaleNormal
338344 Graphics.GL.EXT.SecondaryColor
345+ Graphics.GL.EXT.Semaphore
346+ Graphics.GL.EXT.SemaphoreFd
347+ Graphics.GL.EXT.SemaphoreWin32
339348 Graphics.GL.EXT.SeparateShaderObjects
340349 Graphics.GL.EXT.SeparateSpecularColor
341350 Graphics.GL.EXT.ShaderImageLoadStore
@@ -373,6 +382,7 @@ library
373382 Graphics.GL.EXT.VertexAttrib64Bit
374383 Graphics.GL.EXT.VertexShader
375384 Graphics.GL.EXT.VertexWeighting
385+ Graphics.GL.EXT.Win32KeyedMutex
376386 Graphics.GL.EXT.WindowRectangles
377387 Graphics.GL.EXT.X11SyncObject
378388 Graphics.GL.Functions
@@ -421,6 +431,7 @@ library
421431 Graphics.GL.MESAX
422432 Graphics.GL.MESAX.TextureStack
423433 Graphics.GL.NV
434+ Graphics.GL.NV.AlphaToCoverageDitherControl
424435 Graphics.GL.NV.BindlessMultiDrawIndirect
425436 Graphics.GL.NV.BindlessMultiDrawIndirectCount
426437 Graphics.GL.NV.BindlessTexture
@@ -439,6 +450,7 @@ library
439450 Graphics.GL.NV.DepthBufferFloat
440451 Graphics.GL.NV.DepthClamp
441452 Graphics.GL.NV.DrawTexture
453+ Graphics.GL.NV.DrawVulkanImage
442454 Graphics.GL.NV.Evaluators
443455 Graphics.GL.NV.ExplicitMultisample
444456 Graphics.GL.NV.Fence
@@ -450,6 +462,7 @@ library
450462 Graphics.GL.NV.FragmentProgram2
451463 Graphics.GL.NV.FramebufferMixedSamples
452464 Graphics.GL.NV.FramebufferMultisampleCoverage
465+ Graphics.GL.NV.GPUMulticast
453466 Graphics.GL.NV.GPUProgram4
454467 Graphics.GL.NV.GPUProgram5
455468 Graphics.GL.NV.GPUShader5
@@ -504,6 +517,7 @@ library
504517 Graphics.GL.NVX
505518 Graphics.GL.NVX.ConditionalRender
506519 Graphics.GL.NVX.GPUMemoryInfo
520+ Graphics.GL.NVX.LinkedGPUMulticast
507521 Graphics.GL.OES
508522 Graphics.GL.OES.ByteCoordinates
509523 Graphics.GL.OES.CompressedPalettedTexture
@@ -642,6 +656,7 @@ library
642656 Graphics.GL.Functions.F30
643657 Graphics.GL.Functions.F31
644658 Graphics.GL.Functions.F32
659+ Graphics.GL.Functions.F33
645660 c-sources :
646661 cbits/HsOpenGLRaw.c
647662 hs-source-dirs : src
0 commit comments