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 details)
Built Distributions
File details
Details for the file glnext-compiler-1.0.1.tar.gz
.
File metadata
- Download URL: glnext-compiler-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8285ced25b3734293b7494b9d6f78eff2040dd7a04f974baa4ba7bd44688ba2 |
|
MD5 | 43612d74807505fae9ca68de818d462f |
|
BLAKE2b-256 | b8ae573fb3301bfbf1b4901fe526692f9c45946c90920a2e3e76715dd70a078a |
File details
Details for the file glnext_compiler-1.0.1-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: glnext_compiler-1.0.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f813aaec1a1dbc384689a828e7a92beafcf6842dd373f59efb216073539b04a |
|
MD5 | 86b4828dbcb89102ab71a0ab66ad3ec2 |
|
BLAKE2b-256 | 1a85a231dc39c990409fc7fb09ab2e20509f84b90c35c19e04b6e04cf09edb51 |
File details
Details for the file glnext_compiler-1.0.1-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: glnext_compiler-1.0.1-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb27ad0a7f1a3d15d8995b0ecc04afbff25f6ef90530000a90eef1e213e66b3c |
|
MD5 | c8e5df4e21e0b4370090275755769edc |
|
BLAKE2b-256 | 27a90c2f5c4c7e4b72c3bc066df515bb3b85f5af7e4827a8468548b9a49815c7 |
File details
Details for the file glnext_compiler-1.0.1-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: glnext_compiler-1.0.1-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5010091f4d7cd227f7e7bb943e897eef9e555dea79766e3febd93f557efe36f |
|
MD5 | caaee15f07c8fc89cfeb4c560a7789f4 |
|
BLAKE2b-256 | 3dcc3a01d0889e8d85ef1143df158575a1de819325b2360a8d74f41f2247c2bc |