RenderMan API  23.0
RtxPlugin::FillRequest Struct Reference

#include <RtxPlugin.h>

Public Attributes

Int2D imgRes
 
Tile2D tile
 
const char * channelRefExpr
 
int channelOffset
 
int numChannels
 
RtPointer 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.

Definition at line 153 of file RtxPlugin.h.

Member Data Documentation

◆ channelOffset

int RtxPlugin::FillRequest::channelOffset

Definition at line 167 of file RtxPlugin.h.

◆ channelRefExpr

const char* RtxPlugin::FillRequest::channelRefExpr

Definition at line 163 of file RtxPlugin.h.

◆ imgRes

Int2D RtxPlugin::FillRequest::imgRes

Definition at line 156 of file RtxPlugin.h.

◆ numChannels

int RtxPlugin::FillRequest::numChannels

Definition at line 170 of file RtxPlugin.h.

◆ tile

Tile2D RtxPlugin::FillRequest::tile

Definition at line 159 of file RtxPlugin.h.

◆ tileData

RtPointer RtxPlugin::FillRequest::tileData

Definition at line 174 of file RtxPlugin.h.


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