Directory |
public class DirectoryShaderBytecodeProvider : ShaderBytecodeProvider
The DirectoryShaderBytecodeProvider type exposes the following members.
Name | Description | |
---|---|---|
DirectoryShaderBytecodeProvider | Constructor |
Name | Description | |
---|---|---|
GetAllResourceNames |
Returns an array of strings that represents the resource names available in this ShaderBytecodeProvider.
(Overrides ShaderBytecodeProviderGetAllResourceNames) | |
GetShaderBytecode |
Gets bytes array of the compiled shader with resourceName or null if this class instance does not have this resource.
(Overrides ShaderBytecodeProviderGetShaderBytecode(String)) | |
RefreshFiles | Refreshes the list of files in the directory. This method is thread safe. |