Click or drag to resize
Ab4d.SharpEngine logo

GpuRenderPassRecreateFrameBuffers(GpuImage, GpuImage, GpuImage) Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.RecreateFrameBuffers(Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage)"]


Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void RecreateFrameBuffers(
	GpuImage finalColorAttachment,
	GpuImage? msaaColorAttachment,
	GpuImage? depthStencilAttachment
)

Parameters

finalColorAttachment  GpuImage

[Missing <param name="finalColorAttachment"/> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.RecreateFrameBuffers(Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage)"]

msaaColorAttachment  GpuImage

[Missing <param name="msaaColorAttachment"/> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.RecreateFrameBuffers(Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage)"]

depthStencilAttachment  GpuImage

[Missing <param name="depthStencilAttachment"/> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.RecreateFrameBuffers(Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.RecreateFrameBuffers(Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage,Ab4d.SharpEngine.Core.GpuImage)"]

See Also