Skip to content

Global counter buffer assumes up to 6 slices #8

@sagaceilo

Description

@sagaceilo

It works for cubemaps, but when using with regular texture arrays it should use unbound buffer:

uint counter[];

And CPU must create either worst case buffer size (2K slices for most vendors) or use some sort of dynamic allocation when generating something new with bigger slice count than used so far.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions