Public Types | Public Attributes
nvidia::apex::DestructibleChunkEvent Struct Reference

#include <ModuleDestructible.h>

List of all members.

Public Types

enum  EventMask {
  VisibilityChanged = (1 << 0),
  ChunkVisible = (1 << 1)
}

Public Attributes

uint16_t chunkIndex
 Chunk index.
uint16_t event
 Event.

Detailed Description

An event structure for an optional chunk event buffer. Contains a chunk index and an event field.

Note: currently the only chunk state event is for visibility changes, so the VisibilityChanged bit will always be set when this struct is used.


Member Enumeration Documentation

Enum of event mask

Enumerator:
VisibilityChanged 
ChunkVisible 

Member Data Documentation

Chunk index.

Event.


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

Generated on Tue Aug 1 2017 22:43:54

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.