|  | |
| Simple | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class SimpleShaderBytecodeProvider : ShaderBytecodeProvider
The SimpleShaderBytecodeProvider type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SimpleShaderBytecodeProvider | Constructor | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Bytecode | Gets the bytecode as a byte array. | 
|  | ResourceName | Gets the name of the shader resource | 
 Methods
Methods| 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)) | 
 See Also
See Also