Package org.robovm.apple.metalps
Class MPSStateTextureInfo
- All Implemented Interfaces:
Iterable<MPSStateTextureInfo>
public class MPSStateTextureInfo extends Struct<MPSStateTextureInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSStateTextureInfo.MPSStateTextureInfoPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MPSStateTextureInfo()MPSStateTextureInfo(long width, long height, long depth, long arrayLength, MTLPixelFormat pixelFormat, MTLTextureType textureType, MTLTextureUsage usage, MachineSizedUIntPtr _reserved) -
Method Summary
Modifier and Type Method Description MachineSizedUIntPtrget_reserved()longgetArrayLength()longgetDepth()longgetHeight()MTLPixelFormatgetPixelFormat()MTLTextureTypegetTextureType()MTLTextureUsagegetUsage()longgetWidth()MPSStateTextureInfoset_reserved(MachineSizedUIntPtr _reserved)MPSStateTextureInfosetArrayLength(long arrayLength)MPSStateTextureInfosetDepth(long depth)MPSStateTextureInfosetHeight(long height)MPSStateTextureInfosetPixelFormat(MTLPixelFormat pixelFormat)MPSStateTextureInfosetTextureType(MTLTextureType textureType)MPSStateTextureInfosetUsage(MTLTextureUsage usage)MPSStateTextureInfosetWidth(long width)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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MPSStateTextureInfo
public MPSStateTextureInfo() -
MPSStateTextureInfo
public MPSStateTextureInfo(long width, long height, long depth, long arrayLength, MTLPixelFormat pixelFormat, MTLTextureType textureType, MTLTextureUsage usage, MachineSizedUIntPtr _reserved)
-
-
Method Details
-
getWidth
public long getWidth() -
setWidth
-
getHeight
public long getHeight() -
setHeight
-
getDepth
public long getDepth() -
setDepth
-
getArrayLength
public long getArrayLength() -
setArrayLength
-
getPixelFormat
-
setPixelFormat
-
getTextureType
-
setTextureType
-
getUsage
-
setUsage
-
get_reserved
-
set_reserved
-