PxBatchQueryDesc Class Reference
[Physics]
Descriptor class for PxBatchQuery.
More...
#include <PxBatchQueryDesc.h>
Collaboration diagram for PxBatchQueryDesc:

Public Member Functions | |
| PX_INLINE | PxBatchQueryDesc (PxU32 maxRaycastsPerExecute, PxU32 maxSweepsPerExecute, PxU32 maxOverlapsPerExecute) |
| Construct a batch query with specified maximum number of queries per batch. | |
| PX_INLINE bool | isValid () const |
Public Attributes | |
| void * | filterShaderData |
| Shared global filter data which will get passed into the filter shader. | |
| PxU32 | filterShaderDataSize |
| Size (in bytes) of the shared global filter data filterShaderData. | |
| PxBatchQueryPreFilterShader | preFilterShader |
| The custom preFilter shader to use for filtering. | |
| PxBatchQueryPostFilterShader | postFilterShader |
| The custom postFilter shader to use for filtering. | |
| PX_DEPRECATED PxClientID | ownerClient |
| client that creates and owns this scene query. | |
| PxBatchQueryMemory | queryMemory |
| User memory buffers for the query. | |
Detailed Description
Descriptor class for PxBatchQuery.
- Deprecated:
- The batched query feature has been deprecated in PhysX version 3.4
- See also:
- PxBatchQuery PxSceneQueryExecuteMode
Member Data Documentation
Shared global filter data which will get passed into the filter shader.
- Note:
- The provided data will get copied to internal buffers and this copy will be used for filtering calls.
- See also:
- PxSimulationFilterShader
Referenced by isValid().
Size (in bytes) of the shared global filter data filterShaderData.
Default: 0
- See also:
- PxSimulationFilterShader filterShaderData
Referenced by isValid().
| PX_DEPRECATED PxClientID PxBatchQueryDesc::ownerClient |
client that creates and owns this scene query.
This value will be used as an override when PX_DEFAULT_CLIENT value is passed to the query in PxQueryFilterData.clientId.
- See also:
- PxScene::createClient()
The custom postFilter shader to use for filtering.
- See also:
- PxBatchQueryPostFilterShader PxDefaultPostFilterShader
The custom preFilter shader to use for filtering.
- See also:
- PxBatchQueryPreFilterShader PxDefaultPreFilterShader
The documentation for this class was generated from the following file:
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com