Click or drag to resize

RenderingPipeline_BasicRenderLightsDeferred Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void RenderLightsDeferred(
	ViewportRenderingContext context,
	RenderingPipeline_BasicFrameData frameData,
	ImageComponent sceneTexture,
	ImageComponent normalTexture,
	ImageComponent gBuffer2Texture,
	ImageComponent gBuffer3Texture,
	ImageComponent gBuffer4Texture,
	ImageComponent gBuffer5Texture,
	ImageComponent depthTexture
)

Parameters

context
Type: NeoAxisViewportRenderingContext
frameData
Type: NeoAxisRenderingPipeline_BasicFrameData
sceneTexture
Type: NeoAxisImageComponent
normalTexture
Type: NeoAxisImageComponent
gBuffer2Texture
Type: NeoAxisImageComponent
gBuffer3Texture
Type: NeoAxisImageComponent
gBuffer4Texture
Type: NeoAxisImageComponent
gBuffer5Texture
Type: NeoAxisImageComponent
depthTexture
Type: NeoAxisImageComponent
See Also