Uses of Class
org.robovm.apple.metal.MTLTextureDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLTextureDescriptor in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLTextureDescriptor Modifier and Type Method Description static MTLTextureDescriptorMTLTextureDescriptor. create2DDescriptor(MTLPixelFormat pixelFormat, long width, long height, boolean mipmapped)static MTLTextureDescriptorMTLTextureDescriptor. createBufferDescriptor(MTLPixelFormat pixelFormat, long width, MTLResourceOptions resourceOptions, MTLTextureUsage usage)static MTLTextureDescriptorMTLTextureDescriptor. createCubeDescriptor(MTLPixelFormat pixelFormat, long size, boolean mipmapped)Methods in org.robovm.apple.metal with parameters of type MTLTextureDescriptor Modifier and Type Method Description MTLSizeAndAlignMTLDevice. heapTextureSizeAndAlign(MTLTextureDescriptor desc)MTLTextureMTLDevice. newSharedTexture(MTLTextureDescriptor descriptor)MTLTextureMTLBuffer. newTexture(MTLTextureDescriptor descriptor, long offset, long bytesPerRow)MTLTextureMTLDevice. newTexture(MTLTextureDescriptor descriptor)MTLTextureMTLDevice. newTexture(MTLTextureDescriptor descriptor, IOSurface iosurface, long plane)MTLTextureMTLHeap. newTexture(MTLTextureDescriptor desc)MTLTextureMTLHeap. newTexture(MTLTextureDescriptor descriptor, long offset)MTLTextureMTLHeapAdapter. newTexture(MTLTextureDescriptor desc)MTLTextureMTLHeapAdapter. newTexture(MTLTextureDescriptor descriptor, long offset) -
Uses of MTLTextureDescriptor in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps with parameters of type MTLTextureDescriptor Modifier and Type Method Description voidMPSStateResourceList. appendTexture(MTLTextureDescriptor descriptor)protected static longMPSState. create(MTLCommandBuffer cmdBuf, MTLTextureDescriptor descriptor)protected static longMPSTemporaryImage. create(MTLCommandBuffer commandBuffer, MTLTextureDescriptor textureDescriptor)protected static longMPSTemporaryImage. create(MTLCommandBuffer commandBuffer, MTLTextureDescriptor textureDescriptor, long featureChannels)protected longMPSState. init(MTLDevice device, MTLTextureDescriptor descriptor)