Click or drag to resize

GpuTextureSurfaceData(Byte, Int32, Int32, Int32) Constructor

Initializes a new instance of the GpuTextureSurfaceData class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public SurfaceData(
	byte[] data,
	int arrayLayer = 0,
	int face = 0,
	int mipLevel = 0
)

Parameters

data  Byte
 
arrayLayer  Int32  (Optional)
 
face  Int32  (Optional)
 
mipLevel  Int32  (Optional)
 
See Also