Click or drag to resize

GpuTextureSurfaceData Constructor (Byte, Int32, Int32, Int32)

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

Parameters

data
Type: SystemByte
arrayLayer (Optional)
Type: SystemInt32
face (Optional)
Type: SystemInt32
mipLevel (Optional)
Type: SystemInt32
See Also