NVIDIA OptiX 7.7 nvidia_logo_transpbg.gif Up
OptixOpacityMicromapHistogramEntry Struct Reference

#include <optix_types.h>

Public Attributes

unsigned int count
 
unsigned int subdivisionLevel
 
OptixOpacityMicromapFormat format
 

Detailed Description

Opacity micromap histogram entry. Specifies how many opacity micromaps of a specific type are input to the opacity micromap array build. Note that while this is similar to OptixOpacityMicromapUsageCount, the histogram entry specifies how many opacity micromaps of a specific type are combined into a opacity micromap array.

Member Data Documentation

 count

unsigned int OptixOpacityMicromapHistogramEntry::count

Number of opacity micromaps with the format and subdivision level that are input to the opacity micromap array build.

 format

OptixOpacityMicromapFormat OptixOpacityMicromapHistogramEntry::format

Opacity micromap format.

 subdivisionLevel

unsigned int OptixOpacityMicromapHistogramEntry::subdivisionLevel

Number of micro-triangles is 4^level. Valid levels are [0, 12].