Package org.robovm.apple.metal
Class MTLComputePipelineDescriptor
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.metal.MTLComputePipelineDescriptor
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class MTLComputePipelineDescriptor extends NSObject
- Since:
- Available in iOS 9.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLComputePipelineDescriptor.MTLComputePipelineDescriptorPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description MTLComputePipelineDescriptor()protectedMTLComputePipelineDescriptor(NSObject.Handle h, long handle)protectedMTLComputePipelineDescriptor(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
MTLComputePipelineDescriptor
public MTLComputePipelineDescriptor() -
MTLComputePipelineDescriptor
-
MTLComputePipelineDescriptor
-
-
Method Details
-
getLabel
-
setLabel
-
getComputeFunction
-
setComputeFunction
-
isThreadGroupSizeMultipleOfThreadExecutionWidth
public boolean isThreadGroupSizeMultipleOfThreadExecutionWidth() -
setThreadGroupSizeMultipleOfThreadExecutionWidth
public void setThreadGroupSizeMultipleOfThreadExecutionWidth(boolean v) -
getMaxTotalThreadsPerThreadgroup
public long getMaxTotalThreadsPerThreadgroup()- Since:
- Available in iOS 12.0 and later.
-
setMaxTotalThreadsPerThreadgroup
public void setMaxTotalThreadsPerThreadgroup(long v)- Since:
- Available in iOS 12.0 and later.
-
getStageInputDescriptor
- Since:
- Available in iOS 10.0 and later.
-
setStageInputDescriptor
- Since:
- Available in iOS 10.0 and later.
-
getBuffers
- Since:
- Available in iOS 11.0 and later.
-
isSupportIndirectCommandBuffers
public boolean isSupportIndirectCommandBuffers()- Since:
- Available in iOS 13.0 and later.
-
setSupportIndirectCommandBuffers
public void setSupportIndirectCommandBuffers(boolean v)- Since:
- Available in iOS 13.0 and later.
-
getInsertLibraries
Deprecated.Deprecated in iOS 15.0. Use preloadedLibraries instead.- Since:
- Available in iOS 14.0 and later.
-
setInsertLibraries
Deprecated.Deprecated in iOS 15.0. Use preloadedLibraries instead.- Since:
- Available in iOS 14.0 and later.
-
getPreloadedLibraries
- Since:
- Available in iOS 15.0 and later.
-
setPreloadedLibraries
- Since:
- Available in iOS 15.0 and later.
-
getBinaryArchives
- Since:
- Available in iOS 14.0 and later.
-
setBinaryArchives
- Since:
- Available in iOS 14.0 and later.
-
getLinkedFunctions
- Since:
- Available in iOS 14.0 and later.
-
setLinkedFunctions
- Since:
- Available in iOS 14.0 and later.
-
isSupportAddingBinaryFunctions
public boolean isSupportAddingBinaryFunctions()- Since:
- Available in iOS 14.0 and later.
-
setSupportAddingBinaryFunctions
public void setSupportAddingBinaryFunctions(boolean v)- Since:
- Available in iOS 14.0 and later.
-
getMaxCallStackDepth
public long getMaxCallStackDepth()- Since:
- Available in iOS 14.0 and later.
-
setMaxCallStackDepth
public void setMaxCallStackDepth(long v)- Since:
- Available in iOS 14.0 and later.
-
reset
public void reset()
-