[][src]Module azul_webrender_build::shader

Functionality for managing source code for shaders.

This module is used during precompilation (build.rs) and regular compilation, so it has minimal dependencies.

Structs

ProgramSourceDigest
ShaderFeatureFlags
ShaderSourceParser

Functions

get_shader_features

Computes available shaders and their features for the given feature flags.

shader_source_from_file

Reads a shader source file from disk into a String.

Type Definitions

ShaderFeatures