Crate wgs_core

Source
Expand description

The core implementation of a wgs file.

Structs§

WgsData
The core implementation of a wgs file.

Constants§

EXTENSION
The extension of a wgs file.
FRAG_DEFAULT
The content of the default editable part in a fragment shader for a wgs file.
VERSION
The version of a wgs file.
VERT_DEFAULT
The content of the default vertex shader for a wgs file.

Functions§

concat_shader_frag
A util function helps to generate a complete fragment shader.