|
DirectoryShaderBytecodeProviderGetShaderBytecode Method |
Gets bytes array of the compiled shader with resourceName or null if this class instance does not have this resource.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public override byte[] GetShaderBytecode(
string resourceName
)
Parameters
- resourceName String
- name of the resource
Return Value
Bytebytes array of the compiled shader or null if this instance does not have this resource
See Also