Click or drag to resize
AB4D logo

AssemblyShaderBytecodeProvider Methods

The AssemblyShaderBytecodeProvider type exposes the following members.

Methods
 NameDescription
Public methodEquals Overridden Equals compares this instance with obj by refrence and also by uses the same assembly and root name
(Overrides Object.Equals(Object))
Public methodGetAllResourceNames Returns an array of strings that represents the resource names available in this ShaderBytecodeProvider.
(Overrides ShaderBytecodeProvider.GetAllResourceNames())
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides Object.GetHashCode())
Public methodGetShaderBytecode Gets bytes array of the compiled shader with resourceName or null if this class instance does not have this resource.
(Overrides ShaderBytecodeProvider.GetShaderBytecode(String))
Top
See Also