Assembly |
public class AssemblyShaderBytecodeProvider : ShaderBytecodeProvider
The AssemblyShaderBytecodeProvider type exposes the following members.
Name | Description | |
---|---|---|
AssemblyShaderBytecodeProvider | Constructor |
Name | Description | |
---|---|---|
ResourceAssembly | Gets an assembly that was used to create this AssemblyShaderResources | |
ResourceRootName | Gets string that specifies the root name of the shaders |
Name | Description | |
---|---|---|
Equals |
Overridden Equals compares this instance with obj by reference and also by uses the same assembly and root name
(Overrides ObjectEquals(Object)) | |
GetAllResourceNames |
Returns an array of strings that represents the resource names available in this ShaderBytecodeProvider.
(Overrides ShaderBytecodeProviderGetAllResourceNames) | |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) | |
GetShaderBytecode |
Gets bytes array of the compiled shader with resourceName or null if this class instance does not have this resource.
(Overrides ShaderBytecodeProviderGetShaderBytecode(String)) |