|
Material Clustering Benchmark
|
Public Types | |
| enum | LogType { FrameTime , Variance } |
Public Attributes | |
| Stack< BenchmarkDescription > | benchmarkStack |
| ComputeShader | csHighlightRemoval |
| BenchmarkDescription | currentBenchmark |
| long? | frameEnd = null |
| long? | frameStart = null |
| int | numCurBenchmarkDispatches |
| int | numCurBenchmarkFinishedDispatches |
| int | numTotalDispatches |
| int | numTotalFinishedDispatches |
Static Public Attributes | |
| const int | fullTextureSize = 512 |
| const int | kernelSize = 16 |
| Must match the shader. More... | |
| const int | maxNumClusters = 32 |
| Must match the shader. More... | |
| const string | varianceLogPath = "Variance logs" |
Properties | |
| int | warningCounter [get] |
Definition at line 5 of file ClusteringTest.cs.
| Enumerator | |
|---|---|
| FrameTime | |
| Variance | |
Definition at line 31 of file ClusteringTest.cs.
| Stack<BenchmarkDescription> ClusteringTest.benchmarkStack |
Definition at line 18 of file ClusteringTest.cs.
| ComputeShader ClusteringTest.csHighlightRemoval |
Definition at line 20 of file ClusteringTest.cs.
| BenchmarkDescription ClusteringTest.currentBenchmark |
Definition at line 19 of file ClusteringTest.cs.
| long? ClusteringTest.frameEnd = null |
Definition at line 41 of file ClusteringTest.cs.
| long? ClusteringTest.frameStart = null |
Definition at line 40 of file ClusteringTest.cs.
|
static |
Definition at line 16 of file ClusteringTest.cs.
|
static |
Must match the shader.
Definition at line 15 of file ClusteringTest.cs.
|
static |
Must match the shader.
Definition at line 10 of file ClusteringTest.cs.
| int ClusteringTest.numCurBenchmarkDispatches |
Definition at line 26 of file ClusteringTest.cs.
| int ClusteringTest.numCurBenchmarkFinishedDispatches |
Definition at line 27 of file ClusteringTest.cs.
| int ClusteringTest.numTotalDispatches |
Definition at line 23 of file ClusteringTest.cs.
| int ClusteringTest.numTotalFinishedDispatches |
Definition at line 24 of file ClusteringTest.cs.
|
static |
Definition at line 21 of file ClusteringTest.cs.
|
get |
Definition at line 29 of file ClusteringTest.cs.