Class UWPShaderBytePool
- Namespace
- HelixToolkit.SharpDX.Helper
- Assembly
- HelixToolkit.SharpDX.dll
Used to read shader bytecode
public static class UWPShaderBytePool
- Inheritance
-
UWPShaderBytePool
- Inherited Members
Fields
Dict
public static readonly Dictionary<string, byte[]> Dict
Field Value
- Dictionary<string, byte[]>
Methods
Read(string, IShaderByteCodeReader?)
public static byte[] Read(string name, IShaderByteCodeReader? reader = null)
Parameters
namestringreaderIShaderByteCodeReader
Returns
- byte[]