Click or drag to resize

RenderingPipeline_BasicRenderOperation Method (ViewportRenderingContext, RenderingPipelineRenderSceneDataMeshDataRenderOperation, GpuMaterialPass, ListParameterContainer, RenderingPipelineRenderSceneDataCutVolumeItem, ViewportRenderingContextTessellationCacheItem)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void RenderOperation(
	ViewportRenderingContext context,
	RenderingPipelineRenderSceneDataMeshDataRenderOperation op,
	GpuMaterialPass pass,
	List<ParameterContainer> parameterContainers,
	RenderingPipelineRenderSceneDataCutVolumeItem[] cutVolumes = null,
	ViewportRenderingContextTessellationCacheItem tessellationItem = null
)

Parameters

context
Type: NeoAxisViewportRenderingContext
op
Type: NeoAxisRenderingPipelineRenderSceneDataMeshDataRenderOperation
pass
Type: NeoAxisGpuMaterialPass
parameterContainers
Type: System.Collections.GenericListParameterContainer
cutVolumes (Optional)
Type: NeoAxisRenderingPipelineRenderSceneDataCutVolumeItem
tessellationItem (Optional)
Type: NeoAxisViewportRenderingContextTessellationCacheItem
See Also