Package apple.metal.protocol
Interface MTLVisibleFunctionTable
-
- All Superinterfaces:
MTLResource
public interface MTLVisibleFunctionTable extends MTLResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetFunctionAtIndex(MTLFunctionHandle function, long index)voidsetFunctionsWithRange(org.moe.natj.general.ptr.Ptr<org.moe.natj.objc.ObjCObject> functions, NSRange range)-
Methods inherited from interface apple.metal.protocol.MTLResource
allocatedSize, cpuCacheMode, device, hazardTrackingMode, heap, heapOffset, isAliasable, label, makeAliasable, resourceOptions, setLabel, setPurgeableState, storageMode
-
-
-
-
Method Detail
-
setFunctionAtIndex
void setFunctionAtIndex(MTLFunctionHandle function, long index)
-
setFunctionsWithRange
void setFunctionsWithRange(org.moe.natj.general.ptr.Ptr<org.moe.natj.objc.ObjCObject> functions, NSRange range)
-
-