NVIDIA OptiX 7.7 nvidia_logo_transpbg.gif Up
OptixOpacityMicromapDesc Struct Reference

#include <optix_types.h>

Public Attributes

unsigned int byteOffset
 
unsigned short subdivisionLevel
 
unsigned short format
 

Detailed Description

Opacity micromap descriptor.

Member Data Documentation

 byteOffset

unsigned int OptixOpacityMicromapDesc::byteOffset

Byte offset to opacity micromap in data input buffer of opacity micromap array build.

 format

unsigned short OptixOpacityMicromapDesc::format

OptixOpacityMicromapFormat.

 subdivisionLevel

unsigned short OptixOpacityMicromapDesc::subdivisionLevel

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