![]() |
RenderMan API
23.0
|
#include <RtxPlugin.h>
Classes | |
struct | FillRequest |
struct | Int2D |
A struct to define an X,Y coordinate. More... | |
struct | TextureCtx |
struct | Tile2D |
A struct to define a 2D region. More... | |
Public Member Functions | |
RtxPlugin () | |
virtual | ~RtxPlugin () |
virtual int | Open (TextureCtx &tCtx)=0 |
virtual int | Fill (TextureCtx &tCtx, FillRequest &fillReq)=0 |
virtual int | Close (TextureCtx &tCtx)=0 |
Definition at line 47 of file RtxPlugin.h.
|
inline |
Definition at line 50 of file RtxPlugin.h.
|
inlinevirtual |
Definition at line 51 of file RtxPlugin.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
The Open() method is called the first time a texture() encounters the plugin and provides a unique arg string.