mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
1 line
556 B
JavaScript
1 line
556 B
JavaScript
window.SIDEBAR_ITEMS = {"enum":[["SlotLabel","A [`SlotLabel`] is used to reference a slot by either its name or index inside the `RenderGraph`."],["SlotType","Describes the render resources created (output) or used (input) by the render `Nodes`."],["SlotValue","A value passed between render `Nodes`. Corresponds to the [`SlotType`] specified in the `RenderGraph`."]],"struct":[["SlotInfo","The internal representation of a slot, which specifies its [`SlotType`] and name."],["SlotInfos","A collection of input or output `SlotInfos` for a `NodeState`."]]}; |