Click or drag to resize

DDSTextureToolsConvert2DToDDS Method


Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool Convert2DToDDS(
	string virtualFileName,
	string outputRealFileName,
	DDSTextureToolsDDSImageFormatEnum outputFormat,
	bool normalMap,
	bool generateMipmaps,
	out Vector2I sourceFileSize,
	out PixelFormat sourceFileFormat,
	out string error
)

Parameters

virtualFileName  String
 
outputRealFileName  String
 
outputFormat  DDSTextureToolsDDSImageFormatEnum
 
normalMap  Boolean
 
generateMipmaps  Boolean
 
sourceFileSize  Vector2I
 
sourceFileFormat  PixelFormat
 
error  String
 

Return Value

Boolean
See Also