Uses of Class
org.robovm.apple.metal.MTLStoreAction
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLStoreAction in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLStoreAction Modifier and Type Method Description MTLStoreActionMTLRenderPassAttachmentDescriptor. getStoreAction()static MTLStoreActionMTLStoreAction. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLStoreActionMTLStoreAction. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLStoreAction[]MTLStoreAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metal with parameters of type MTLStoreAction Modifier and Type Method Description voidMTLParallelRenderCommandEncoder. setColorStoreAction(MTLStoreAction storeAction, long colorAttachmentIndex)voidMTLRenderCommandEncoder. setColorStoreAction(MTLStoreAction storeAction, long colorAttachmentIndex)voidMTLParallelRenderCommandEncoder. setDepthStoreAction(MTLStoreAction storeAction)voidMTLRenderCommandEncoder. setDepthStoreAction(MTLStoreAction storeAction)voidMTLParallelRenderCommandEncoder. setStencilStoreAction(MTLStoreAction storeAction)voidMTLRenderCommandEncoder. setStencilStoreAction(MTLStoreAction storeAction)voidMTLRenderPassAttachmentDescriptor. setStoreAction(MTLStoreAction v)