Package org.robovm.apple.metalps
Class MPSSVGFDenoiser
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.metalps.MPSSVGFDenoiser
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class MPSSVGFDenoiser extends NSObject
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSSVGFDenoiser.MPSSVGFDenoiserPtrNested 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
-
Constructor Summary
Constructors Modifier Constructor Description MPSSVGFDenoiser()protectedMPSSVGFDenoiser(NSObject.Handle h, long handle)protectedMPSSVGFDenoiser(NSObject.SkipInit skipInit)MPSSVGFDenoiser(MTLDevice device)MPSSVGFDenoiser(MPSSVGF svgf, MPSSVGFTextureAllocator textureAllocator) -
Method Summary
Modifier and Type Method Description voidclearTemporalHistory()MTLTextureencode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)voidencode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture destinationTexture, MTLTexture sourceTexture2, MTLTexture destinationTexture2, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)longgetBilateralFilterIterations()MPSSVGFgetSvgf()MPSSVGFTextureAllocatorgetTextureAllocator()protected longinit(MTLDevice device)protected longinit(MPSSVGF svgf, MPSSVGFTextureAllocator textureAllocator)voidreleaseTemporaryTextures()voidsetBilateralFilterIterations(long v)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, updateStrongRef
-
Constructor Details
-
MPSSVGFDenoiser
public MPSSVGFDenoiser() -
MPSSVGFDenoiser
-
MPSSVGFDenoiser
-
MPSSVGFDenoiser
-
MPSSVGFDenoiser
-
-
Method Details
-
getSvgf
-
getTextureAllocator
-
getBilateralFilterIterations
public long getBilateralFilterIterations() -
setBilateralFilterIterations
public void setBilateralFilterIterations(long v) -
init
-
init
-
clearTemporalHistory
public void clearTemporalHistory() -
releaseTemporaryTextures
public void releaseTemporaryTextures() -
encode
public MTLTexture encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture) -
encode
public void encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture destinationTexture, MTLTexture sourceTexture2, MTLTexture destinationTexture2, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)
-