pub trait GpuShaderTrait: GpuShaderAsAny { }Expand description
A trait for whatever objects a graphics server is using to represent shaders.
There are no methods because all interactions with programs are done through the server,
such as with crate::server::GraphicsServer::create_shader.