-
Methods in org.robovm.apple.metalps with parameters of type MPSAccelerationStructure
| Modifier and Type |
Method |
Description |
void |
MPSRayIntersector.encodeIntersection(MTLCommandBuffer commandBuffer,
MPSIntersectionType intersectionType,
MTLBuffer rayBuffer,
long rayBufferOffset,
MTLBuffer intersectionBuffer,
long intersectionBufferOffset,
long rayCount,
MPSAccelerationStructure accelerationStructure) |
|
void |
MPSRayIntersector.encodeIntersection(MTLCommandBuffer commandBuffer,
MPSIntersectionType intersectionType,
MTLBuffer rayBuffer,
long rayBufferOffset,
MTLBuffer rayIndexBuffer,
long rayIndexBufferOffset,
MTLBuffer intersectionBuffer,
long intersectionBufferOffset,
long rayIndexCount,
MPSAccelerationStructure accelerationStructure) |
|
void |
MPSRayIntersector.encodeIntersection(MTLCommandBuffer commandBuffer,
MPSIntersectionType intersectionType,
MTLBuffer rayBuffer,
long rayBufferOffset,
MTLBuffer rayIndexBuffer,
long rayIndexBufferOffset,
MTLBuffer intersectionBuffer,
long intersectionBufferOffset,
MTLBuffer rayIndexCountBuffer,
long rayIndexCountBufferOffset,
MPSAccelerationStructure accelerationStructure) |
|
void |
MPSRayIntersector.encodeIntersection(MTLCommandBuffer commandBuffer,
MPSIntersectionType intersectionType,
MTLBuffer rayBuffer,
long rayBufferOffset,
MTLBuffer intersectionBuffer,
long intersectionBufferOffset,
MTLBuffer rayCountBuffer,
long rayCountBufferOffset,
MPSAccelerationStructure accelerationStructure) |
|
void |
MPSRayIntersector.encodeIntersection(MTLCommandBuffer commandBuffer,
MPSIntersectionType intersectionType,
MTLTexture rayTexture,
MTLTexture intersectionTexture,
MPSAccelerationStructure accelerationStructure) |
|