Package org.robovm.apple.metal
Class MTLScissorRect
- All Implemented Interfaces:
Iterable<MTLScissorRect>
public class MTLScissorRect extends Struct<MTLScissorRect>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLScissorRect.MTLScissorRectPtr -
Constructor Summary
Constructors Constructor Description MTLScissorRect()MTLScissorRect(long x, long y, long width, long height) -
Method Summary
Modifier and Type Method Description longgetHeight()longgetWidth()longgetX()longgetY()MTLScissorRectsetHeight(long height)MTLScissorRectsetWidth(long width)MTLScissorRectsetX(long x)MTLScissorRectsetY(long y)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MTLScissorRect
public MTLScissorRect() -
MTLScissorRect
public MTLScissorRect(long x, long y, long width, long height)
-
-
Method Details