RenderManAPI  24.0
RixTexture::TxParams Struct Reference

#include <RixInterfaces.h>

Public Types

enum  FilterType {
  Nearest = 0, Box, Bilinear, Bspline,
  Mitchell, Catmullrom, Gaussian, Lagrangian,
  BsplineAniso
}
 Filter selection. More...
 

Public Member Functions

 TxParams ()
 Create TxParams with initial defaults. More...
 

Public Attributes

int version
 
int nchannels
 
int firstchannel
 
bool lerp
 
bool invertT
 
FilterType filter
 
const float * sblur
 
const float * tblur
 
bool sblurVarying
 
bool tblurVarying
 
float swidth
 
float twidth
 
float fill
 
float * faceIndex
 

Member Enumeration Documentation

◆ FilterType

Filter selection.

Enumerator
Nearest 
Box 
Bilinear 
Bspline 
Mitchell 
Catmullrom 
Gaussian 
Lagrangian 
BsplineAniso 

Constructor & Destructor Documentation

◆ TxParams()

RixTexture::TxParams::TxParams ( )
inline

Create TxParams with initial defaults.

Member Data Documentation

◆ faceIndex

float* RixTexture::TxParams::faceIndex

◆ fill

float RixTexture::TxParams::fill

◆ filter

FilterType RixTexture::TxParams::filter

◆ firstchannel

int RixTexture::TxParams::firstchannel

◆ invertT

bool RixTexture::TxParams::invertT

◆ lerp

bool RixTexture::TxParams::lerp

◆ nchannels

int RixTexture::TxParams::nchannels

Referenced by RixIES::ReadIESProfile().

◆ sblur

const float* RixTexture::TxParams::sblur

◆ sblurVarying

bool RixTexture::TxParams::sblurVarying

◆ swidth

float RixTexture::TxParams::swidth

◆ tblur

const float* RixTexture::TxParams::tblur

◆ tblurVarying

bool RixTexture::TxParams::tblurVarying

◆ twidth

float RixTexture::TxParams::twidth

◆ version

int RixTexture::TxParams::version

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