Search Results for

    Show / Hide Table of Contents

    Class ComputeShaderPermutation

    Inheritance
    ComputeShaderPermutation
    Assembly: FlaxEngine.dll
    File: Engine/Graphics/GPUPipelineStatePermutations.h
    Syntax
    public class ComputeShaderPermutation<Size>
    Type Parameters
    Size

    Constructors

    ~ComputeShaderPermutation()

    Declaration
    public ~ComputeShaderPermutation()

    ComputeShaderPermutation()

    Declaration
    public ComputeShaderPermutation()

    Fields

    Shaders

    Declaration
    public GPUShaderProgramCS* Shaders[Size]
    Field Value
    GPUShaderProgramCS

    Methods

    Clear()

    Declaration
    public void Clear()

    Get(const int index)

    Declaration
    public GPUShaderProgramCS* Get(const int index) const
    Parameters
    int index

    Returns
    GPUShaderProgramCS

    Get(GPUShader* shader, const StringAnsiView& name)

    Declaration
    public void Get(GPUShader* shader, const StringAnsiView& name)
    Parameters
    GPUShader shader

    StringAnsiView name

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat