|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void AddResourceFile(
string fullFileNameWithPath
)
Parameters
- fullFileNameWithPath String
- file name with full path to the file
See Also