Click or drag to resize

DDSTextureToolsGenerateDDS Method


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

Parameters

rgba  Byte
 
size  Vector2I
 
format  DDSTextureToolsDDSImageFormatEnum
 
normalMap  Boolean
 
generateMipmaps  Boolean
 
error  String
 

Return Value

DDSTextureToolsDDSImage
See Also