Click or drag to resize

DDSTextureToolsGenerateDDS Method

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static DDSTextureToolsDDSImage GenerateDDS(
	byte[] rgba,
	Vector2I size,
	DDSTextureToolsDDSImageFormatEnum format,
	bool normalMap,
	bool generateMipmaps,
	out string error
)

Parameters

rgba
Type: SystemByte
size
Type: NeoAxisVector2I
format
Type: InternalDDSTextureToolsDDSImageFormatEnum
normalMap
Type: SystemBoolean
generateMipmaps
Type: SystemBoolean
error
Type: SystemString

Return Value

Type: DDSTextureToolsDDSImage
See Also