Fermat
Public Methods | Public Members | List of all members
MipMapView Struct Reference

Detailed description

A Mip-Map view object to be used within CUDA kernels

#include <texture_view.h>

Public Methods

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
 

Public Members

TextureViewlevels
 
uint32 n_levels
 
uint32 res_x
 
uint32 res_y
 

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