Chapter 638: BitonicSort
Core Idea
new BitonicSort( renderer : Renderer, dataBuffer : StorageBufferNode, options : Object )
Constructs a new light probe helper.
renderer
The current scene's renderer.
dataBuffer
The data buffer to sort.
options
Options that modify the bitonic sort.
Default is {}.
Key Takeaways
- BitonicSort has no documented properties/methods beyond what's shown above — check the source link for implementation details.
Connects To