Class Shaders
Static class containing the shader code.
Namespace: Evergine.UI
Assembly: Evergine.ImGui.dll
Syntax
public static class Shaders
Fields
GLSLPixelShader
the GLSL pixel shader code.
Declaration
public static string GLSLPixelShader
Field Value
| Type | Description |
|---|---|
| string |
GLSLVertexShader
the GLSL vertex shader code.
Declaration
public static string GLSLVertexShader
Field Value
| Type | Description |
|---|---|
| string |
HLSLPixelShader
the HLSL pixel shader code.
Declaration
public static string HLSLPixelShader
Field Value
| Type | Description |
|---|---|
| string |
HLSLVertexShader
the HLSL vertex shader code.
Declaration
public static string HLSLVertexShader
Field Value
| Type | Description |
|---|---|
| string |
MSLPixelShader
the MSL pixel shader code.
Declaration
public static string MSLPixelShader
Field Value
| Type | Description |
|---|---|
| string |
MSLVertexShader
the MSL vertex shader code.
Declaration
public static string MSLVertexShader
Field Value
| Type | Description |
|---|---|
| string |
SPIRVPixelShader
the compiled SPIR-V pixel shader bytecode.
Declaration
public static byte[] SPIRVPixelShader
Field Value
| Type | Description |
|---|---|
| byte[] |
SPIRVPixelShader_gammaEncode
the compiled SPIR-V pixel shader bytecode that performs gamma correction.
Declaration
public static byte[] SPIRVPixelShader_gammaEncode
Field Value
| Type | Description |
|---|---|
| byte[] |
SPIRVVertexShader
the compiled SPIR-V vertex shader bytecode.
Declaration
public static byte[] SPIRVVertexShader
Field Value
| Type | Description |
|---|---|
| byte[] |
WEBGLPixelShader
the WebGL pixel shader code.
Declaration
public static string WEBGLPixelShader
Field Value
| Type | Description |
|---|---|
| string |
WEBGLVertexShader
the WebGL vertex shader code.
Declaration
public static string WEBGLVertexShader
Field Value
| Type | Description |
|---|---|
| string |
WGSLPixelShader
the WGSL pixel shader code.
Declaration
public static string WGSLPixelShader
Field Value
| Type | Description |
|---|---|
| string |
WGSLVertexShader
the WGSL vertex shader code.
Declaration
public static string WGSLVertexShader
Field Value
| Type | Description |
|---|---|
| string |