Click or drag to resize

DDSTextureToolsConvert2DToDDS Method

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.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
Type: SystemString
outputRealFileName
Type: SystemString
outputFormat
Type: InternalDDSTextureToolsDDSImageFormatEnum
normalMap
Type: SystemBoolean
generateMipmaps
Type: SystemBoolean
sourceFileSize
Type: NeoAxisVector2I
sourceFileFormat
Type: NeoAxisPixelFormat
error
Type: SystemString

Return Value

Type: Boolean
See Also