cleap  0.3.2
A gpu-based library for handling and processing 3D meshes.
Public Attributes | List of all members
cleap_device_mesh Struct Reference

#include <cleap_private.h>

Public Attributes

struct cudaGraphicsResource * vbo_v_cuda
 
struct cudaGraphicsResource * vbo_n_cuda
 
struct cudaGraphicsResource * vbo_c_cuda
 
struct cudaGraphicsResource * eab_cuda
 
GLuint vbo_v
 
GLuint vbo_n
 
GLuint vbo_c
 
GLuint eab
 
int2 * d_edges_n
 
int2 * d_edges_a
 
int2 * d_edges_b
 
int2 * d_edges_op
 
int * d_trirel
 
int * d_trireservs
 
int * d_listo
 
CLEAP_RESULT status
 

Member Data Documentation

int2 * cleap_device_mesh::d_edges_a
int2 * cleap_device_mesh::d_edges_b
int2* cleap_device_mesh::d_edges_n
int2 * cleap_device_mesh::d_edges_op
int * cleap_device_mesh::d_listo
int* cleap_device_mesh::d_trirel
int * cleap_device_mesh::d_trireservs
GLuint cleap_device_mesh::eab
struct cudaGraphicsResource * cleap_device_mesh::eab_cuda
CLEAP_RESULT cleap_device_mesh::status
GLuint cleap_device_mesh::vbo_c
struct cudaGraphicsResource * cleap_device_mesh::vbo_c_cuda
GLuint cleap_device_mesh::vbo_n
struct cudaGraphicsResource * cleap_device_mesh::vbo_n_cuda
GLuint cleap_device_mesh::vbo_v
struct cudaGraphicsResource* cleap_device_mesh::vbo_v_cuda

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