Fermat
Public Methods | Public Members | List of all members
PathWeights Struct Reference

Detailed description

A small utility class to track the path weights needed for internal MIS calculations

#include <bpt_utils.h>

Public Methods

FERMAT_HOST_DEVICE PathWeights (const float _pGp_sum, const float _pG)
 
FERMAT_HOST_DEVICE PathWeights (const float2 f)
 
FERMAT_HOST_DEVICE operator float2 () const
 

Public Members

union {
   float2   vector_storage
 
   struct {
      float   pGp_sum
 
      float   pG
 
   } 
 
}; 
 

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