Struct D3DCompileResult
A pointer to the compiled code.
Inherited Members
Namespace: JeremyAnsel.DirectX.D3DCompiler
Assembly: JeremyAnsel.DirectX.D3DCompiler.dll
Syntax
[SecurityCritical]
public readonly ref struct D3DCompileResult
Methods
| Edit this page View SourceDispose()
Declaration
public void Dispose()
GetData()
Declaration
public byte[] GetData()
Returns
| Type | Description |
|---|---|
| byte[] |
GetDataAsSpan()
Declaration
public ReadOnlySpan<byte> GetDataAsSpan()
Returns
| Type | Description |
|---|---|
| ReadOnlySpan<byte> |
GetDataLength()
Declaration
public int GetDataLength()
Returns
| Type | Description |
|---|---|
| int |