Package physx.support

Class PassThroughFilterShader.Raw

java.lang.Object
physx.support.PassThroughFilterShader.Raw
Enclosing class:
PassThroughFilterShader

public static class PassThroughFilterShader.Raw extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Raw()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    destroy(long address)
     
    static int
    filterShader(long address, int attributes0, int filterData0w0, int filterData0w1, int filterData0w2, int filterData0w3, int attributes1, int filterData1w0, int filterData1w1, int filterData1w2, int filterData1w3)
     
    static int
    getOutputPairFlags(long address)
     
    static void
    setOutputPairFlags(long address, int value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • destroy

      public static void destroy(long address)
    • getOutputPairFlags

      public static int getOutputPairFlags(long address)
    • setOutputPairFlags

      public static void setOutputPairFlags(long address, int value)
    • filterShader

      public static int filterShader(long address, int attributes0, int filterData0w0, int filterData0w1, int filterData0w2, int filterData0w3, int attributes1, int filterData1w0, int filterData1w1, int filterData1w2, int filterData1w3)