#include "cudadefs.h"
Go to the source code of this file.
Defines | |
#define | BLOCKDIM_X 8 |
#define | BLOCKDIM_Y 8 |
Functions | |
cudaError_t | CUDA_Bind2TextureArray (int index) |
cudaError_t | CUDA_UnbindTexture (int index) |
cudaError_t | CUDA_MallocArray (unsigned int *src, int imageW, int imageH, int index) |
cudaError_t | CUDA_UpdateArray (unsigned int *src, int imageW, int imageH, int index) |
cudaError_t | CUDA_FreeArray () |
void | cuda_Copy (unsigned int *d_dst, int imageW, int imageH) |
void | CUDA_convert_float_uint (float3_t *src, unsigned int *dst, int tile_length, int size) |
Interface for CUDA-OpenGL Display
Definition in file CudaImageDisplay.h.