Uses of Class
org.robovm.apple.metal.MTLScissorRect
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLScissorRect in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLScissorRect Modifier and Type Method Description MTLScissorRectMTLScissorRect. setHeight(long height)MTLScissorRectMTLScissorRect. setWidth(long width)MTLScissorRectMTLScissorRect. setX(long x)MTLScissorRectMTLScissorRect. setY(long y)Methods in org.robovm.apple.metal with parameters of type MTLScissorRect Modifier and Type Method Description voidMTLRenderCommandEncoder. setScissorRect(MTLScissorRect rect)voidMTLRenderCommandEncoder. setScissorRects(MTLScissorRect scissorRects, long count)