Uses of Class
org.robovm.apple.metalps.MPSIntersectionType
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSIntersectionType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSIntersectionType Modifier and Type Method Description static MPSIntersectionTypeMPSIntersectionType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSIntersectionTypeMPSIntersectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSIntersectionType[]MPSIntersectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalps with parameters of type MPSIntersectionType 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)