C# Class VoxelTerrain.CUDANoiseCube

Inheritance: IDisposable
Afficher le fichier Open project: barograf/VoxelTerrain Class Usage Examples

Méthodes publiques

Méthode Description
CUDANoiseCube ( ) : ManagedCuda
Dispose ( ) : void
GenerateUniformArray ( int width, int height, int depth ) : CudaArray3D

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CUDANoiseCube() public méthode

public CUDANoiseCube ( ) : ManagedCuda
Résultat ManagedCuda

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GenerateUniformArray() public méthode

public GenerateUniformArray ( int width, int height, int depth ) : CudaArray3D
width int
height int
depth int
Résultat CudaArray3D