A Mip-Map view object to be used within CUDA kernels
#include <texture_view.h>
|
FERMAT_HOST_DEVICE float4 & | operator() (const uint32 pixel, const uint32 lod) |
|
FERMAT_HOST_DEVICE const float4 & | operator() (const uint32 pixel, const uint32 lod) const |
|
FERMAT_HOST_DEVICE float4 & | operator() (const uint32 x, const uint32 y, const uint32 lod) |
|
FERMAT_HOST_DEVICE const float4 & | operator() (const uint32 x, const uint32 y, const uint32 lod) const |
|
|
TextureView * | levels |
|
uint32 | n_levels |
|
uint32 | res_x |
|
uint32 | res_y |
|
The documentation for this struct was generated from the following file: