Skip to main content

Crate lambent

Crate lambent 

Source

Modules§

camera
debug
importance_sampling
intersection_handlers
low_level
path_tracing
refractive_indices
Refractive indices from https://refractiveindex.info/
textures

Structs§

BufferType
DataBuffers
Buffers for storing information between executions, if wip-features is enabled then this contains importance sampling data. It is recommended to create this instead of making it yourself as it may change in the future but will not be regarded as sem-var breaking.
DispatchSize
the size for a dispatch
DynamicRayTracer
Material
RayTracer
Shader
Vertices
matches the verices structure added to bindings.wgsl if feature no-vertex-return is enabled

Enums§

MaterialType

Traits§

Descriptor

Functions§

dispatch_size
calculate the size for a dispatch of the ray-tracing compute function

Type Aliases§

MaterialIndices