Uses of Class
org.robovm.apple.metal.MTLBuffer
| Package | Description |
|---|---|
| org.robovm.apple.arkit | |
| org.robovm.apple.metal | |
| org.robovm.apple.metalkit | |
| org.robovm.apple.metalps | |
| org.robovm.apple.metalpsgraph | |
| org.robovm.apple.scenekit |
-
Uses of MTLBuffer in org.robovm.apple.arkit
-
Uses of MTLBuffer in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLBuffer Modifier and Type Method Description MTLBufferMTLAccelerationStructureBoundingBoxGeometryDescriptor. getBoundingBoxBuffer()MTLBufferMTLMotionKeyframeData. getBuffer()MTLBufferMTLTexture. getBuffer()MTLBufferMTLAccelerationStructureMotionTriangleGeometryDescriptor. getIndexBuffer()MTLBufferMTLAccelerationStructureTriangleGeometryDescriptor. getIndexBuffer()MTLBufferMTLInstanceAccelerationStructureDescriptor. getInstanceDescriptorBuffer()MTLBufferMTLInstanceAccelerationStructureDescriptor. getMotionTransformBuffer()MTLBufferMTLAccelerationStructureTriangleGeometryDescriptor. getVertexBuffer()MTLBufferMTLRenderPassDescriptor. getVisibilityResultBuffer()MTLBufferMTLDevice. newBuffer(byte[] bytes, MTLResourceOptions options)MTLBufferMTLDevice. newBuffer(byte[] bytes, MTLResourceOptions options, VoidBlock1<byte[]> deallocator)protected MTLBufferMTLDevice. newBuffer(long pointer, long length, MTLResourceOptions options)protected MTLBufferMTLDevice. newBuffer(long pointer, long length, MTLResourceOptions options, VoidBlock2<Long,Long> deallocator)MTLBufferMTLDevice. newBuffer(long length, MTLResourceOptions options)MTLBufferMTLHeap. newBuffer(long length, MTLResourceOptions options)MTLBufferMTLHeap. newBuffer(long length, MTLResourceOptions options, long offset)MTLBufferMTLHeapAdapter. newBuffer(long length, MTLResourceOptions options)MTLBufferMTLHeapAdapter. newBuffer(long length, MTLResourceOptions options, long offset)Methods in org.robovm.apple.metal with parameters of type MTLBuffer Modifier and Type Method Description voidMTLAccelerationStructureCommandEncoder. buildAccelerationStructure(MTLAccelerationStructure accelerationStructure, MTLAccelerationStructureDescriptor descriptor, MTLBuffer scratchBuffer, long scratchBufferOffset)voidMTLAccelerationStructureCommandEncoderAdapter. buildAccelerationStructure(MTLAccelerationStructure accelerationStructure, MTLAccelerationStructureDescriptor descriptor, MTLBuffer scratchBuffer, long scratchBufferOffset)voidMTLBlitCommandEncoder. copyFromBufferToBuffer(MTLBuffer sourceBuffer, long sourceOffset, MTLBuffer destinationBuffer, long destinationOffset, long size)voidMTLBlitCommandEncoder. copyFromBufferToTexture(MTLBuffer sourceBuffer, long sourceOffset, long sourceBytesPerRow, long sourceBytesPerImage, MTLSize sourceSize, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, MTLOrigin destinationOrigin)voidMTLBlitCommandEncoder. copyFromBufferToTexture(MTLBuffer sourceBuffer, long sourceOffset, long sourceBytesPerRow, long sourceBytesPerImage, MTLSize sourceSize, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, MTLOrigin destinationOrigin, MTLBlitOption options)voidMTLBlitCommandEncoder. copyFromTextureToBuffer(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLOrigin sourceOrigin, MTLSize sourceSize, MTLBuffer destinationBuffer, long destinationOffset, long destinationBytesPerRow, long destinationBytesPerImage)voidMTLBlitCommandEncoder. copyFromTextureToBuffer(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLOrigin sourceOrigin, MTLSize sourceSize, MTLBuffer destinationBuffer, long destinationOffset, long destinationBytesPerRow, long destinationBytesPerImage, MTLBlitOption options)voidMTLRasterizationRateMap. copyParameterDataToBuffer(MTLBuffer buffer, long offset)voidMTLRasterizationRateMapAdapter. copyParameterDataToBuffer(MTLBuffer buffer, long offset)voidMTLComputeCommandEncoder. dispatchThreadgroups(MTLBuffer indirectBuffer, long indirectBufferOffset, MTLSize threadsPerThreadgroup)voidMTLIndirectRenderCommand. drawIndexedPatches(long numberOfPatchControlPoints, long patchStart, long patchCount, MTLBuffer patchIndexBuffer, long patchIndexBufferOffset, MTLBuffer controlPointIndexBuffer, long controlPointIndexBufferOffset, long instanceCount, long baseInstance, MTLBuffer buffer, long offset, long instanceStride)voidMTLIndirectRenderCommandAdapter. drawIndexedPatches(long numberOfPatchControlPoints, long patchStart, long patchCount, MTLBuffer patchIndexBuffer, long patchIndexBufferOffset, MTLBuffer controlPointIndexBuffer, long controlPointIndexBufferOffset, long instanceCount, long baseInstance, MTLBuffer buffer, long offset, long instanceStride)voidMTLRenderCommandEncoder. drawIndexedPatches(long numberOfPatchControlPoints, long patchStart, long patchCount, MTLBuffer patchIndexBuffer, long patchIndexBufferOffset, MTLBuffer controlPointIndexBuffer, long controlPointIndexBufferOffset, long instanceCount, long baseInstance)voidMTLRenderCommandEncoder. drawIndexedPatches(long numberOfPatchControlPoints, MTLBuffer patchIndexBuffer, long patchIndexBufferOffset, MTLBuffer controlPointIndexBuffer, long controlPointIndexBufferOffset, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLIndirectRenderCommand. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, long instanceCount, long baseVertex, long baseInstance)voidMTLIndirectRenderCommandAdapter. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, long instanceCount, long baseVertex, long baseInstance)voidMTLRenderCommandEncoder. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset)voidMTLRenderCommandEncoder. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, long instanceCount)voidMTLRenderCommandEncoder. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, long instanceCount, long baseVertex, long baseInstance)voidMTLRenderCommandEncoder. drawIndexedPrimitives(MTLPrimitiveType primitiveType, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLIndirectRenderCommand. drawPatches(long numberOfPatchControlPoints, long patchStart, long patchCount, MTLBuffer patchIndexBuffer, long patchIndexBufferOffset, long instanceCount, long baseInstance, MTLBuffer buffer, long offset, long instanceStride)voidMTLIndirectRenderCommandAdapter. drawPatches(long numberOfPatchControlPoints, long patchStart, long patchCount, MTLBuffer patchIndexBuffer, long patchIndexBufferOffset, long instanceCount, long baseInstance, MTLBuffer buffer, long offset, long instanceStride)voidMTLRenderCommandEncoder. drawPatches(long numberOfPatchControlPoints, long patchStart, long patchCount, MTLBuffer patchIndexBuffer, long patchIndexBufferOffset, long instanceCount, long baseInstance)voidMTLRenderCommandEncoder. drawPatches(long numberOfPatchControlPoints, MTLBuffer patchIndexBuffer, long patchIndexBufferOffset, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLRenderCommandEncoder. drawPrimitives(MTLPrimitiveType primitiveType, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLComputeCommandEncoder. executeCommandsInBuffer(MTLIndirectCommandBuffer indirectCommandbuffer, MTLBuffer indirectRangeBuffer, long indirectBufferOffset)voidMTLRenderCommandEncoder. executeCommandsInBuffer(MTLIndirectCommandBuffer indirectCommandbuffer, MTLBuffer indirectRangeBuffer, long indirectBufferOffset)voidMTLBlitCommandEncoder. fillBuffer(MTLBuffer buffer, NSRange range, byte value)voidMTLBlitCommandEncoder. getTextureAccessCounters(MTLTexture texture, MTLRegion region, long mipLevel, long slice, boolean resetCounters, MTLBuffer countersBuffer, long countersBufferOffset)voidMTLAccelerationStructureCommandEncoder. refitAccelerationStructure(MTLAccelerationStructure sourceAccelerationStructure, MTLAccelerationStructureDescriptor descriptor, MTLAccelerationStructure destinationAccelerationStructure, MTLBuffer scratchBuffer, long scratchBufferOffset)voidMTLAccelerationStructureCommandEncoderAdapter. refitAccelerationStructure(MTLAccelerationStructure sourceAccelerationStructure, MTLAccelerationStructureDescriptor descriptor, MTLAccelerationStructure destinationAccelerationStructure, MTLBuffer scratchBuffer, long scratchBufferOffset)voidMTLBlitCommandEncoder. resolveCounters(MTLCounterSampleBuffer sampleBuffer, NSRange range, MTLBuffer destinationBuffer, long destinationOffset)voidMTLArgumentEncoder. setArgumentBuffer(MTLBuffer argumentBuffer, long offset)voidMTLArgumentEncoder. setArgumentBuffer(MTLBuffer argumentBuffer, long startOffset, long arrayElement)voidMTLArgumentEncoderAdapter. setArgumentBuffer(MTLBuffer argumentBuffer, long offset)voidMTLArgumentEncoderAdapter. setArgumentBuffer(MTLBuffer argumentBuffer, long startOffset, long arrayElement)voidMTLAccelerationStructureBoundingBoxGeometryDescriptor. setBoundingBoxBuffer(MTLBuffer v)voidMTLArgumentEncoder. setBuffer(MTLBuffer buffer, long offset, long index)voidMTLArgumentEncoderAdapter. setBuffer(MTLBuffer buffer, long offset, long index)voidMTLComputeCommandEncoder. setBuffer(MTLBuffer buffer, long offset, long index)voidMTLIntersectionFunctionTable. setBuffer(MTLBuffer buffer, long offset, long index)voidMTLIntersectionFunctionTableAdapter. setBuffer(MTLBuffer buffer, long offset, long index)voidMTLMotionKeyframeData. setBuffer(MTLBuffer v)voidMTLArgumentEncoder. setBuffers(MTLBuffer buffers, MachineSizedUIntPtr offsets, NSRange range)voidMTLArgumentEncoderAdapter. setBuffers(MTLBuffer buffers, MachineSizedUIntPtr offsets, NSRange range)voidMTLComputeCommandEncoder. setBuffers(MTLBuffer[] buffers, long[] offsets, NSRange range)voidMTLIntersectionFunctionTable. setBuffers(MTLBuffer buffers, MachineSizedUIntPtr offsets, NSRange range)voidMTLIntersectionFunctionTableAdapter. setBuffers(MTLBuffer buffers, MachineSizedUIntPtr offsets, NSRange range)voidMTLIndirectRenderCommand. setFragmentBuffer(MTLBuffer buffer, long offset, long index)voidMTLIndirectRenderCommandAdapter. setFragmentBuffer(MTLBuffer buffer, long offset, long index)voidMTLRenderCommandEncoder. setFragmentBuffer(MTLBuffer buffer, long offset, long index)voidMTLRenderCommandEncoder. setFragmentBuffers(MTLBuffer[] buffers, long[] offsets, NSRange range)voidMTLAccelerationStructureMotionTriangleGeometryDescriptor. setIndexBuffer(MTLBuffer v)voidMTLAccelerationStructureTriangleGeometryDescriptor. setIndexBuffer(MTLBuffer v)voidMTLInstanceAccelerationStructureDescriptor. setInstanceDescriptorBuffer(MTLBuffer v)voidMTLIndirectComputeCommand. setKernelBuffer(MTLBuffer buffer, long offset, long index)voidMTLIndirectComputeCommandAdapter. setKernelBuffer(MTLBuffer buffer, long offset, long index)voidMTLInstanceAccelerationStructureDescriptor. setMotionTransformBuffer(MTLBuffer v)voidMTLComputeCommandEncoder. setStageInRegion(MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLRenderCommandEncoder. setTessellationFactorBuffer(MTLBuffer buffer, long offset, long instanceStride)voidMTLRenderCommandEncoder. setTileBuffer(MTLBuffer buffer, long offset, long index)voidMTLRenderCommandEncoder. setTileBuffers(MTLBuffer buffers, MachineSizedUIntPtr offsets, NSRange range)voidMTLAccelerationStructureTriangleGeometryDescriptor. setVertexBuffer(MTLBuffer v)voidMTLIndirectRenderCommand. setVertexBuffer(MTLBuffer buffer, long offset, long index)voidMTLIndirectRenderCommandAdapter. setVertexBuffer(MTLBuffer buffer, long offset, long index)voidMTLRenderCommandEncoder. setVertexBuffer(MTLBuffer buffer, long offset, long index)voidMTLRenderCommandEncoder. setVertexBuffers(MTLBuffer[] buffers, long[] offsets, NSRange range)voidMTLRenderPassDescriptor. setVisibilityResultBuffer(MTLBuffer v)voidMTLResourceStateCommandEncoder. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLResourceStateCommandEncoderAdapter. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLAccelerationStructureCommandEncoder. writeCompactedAccelerationStructure(MTLAccelerationStructure accelerationStructure, MTLBuffer buffer, long offset)voidMTLAccelerationStructureCommandEncoder. writeCompactedAccelerationStructure(MTLAccelerationStructure accelerationStructure, MTLBuffer buffer, long offset, MTLDataType sizeDataType)voidMTLAccelerationStructureCommandEncoderAdapter. writeCompactedAccelerationStructure(MTLAccelerationStructure accelerationStructure, MTLBuffer buffer, long offset)voidMTLAccelerationStructureCommandEncoderAdapter. writeCompactedAccelerationStructure(MTLAccelerationStructure accelerationStructure, MTLBuffer buffer, long offset, MTLDataType sizeDataType) -
Uses of MTLBuffer in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTLBuffer Modifier and Type Method Description MTLBufferMTKMeshBuffer. getBuffer() -
Uses of MTLBuffer in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLBuffer Modifier and Type Method Description MTLBufferMPSCNNBatchNormalizationState. beta()MTLBufferMPSCNNBatchNormalizationState. gamma()MTLBufferMPSCNNGroupNormalizationGradientState. getBeta()MTLBufferMPSCNNInstanceNormalizationGradientState. getBeta()MTLBufferMPSCNNNormalizationGammaAndBetaState. getBeta()MTLBufferMPSCNNConvolutionWeightsAndBiasesState. getBiases()MTLBufferMPSMatrix. getData()MTLBufferMPSVector. getData()MTLBufferMPSCNNGroupNormalizationGradientState. getGamma()MTLBufferMPSCNNInstanceNormalizationGradientState. getGamma()MTLBufferMPSCNNNormalizationGammaAndBetaState. getGamma()MTLBufferMPSCNNGroupNormalizationGradientState. getGradientForBeta()MTLBufferMPSCNNInstanceNormalizationGradientState. getGradientForBeta()MTLBufferMPSCNNConvolutionGradientState. getGradientForBiases()MTLBufferMPSCNNGroupNormalizationGradientState. getGradientForGamma()MTLBufferMPSCNNInstanceNormalizationGradientState. getGradientForGamma()MTLBufferMPSCNNConvolutionGradientState. getGradientForWeights()MTLBufferMPSPolygonAccelerationStructure. getIndexBuffer()MTLBufferMPSPolygonBuffer. getIndexBuffer()MTLBufferMPSInstanceAccelerationStructure. getInstanceBuffer()MTLBufferMPSInstanceAccelerationStructure. getMaskBuffer()MTLBufferMPSPolygonAccelerationStructure. getMaskBuffer()MTLBufferMPSPolygonBuffer. getMaskBuffer()MTLBufferMPSCNNNormalizationMeanAndVarianceState. getMean()MTLBufferMPSPredicate. getPredicateBuffer()MTLBufferMPSInstanceAccelerationStructure. getTransformBuffer()MTLBufferMPSCNNNormalizationMeanAndVarianceState. getVariance()MTLBufferMPSPolygonAccelerationStructure. getVertexBuffer()MTLBufferMPSPolygonBuffer. getVertexBuffer()MTLBufferMPSCNNConvolutionWeightsAndBiasesState. getWeights()MTLBufferMPSCNNBatchNormalizationState. gradientForBeta()MTLBufferMPSCNNBatchNormalizationState. gradientForGamma()MTLBufferMPSCNNBatchNormalizationState. mean()MTLBufferMPSCNNBatchNormalizationState. variance()Methods in org.robovm.apple.metalps with parameters of type MTLBuffer Modifier and Type Method Description voidMPSImageFindKeypoints. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLRegion regions, long numberOfRegions, MTLBuffer keypointCountBuffer, long keypointCountBufferOffset, MTLBuffer keypointDataBuffer, long keypointDataBufferOffset)voidMPSImageHistogram. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer histogram, long histogramOffset)voidMPSImageNormalizedHistogram. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLTexture minmaxTexture, MTLBuffer histogram, long histogramOffset)voidMPSMatrixDecompositionCholesky. encode(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix resultMatrix, MTLBuffer status)voidMPSMatrixDecompositionLU. encode(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix resultMatrix, MPSMatrix pivotIndices, MTLBuffer status)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)voidMPSImageEDLines. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, MTLTexture source, MTLTexture dest, MTLBuffer endpointBuffer, long endpointOffset)voidMPSImageHistogramEqualization. encodeTransform(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer histogram, long histogramOffset)voidMPSImageHistogramSpecification. encodeTransform(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer sourceHistogram, long sourceHistogramOffset, MTLBuffer desiredHistogram, long desiredHistogramOffset)voidMPSNDArray. exportData(MTLCommandBuffer cmdBuf, MTLBuffer buffer, MPSDataType destinationDataType, long offset, MachineSizedSIntPtr rowStrides)voidMPSNDArray. importData(MTLCommandBuffer cmdBuf, MTLBuffer buffer, MPSDataType sourceDataType, long offset, MachineSizedSIntPtr rowStrides)protected longMPSCNNConvolutionWeightsAndBiasesState. init(MTLBuffer weights, long weightsOffset, MTLBuffer biases, long biasesOffset, MPSCNNConvolutionDescriptor descriptor)protected longMPSCNNConvolutionWeightsAndBiasesState. init(MTLBuffer weights, MTLBuffer biases)protected longMPSCNNNormalizationGammaAndBetaState. init(MTLBuffer gamma, MTLBuffer beta)protected longMPSCNNNormalizationMeanAndVarianceState. init(MTLBuffer mean, MTLBuffer variance)protected longMPSMatrix. init(MTLBuffer buffer, long offset, MPSMatrixDescriptor descriptor)protected longMPSMatrix. init(MTLBuffer buffer, MPSMatrixDescriptor descriptor)protected longMPSPredicate. init(MTLBuffer buffer, long offset)protected longMPSVector. init(MTLBuffer buffer, long offset, MPSVectorDescriptor descriptor)protected longMPSVector. init(MTLBuffer buffer, MPSVectorDescriptor descriptor)voidMPSPolygonAccelerationStructure. setIndexBuffer(MTLBuffer v)voidMPSPolygonBuffer. setIndexBuffer(MTLBuffer v)voidMPSInstanceAccelerationStructure. setInstanceBuffer(MTLBuffer v)voidMPSInstanceAccelerationStructure. setMaskBuffer(MTLBuffer v)voidMPSPolygonAccelerationStructure. setMaskBuffer(MTLBuffer v)voidMPSPolygonBuffer. setMaskBuffer(MTLBuffer v)voidMPSInstanceAccelerationStructure. setTransformBuffer(MTLBuffer v)voidMPSPolygonAccelerationStructure. setVertexBuffer(MTLBuffer v)voidMPSPolygonBuffer. setVertexBuffer(MTLBuffer v)Constructors in org.robovm.apple.metalps with parameters of type MTLBuffer Constructor Description MPSCNNConvolutionWeightsAndBiasesState(MTLBuffer weights, long weightsOffset, MTLBuffer biases, long biasesOffset, MPSCNNConvolutionDescriptor descriptor)MPSCNNConvolutionWeightsAndBiasesState(MTLBuffer weights, MTLBuffer biases)MPSCNNNormalizationGammaAndBetaState(MTLBuffer gamma, MTLBuffer beta)MPSCNNNormalizationMeanAndVarianceState(MTLBuffer mean, MTLBuffer variance)MPSMatrix(MTLBuffer buffer, long offset, MPSMatrixDescriptor descriptor)MPSMatrix(MTLBuffer buffer, MPSMatrixDescriptor descriptor)MPSPredicate(MTLBuffer buffer, long offset)MPSTemporaryMatrix(MTLBuffer buffer, long offset, MPSMatrixDescriptor descriptor)MPSTemporaryVector(MTLBuffer buffer, long offset, MPSVectorDescriptor descriptor)MPSVector(MTLBuffer buffer, long offset, MPSVectorDescriptor descriptor)MPSVector(MTLBuffer buffer, MPSVectorDescriptor descriptor) -
Uses of MTLBuffer in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph with parameters of type MTLBuffer Modifier and Type Method Description protected longMPSGraphTensorData. init(MTLBuffer buffer, NSArray<NSNumber> shape, MPSDataType dataType)protected longMPSGraphTensorData. init(MTLBuffer buffer, NSArray<NSNumber> shape, MPSDataType dataType, long rowBytes)Constructors in org.robovm.apple.metalpsgraph with parameters of type MTLBuffer Constructor Description MPSGraphTensorData(MTLBuffer buffer, NSArray<NSNumber> shape, MPSDataType dataType)MPSGraphTensorData(MTLBuffer buffer, NSArray<NSNumber> shape, MPSDataType dataType, long rowBytes) -
Uses of MTLBuffer in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit with parameters of type MTLBuffer Modifier and Type Method Description static SCNGeometryElementSCNGeometryElement. create(MTLBuffer buffer, SCNGeometryPrimitiveType primitiveType, long primitiveCount, long bytesPerIndex)static SCNGeometrySourceSCNGeometrySource. createWithBuffer(MTLBuffer buffer, MTLVertexFormat vertexFormat, String semantic, long vertexCount, long offset, long stride)