Skip to content

PerformanceTesting

Overview

For testing overlapping (parallel) execution of shader stages that don't write to the same memory.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class PerformanceTesting

import { PerformanceTesting } from 'scenerystack/alpenglow';

Static Methods

loopRadixSortTest( combineStrategy : boolean, separateComputePasses : boolean ) : Promise<void>

Source Code

See the source for PerformanceTesting.ts in the alpenglow repository.