PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::Parameters Struct Reference

implement functions for reorganizing ranges into sorted order More...

#include <VkSort.h>

Public Types

enum  eAlgorithmVariant : uint32_t {
  eLocalBms = 0 , eLocalDisperse = 1 , eBigFlip = 2 , eBigDisperse = 3 ,
  addZero = 4 , subtractZero = 5
}
 

Public Attributes

uint32_t h
 
uint32_t SortType
 
uint32_t srcSize
 
uint32_t dstSize
 
eAlgorithmVariant algorithm
 

Detailed Description

implement functions for reorganizing ranges into sorted order

TODO:

Definition at line 13 of file VkSort.h.

Member Enumeration Documentation

◆ eAlgorithmVariant

Enumerator
eLocalBms 
eLocalDisperse 
eBigFlip 
eBigDisperse 
addZero 
subtractZero 

Definition at line 14 of file VkSort.h.

Member Data Documentation

◆ algorithm

eAlgorithmVariant dyno::Parameters::algorithm

Definition at line 26 of file VkSort.h.

◆ dstSize

uint32_t dyno::Parameters::dstSize

Definition at line 25 of file VkSort.h.

◆ h

uint32_t dyno::Parameters::h

Definition at line 22 of file VkSort.h.

◆ SortType

uint32_t dyno::Parameters::SortType

Definition at line 23 of file VkSort.h.

◆ srcSize

uint32_t dyno::Parameters::srcSize

Definition at line 24 of file VkSort.h.


The documentation for this struct was generated from the following file: