#include <optix_types.h>
Public Attributes | |
unsigned int | count |
unsigned int | subdivisionLevel |
OptixOpacityMicromapFormat | format |
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.
unsigned int OptixOpacityMicromapHistogramEntry::count |
Number of opacity micromaps with the format and subdivision level that are input to the opacity micromap array build.
OptixOpacityMicromapFormat OptixOpacityMicromapHistogramEntry::format |
Opacity micromap format.
unsigned int OptixOpacityMicromapHistogramEntry::subdivisionLevel |
Number of micro-triangles is 4^level. Valid levels are [0, 12].