Skip to content

[Bug Report] Chapter 9 - Update of scnRender.render() is not fully described #104

@Rusettsten

Description

@Rusettsten

In the book section of Chapter 9, the follow is listed as the update to scnRender.render():

public class Render {
    ...
    public void render(EngCtx engCtx) {
        ...
        scnRender.render(engCtx, vkCtx, cmdBuffer, modelsCache, materialsCache, imageIndex);
        ...
    }
    ...
}

When it should be:

public class Render {
    ...
    public void render(EngCtx engCtx) {
        ...
        scnRender.render(engCtx, vkCtx, cmdBuffer, modelsCache, materialsCache, imageIndex, currentFrame);
        ...
    }
    ...
}

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