Search Results for

    Show / Hide Table of Contents

    Namespace ShadersCompilation Module

    ShaderProcessing

    Classes

    VertexShaderMeta

    Vertex shader function meta

    ShadersCompilation

    Shaders compilation service allows to compile shader source code for a desire platform. Supports multi-threading.

    ShaderMeta

    Shader source metadata

    ShaderFunctionMeta

    Shader function metadata

    ShaderCompilerVulkan

    Implementation of shaders compiler for Vulkan rendering backend.

    ShaderCompilerDX

    Implementation of shaders compiler for DirectX platform using https://github.com/microsoft/DirectXShaderCompiler.

    ShaderCompilerD3D

    Implementation of shaders compiler for DirectX platform using D3DCompiler.

    ShaderCompiler

    Base class for the objects that can compile shaders source code.

    ShaderCompilationContext

    Shader compilation context container

    PixelShaderMeta

    Pixel shader function meta

    HullShaderMeta

    Hull (or tessellation control) shader function meta

    GeometryShaderMeta

    Geometry shader function meta

    DomainShaderMeta

    Domain (or tessellation evaluation) shader function meta

    ComputeShaderMeta

    Compute shader function meta

    Structs

    ShaderPermutationEntry

    ShaderPermutation

    ShaderCompilationOptions

    Shader compilation options container

    ConstantBufferMeta

    Constant buffer meta

    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat