![]() |
RenderMan API
23.0
|
#include <RtxPlugin.h>
Public Attributes | |
Int2D | imgRes |
Tile2D | tile |
const char * | channelRefExpr |
int | channelOffset |
int | numChannels |
RtPointer | tileData |
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.
int RtxPlugin::FillRequest::channelOffset |
Definition at line 167 of file RtxPlugin.h.
const char* RtxPlugin::FillRequest::channelRefExpr |
Definition at line 163 of file RtxPlugin.h.
Int2D RtxPlugin::FillRequest::imgRes |
Definition at line 156 of file RtxPlugin.h.
int RtxPlugin::FillRequest::numChannels |
Definition at line 170 of file RtxPlugin.h.
Tile2D RtxPlugin::FillRequest::tile |
Definition at line 159 of file RtxPlugin.h.
RtPointer RtxPlugin::FillRequest::tileData |
Definition at line 174 of file RtxPlugin.h.