Click or drag to resize
AB4D logo

DirectoryShaderBytecodeProviderGetShaderBytecode Method

Gets bytes array of the compiled shader with resourceName or null if this class instance does not have this resource.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public override byte[] GetShaderBytecode(
	string resourceName
)

Parameters

resourceName  String
name of the resource

Return Value

Byte
bytes array of the compiled shader or null if this instance does not have this resource
See Also