Search Results for

    Show / Hide Table of Contents

    Class RendererAllocation

    Inheritance
    SimpleHeapAllocation
    RendererAllocation
    Inherited Members
    RendererAllocation
    Assembly: FlaxEngine.dll
    File: Engine/Renderer/RendererAllocation.h
    Syntax
    public class RendererAllocation : public SimpleHeapAllocation

    Methods

    Allocate(uintptr size)

    Declaration
    public static FLAXENGINE_API void* Allocate(uintptr size)
    Parameters
    uintptr size

    Returns
    FLAXENGINE_API void

    Free(void* ptr, uintptr size)

    Declaration
    public static FLAXENGINE_API void Free(void* ptr, uintptr size)
    Parameters
    void ptr

    uintptr size

    Returns
    FLAXENGINE_API void

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