Share

AcGiMaterialTraits::FinalGatherMode Enumeration

C++

enum FinalGatherMode {
  kFinalGatherNone,
  kFinalGatherCast,
  kFinalGatherReceive,
  kFinalGatherCastAndReceive
};

File

acgimaterial.h

Members

Members Description
kFinalGatherNone Indicates there is no final gathering
kFinalGatherCast Indicates the final gathering is casting
kFinalGatherReceive Indicates the final gathering is receiving
kFinalGatherCastAndReceive Indicates the final gathering is casting and receiving

Description

Indicates the final gathering.

Previous Class

AcGiMaterialTraits2

Was this information helpful?