pybevy_pbr 0.2.1

PBR components for PyBevy
Documentation
1
2
3
4
5
6
7
//! Re-export shared ShaderMaterial types from pybevy_shader_types.
//!
//! The actual type definitions live in `pybevy_shader_types` so they can be
//! shared with `pybevy_replicon` and `pybevy_browser` without pulling in
//! Python dependencies.

pub use pybevy_shader_types::*;