Uses of Class
org.robovm.apple.metal.MTLBlitOption
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLBlitOption in org.robovm.apple.metal
Fields in org.robovm.apple.metal declared as MTLBlitOption Modifier and Type Field Description static MTLBlitOptionMTLBlitOption. DepthFromDepthStencilstatic MTLBlitOptionMTLBlitOption. Nonestatic MTLBlitOptionMTLBlitOption. RowLinearPVRTCstatic MTLBlitOptionMTLBlitOption. StencilFromDepthStencilMethods in org.robovm.apple.metal that return MTLBlitOption Modifier and Type Method Description protected MTLBlitOption[]MTLBlitOption. _values()static MTLBlitOption[]MTLBlitOption. values()protected MTLBlitOptionMTLBlitOption. wrap(long value, long mask)Methods in org.robovm.apple.metal with parameters of type MTLBlitOption Modifier and Type Method Description 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, MTLBlitOption options)