RenderManAPI  24.0
RtxPlugin::FillRequest Struct Reference

NOTE: multi-channel textures might receive a FillRequest of fewer than nchans with a channelOffset >= 0 if a given channel of a multi-channel texture has been evicted by the texture cache. More...

#include <RtxPlugin.h>

Public Attributes

Int2D imgRes
 
Tile2D tile
 
const char * channelRefExpr
 
int channelOffset
 
int numChannels
 
void * tileData
 

Detailed Description

NOTE: multi-channel textures might receive a FillRequest of fewer than nchans with a channelOffset >= 0 if a given channel of a multi-channel texture has been evicted by the texture cache.

Member Data Documentation

◆ channelOffset

int RtxPlugin::FillRequest::channelOffset

◆ channelRefExpr

const char* RtxPlugin::FillRequest::channelRefExpr

◆ imgRes

Int2D RtxPlugin::FillRequest::imgRes

◆ numChannels

int RtxPlugin::FillRequest::numChannels

◆ tile

Tile2D RtxPlugin::FillRequest::tile

◆ tileData

void* RtxPlugin::FillRequest::tileData

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