Click or drag to resize

ViewportRenderingContextBindComputeImage Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void BindComputeImage(
	int textureUnit,
	ImageComponent texture,
	int mip,
	ComputeBufferAccessEnum access
)

Parameters

textureUnit  Int32
 
texture  ImageComponent
 
mip  Int32
 
access  ComputeBufferAccessEnum
 
See Also