Click or drag to resize

DDSTextureToolsWriteToStream Method

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void WriteToStream(
	Stream output,
	DDSTextureToolsDDSImage image
)

Parameters

output
Type: System.IOStream
image
Type: InternalDDSTextureToolsDDSImage
See Also