Public Member Functions
physx::apex::NxApexRenderBufferData< SemanticClass, SemanticEnum > Class Template Reference

Describes all of the semantics of a render buffer. More...

#include <NxApexRenderBufferData.h>

List of all members.

Public Member Functions

PX_INLINE const
NxApexRenderSemanticData
getSemanticData (SemanticEnum semantic) const
 Returns the properties of a base semantic.
PX_INLINE physx::PxU32 getNumCustomSemantics () const
 Returns the number of custom semantics.
PX_INLINE const
NxApexRenderSemanticData
getCustomSemanticData (physx::PxU32 index) const
 Returns the properties of a custom semantic.
PX_INLINE void setCustomSemanticData (NxApexRenderSemanticData *data, physx::PxU32 num)
 Set a specific set of custom semantics on this data buffer.
PX_INLINE void setSemanticData (SemanticEnum semantic, const void *data, physx::PxU32 stride, NxRenderDataFormat::Enum format, NxRenderDataFormat::Enum srcFormat=NxRenderDataFormat::UNSPECIFIED)
 Set the properties (pointer and stride) of a base semantic.

Detailed Description

template<class SemanticClass, class SemanticEnum>
class physx::apex::NxApexRenderBufferData< SemanticClass, SemanticEnum >

Describes all of the semantics of a render buffer.


Member Function Documentation

template<class SemanticClass, class SemanticEnum>
PX_INLINE void physx::apex::NxApexRenderBufferData< SemanticClass, SemanticEnum >::setCustomSemanticData ( NxApexRenderSemanticData data,
physx::PxU32  num 
) [inline]

Set a specific set of custom semantics on this data buffer.

If there are named custom semantics in a NxRenderMeshAsset, its NxRenderMeshActor will call this function to set those semantics on this buffer.


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

Generated on Mon Apr 28 2014 08:01:36

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