Uses of Class
org.robovm.apple.metalps.MPSAccelerationStructure
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSAccelerationStructure in org.robovm.apple.metalps
Subclasses of MPSAccelerationStructure in org.robovm.apple.metalps Modifier and Type Class Description classMPSInstanceAccelerationStructureclassMPSPolygonAccelerationStructureclassMPSQuadrilateralAccelerationStructureclassMPSTriangleAccelerationStructureMethods in org.robovm.apple.metalps that return MPSAccelerationStructure Modifier and Type Method Description MPSAccelerationStructureMPSAccelerationStructure. copy(NSZone zone, MTLDevice device)MPSAccelerationStructureMPSAccelerationStructure. copy(NSZone zone, MPSAccelerationStructureGroup group)Methods in org.robovm.apple.metalps with parameters of type MPSAccelerationStructure Modifier and Type Method Description voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLBuffer rayBuffer, long rayBufferOffset, MTLBuffer intersectionBuffer, long intersectionBufferOffset, long rayCount, MPSAccelerationStructure accelerationStructure)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLBuffer rayBuffer, long rayBufferOffset, MTLBuffer rayIndexBuffer, long rayIndexBufferOffset, MTLBuffer intersectionBuffer, long intersectionBufferOffset, long rayIndexCount, MPSAccelerationStructure accelerationStructure)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLBuffer rayBuffer, long rayBufferOffset, MTLBuffer rayIndexBuffer, long rayIndexBufferOffset, MTLBuffer intersectionBuffer, long intersectionBufferOffset, MTLBuffer rayIndexCountBuffer, long rayIndexCountBufferOffset, MPSAccelerationStructure accelerationStructure)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLBuffer rayBuffer, long rayBufferOffset, MTLBuffer intersectionBuffer, long intersectionBufferOffset, MTLBuffer rayCountBuffer, long rayCountBufferOffset, MPSAccelerationStructure accelerationStructure)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLTexture rayTexture, MTLTexture intersectionTexture, MPSAccelerationStructure accelerationStructure)Method parameters in org.robovm.apple.metalps with type arguments of type MPSAccelerationStructure Modifier and Type Method Description voidMPSAccelerationStructure. rebuild(VoidBlock1<MPSAccelerationStructure> completionHandler)