Uses of Interface
org.robovm.apple.metal.MTLIntersectionFunctionTable
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLIntersectionFunctionTable in org.robovm.apple.metal
Classes in org.robovm.apple.metal that implement MTLIntersectionFunctionTable Modifier and Type Class Description classMTLIntersectionFunctionTableAdapterMethods in org.robovm.apple.metal that return MTLIntersectionFunctionTable Modifier and Type Method Description MTLIntersectionFunctionTableMTLComputePipelineState. newIntersectionFunctionTabl(MTLIntersectionFunctionTableDescriptor descriptor)MTLIntersectionFunctionTableMTLRenderPipelineState. newIntersectionFunctionTable(MTLIntersectionFunctionTableDescriptor descriptor, MTLRenderStages stage)Methods in org.robovm.apple.metal with parameters of type MTLIntersectionFunctionTable Modifier and Type Method Description voidMTLRenderCommandEncoder. setFragmentIntersectionFunctionTable(MTLIntersectionFunctionTable intersectionFunctionTable, long bufferIndex)voidMTLRenderCommandEncoder. setFragmentIntersectionFunctionTables(MTLIntersectionFunctionTable intersectionFunctionTable, NSRange range)voidMTLArgumentEncoder. setIntersectionFunctionTable(MTLIntersectionFunctionTable intersectionFunctionTable, long index)voidMTLArgumentEncoderAdapter. setIntersectionFunctionTable(MTLIntersectionFunctionTable intersectionFunctionTable, long index)voidMTLComputeCommandEncoder. setIntersectionFunctionTable(MTLIntersectionFunctionTable intersectionFunctionTable, long bufferIndex)voidMTLArgumentEncoder. setIntersectionFunctionTables(MTLIntersectionFunctionTable intersectionFunctionTables, NSRange range)voidMTLArgumentEncoderAdapter. setIntersectionFunctionTables(MTLIntersectionFunctionTable intersectionFunctionTables, NSRange range)voidMTLComputeCommandEncoder. setIntersectionFunctionTables(MTLIntersectionFunctionTable intersectionFunctionTables, NSRange range)voidMTLRenderCommandEncoder. setTileIntersectionFunctionTable(MTLIntersectionFunctionTable intersectionFunctionTable, long bufferIndex)voidMTLRenderCommandEncoder. setTileIntersectionFunctionTables(MTLIntersectionFunctionTable intersectionFunctionTable, NSRange range)voidMTLRenderCommandEncoder. setVertexIntersectionFunctionTable(MTLIntersectionFunctionTable intersectionFunctionTable, long bufferIndex)voidMTLRenderCommandEncoder. setVertexIntersectionFunctionTables(MTLIntersectionFunctionTable intersectionFunctionTable, NSRange range)