java.lang.Object
physx.NativeObject
physx.physics.PxSimulationFilterShader
physx.support.PassThroughFilterShader
physx.support.PassThroughFilterShaderImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PassThroughFilterShaderImplarrayGet(long baseAddress, int index) voiddestroy()intfilterShader(int attributes0, int filterData0w0, int filterData0w1, int filterData0w2, int filterData0w3, int attributes1, int filterData1w0, int filterData1w1, int filterData1w2, int filterData1w3) static PassThroughFilterShaderImplwrapPointer(long address) Methods inherited from class physx.support.PassThroughFilterShader
getOutputPairFlags, setOutputPairFlagsMethods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PassThroughFilterShaderImpl
protected PassThroughFilterShaderImpl(long address) -
PassThroughFilterShaderImpl
protected PassThroughFilterShaderImpl()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy()- Overrides:
destroyin classPassThroughFilterShader
-
filterShader
public int filterShader(int attributes0, int filterData0w0, int filterData0w1, int filterData0w2, int filterData0w3, int attributes1, int filterData1w0, int filterData1w1, int filterData1w2, int filterData1w3) - Overrides:
filterShaderin classPassThroughFilterShader- Parameters:
attributes0- WebIDL type: unsigned longfilterData0w0- WebIDL type: unsigned longfilterData0w1- WebIDL type: unsigned longfilterData0w2- WebIDL type: unsigned longfilterData0w3- WebIDL type: unsigned longattributes1- WebIDL type: unsigned longfilterData1w0- WebIDL type: unsigned longfilterData1w1- WebIDL type: unsigned longfilterData1w2- WebIDL type: unsigned longfilterData1w3- WebIDL type: unsigned long- Returns:
- WebIDL type: unsigned long
-