Click or drag to resize
AB4D logo

FileShaderBytecodeProviderAddResourceFile(String) Method

AddResourceFile registers the file specified with fullFileNameWithPath with resource name that is generated from the file name (with extention). This method is thread safe.

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

Parameters

fullFileNameWithPath  String
file name with full path to the file
See Also