MDL SDK API nvidia_logo_transpbg.gif Up
mi::neuraylib::Texture_handler_deriv_base Struct Reference

The texture handler structure that is passed to the texturing functions with derivative support. More...

#include <target_code_types.h>

Public Attributes

Texture_handler_deriv_vtable const * vtable
 In vtable-mode, the vtable field is used to call the texturing functions. More...
 

Detailed Description

The texture handler structure that is passed to the texturing functions with derivative support.

A user can derive from this structure and add custom fields as required by the texturing function implementations.

Member Data Documentation

 vtable

Texture_handler_deriv_vtable const* mi::neuraylib::Texture_handler_deriv_base::vtable

In vtable-mode, the vtable field is used to call the texturing functions.

Otherwise, this field may be NULL.