Skip to main content

No project description provided

Project description

glnext-compiler

pip install glnext-compiler

This library is a standalone GLSL compiler for vulkan projects.
The binaries do not require the vulkan-sdk to be installed.
This library uses shaderc.

Example

from glnext_compiler import glsl

spv = glsl('''
    #version 450
    #pragma shader_stage(vertex)

    layout (location = 0) in vec2 in_vert;

    void main() {
        gl_Position = vec4(in_vert, 0.0, 1.0);
    }
''')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glnext-compiler-1.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distributions

glnext_compiler-1.0.1-cp39-cp39-win_amd64.whl (1.6 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

glnext_compiler-1.0.1-cp38-cp38-win_amd64.whl (1.6 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

glnext_compiler-1.0.1-cp37-cp37m-win_amd64.whl (1.6 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page