Click or drag to resize
AB4D logo

ShaderBytecodeProviderGetAllResourceNames Method

Returns an array of strings that represents the resource names available in this ShaderBytecodeProvider.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public abstract string[] GetAllResourceNames()

Return Value

String
an array of strings that represents the resource names available in this ShaderBytecodeProvider
See Also