Package apple.metal

Class MTLAccelerationStructureTriangleGeometryDescriptor

    • Constructor Detail

      • MTLAccelerationStructureTriangleGeometryDescriptor

        protected MTLAccelerationStructureTriangleGeometryDescriptor​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • indexBuffer

        public MTLBuffer indexBuffer()
        Optional index buffer containing references to vertices in the vertex buffer. May be nil.
      • indexBufferOffset

        public long indexBufferOffset()
        Index buffer offset. Must be a multiple of the index data type size and must be aligned to both the index data type's alignment and the platform's buffer offset alignment.
      • indexType

        public long indexType()
        Index type
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setIndexBuffer

        public void setIndexBuffer​(MTLBuffer value)
        Optional index buffer containing references to vertices in the vertex buffer. May be nil.
      • setIndexBufferOffset

        public void setIndexBufferOffset​(long value)
        Index buffer offset. Must be a multiple of the index data type size and must be aligned to both the index data type's alignment and the platform's buffer offset alignment.
      • setIndexType

        public void setIndexType​(long value)
        Index type
      • setTriangleCount

        public void setTriangleCount​(long value)
        Number of triangles
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • setVertexBuffer

        public void setVertexBuffer​(MTLBuffer value)
        Vertex buffer containing triangle vertices. Each vertex must consist of three 32-bit floats encoding X, Y, and Z position. Must not be nil.
      • setVertexBufferOffset

        public void setVertexBufferOffset​(long value)
        Vertex buffer offset. Must be a multiple of the vertex stride and must be aligned to the platform's buffer offset alignment.
      • setVertexStride

        public void setVertexStride​(long value)
        Stride, in bytes, between vertices in the vertex buffer. Must be at least 12 bytes and must be a multiple of 4 bytes. Defaults to 12 bytes.
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • triangleCount

        public long triangleCount()
        Number of triangles
      • version_static

        public static long version_static()
      • vertexBuffer

        public MTLBuffer vertexBuffer()
        Vertex buffer containing triangle vertices. Each vertex must consist of three 32-bit floats encoding X, Y, and Z position. Must not be nil.
      • vertexBufferOffset

        public long vertexBufferOffset()
        Vertex buffer offset. Must be a multiple of the vertex stride and must be aligned to the platform's buffer offset alignment.
      • vertexStride

        public long vertexStride()
        Stride, in bytes, between vertices in the vertex buffer. Must be at least 12 bytes and must be a multiple of 4 bytes. Defaults to 12 bytes.