메소드 | 설명 | |
---|---|---|
CUDAGenerator ( SlimDX.Direct3D11.Device graphicsDevice, |
||
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 |
public CUDAGenerator ( SlimDX.Direct3D11.Device graphicsDevice, |
||
graphicsDevice | SlimDX.Direct3D11.Device | |
container | ||
리턴 | ManagedCuda |
public GenerateFromFormula ( int width, int height, int depth ) : void | ||
width | int | |
height | int | |
depth | int | |
리턴 | void |
public GenerateFromNoiseCube ( int width, int height, int depth ) : void | ||
width | int | |
height | int | |
depth | int | |
리턴 | void |
public GenerateFromNoiseCubeWithWarp ( int width, int height, int depth ) : void | ||
width | int | |
height | int | |
depth | int | |
리턴 | void |