NVIDIA IndeX API nvidia_logo_transpbg.gif Up

Generic sampling output structure. More...

#include <xac_interface_sample_info_doc.h>

Public Member Functions

void set_color (const float4 &input_color)
 Set the color of the sampling program output. More...
 
void set_depth (const float input_depth)
 Set the depth of the sampling program output. More...
 

Public Attributes

float4 color
 The output color that can be overwritten by the sampling program. More...
 
float depth
 The depth value that can be overwritten by the sampling program. More...
 

Detailed Description

Generic sampling output structure.

Member Function Documentation

 set_color()

void nv::index::xac::Sample_output::set_color ( const float4 &  input_color)
inline

Set the color of the sampling program output.

 set_depth()

void nv::index::xac::Sample_output::set_depth ( const float  input_depth)
inline

Set the depth of the sampling program output.

Member Data Documentation

 color

float4 nv::index::xac::Sample_output::color

The output color that can be overwritten by the sampling program.

 depth

float nv::index::xac::Sample_output::depth

The depth value that can be overwritten by the sampling program.


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