Skip to content

Chapter 1: Vulkan Init Code - member _FrameNumber not mentioned anywhere in modern guide. #143

@Fabxx

Description

@Fabxx

in VulkanEngine class:

FrameData _frames[FRAME_OVERLAP];
FrameData& get_current_frame() { return _frames[_frameNumber % FRAME_OVERLAP]; };

probably it's mentioned in the legacy guide somewhere, but in the modern guide there is no declaration of this member in the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions