8000 Texture3D does not implement write · Issue #2138 · glium/glium · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}
Texture3D does not implement write #2138
Open
@djgaven588

Description

@djgaven588

Hello! I'm working on a project where I use a Texture3D in order to store data.

When looking through the documentation, I noticed that Texture3D did not implement write:
https://docs.rs/glium/latest/glium/texture/texture3d/struct.Texture3d.html

Looking over at Texture2D, it does have this implementation:
https://docs.rs/glium/latest/glium/texture/texture2d/struct.Texture2d.html#method.write

Without write, it seems impossible to be able to write to a texture 3d without creating an entirely new one, which is becoming one of my biggest performance bottlenecks as I use a 128x96x128 3d texture for my game's lighting data.

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

      0