Package com.banuba.sdk.scene
Class AttachmentInfo
java.lang.Object
com.banuba.sdk.scene.AttachmentInfo
-
Constructor Summary
ConstructorDescriptionAttachmentInfo
(AttachmentLoadOp loadBehaviour, AttachmentStoreOp storeBehaviour, PixelFormatType format, Vec4 clearColor, boolean generateMipmaps) -
Method Summary
-
Constructor Details
-
AttachmentInfo
public AttachmentInfo(@NonNull AttachmentLoadOp loadBehaviour, @NonNull AttachmentStoreOp storeBehaviour, @NonNull PixelFormatType format, @NonNull Vec4 clearColor, boolean generateMipmaps)
-
-
Method Details