Click or drag to resize
AB4D logo

FileShaderBytecodeProviderAddResourceFile(String, String) Method

AddResourceFile registers the resourceName and associates it with the specified fullFileNameWithPath. This method is thread safe.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public void AddResourceFile(
	string resourceName,
	string fullFileNameWithPath
)

Parameters

resourceName  String
resourceName
fullFileNameWithPath  String
file name with full path to the file
Exceptions
ExceptionCondition
FileNotFoundExceptionexception is thrown when the file does not exist
See Also