glfx 0.75.0
dotnet add package glfx --version 0.75.0
NuGet\Install-Package glfx -Version 0.75.0
<PackageReference Include="glfx" Version="0.75.0" />
paket add glfx --version 0.75.0
#r "nuget: glfx, 0.75.0"
// Install glfx as a Cake Addin #addin nuget:?package=glfx&version=0.75.0 // Install glfx as a Cake Tool #tool nuget:?package=glfx&version=0.75.0
GLFX allows you to create effect files for your OpenGL project. An effect file can contain multiple shader definitions across all shader stages and allows you to easily create GLSL programs from them. The library provides a very simple to use API which hides the low level compilation and linkage OpenGL functions from the user.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- glfx.redist (>= 0.75.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.75.0 | 54 | 2/13/2015 |
September-9, 2013, version 0.75 and updated documentation released.
- Added CMake build system. In the next release automake will go away
- Changed calling convention on Windows to cdecl
- Changed location of glfx.h
- Changed and fixed getter of error logs
- Added support for fragment depth redeclaration
- Removed support for images from glfx. They made little sense in the context of samplers.
- Fixed build issues
- Multiple build targets support (including DLLs)
- Binary release for Windows. Must be dynamically linked with GLEW.
- Updated documentation