C# Класс VoxelTerrain.CUDAGenerator

Наследование: IGenerate, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
CUDAGenerator ( SlimDX.Direct3D11.Device graphicsDevice, VoxelMeshContainer container ) : ManagedCuda
Dispose ( ) : void
GenerateFromFormula ( int width, int height, int depth ) : void
GenerateFromNoiseCube ( int width, int height, int depth ) : void
GenerateFromNoiseCubeWithWarp ( int width, int height, int depth ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
Generate ( CudaKernel kernelPositionWeight, int width, int height, int depth ) : void
InitializeCUDA ( ) : void
NearestPowerOfTwo ( int x ) : int

Описание методов

CUDAGenerator() публичный Метод

public CUDAGenerator ( SlimDX.Direct3D11.Device graphicsDevice, VoxelMeshContainer container ) : ManagedCuda
graphicsDevice SlimDX.Direct3D11.Device
container VoxelMeshContainer
Результат ManagedCuda

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GenerateFromFormula() публичный Метод

public GenerateFromFormula ( int width, int height, int depth ) : void
width int
height int
depth int
Результат void

GenerateFromNoiseCube() публичный Метод

public GenerateFromNoiseCube ( int width, int height, int depth ) : void
width int
height int
depth int
Результат void

GenerateFromNoiseCubeWithWarp() публичный Метод

public GenerateFromNoiseCubeWithWarp ( int width, int height, int depth ) : void
width int
height int
depth int
Результат void