awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesTexture Subdata Updates

Operations for modifying portions of an existing texture in-place, including resizing and querying format and filtering settings.

Distinct from Texture Management Systems: Distinct from Texture Management Systems: focuses on in-place subdata updates and format queries rather than full lifecycle loading and binding.

Explore 1 awesome GitHub repository matching graphics & multimedia · Texture Subdata Updates. Refine with filters or upvote what's useful.

Awesome Texture Subdata Updates GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • regl-project/reglAvatar von regl-project

    regl-project/regl

    5,528Auf GitHub ansehen↗

    regl is a declarative WebGL library that manages graphics state and GPU resources through functional commands instead of manual binding and state tracking. It provides a command-based drawing abstraction where shaders, attributes, and render state are encapsulated into reusable, compiled functions that can be executed efficiently. What sets regl apart is its scoped state inheritance system, which allows nested drawing commands to inherit and override render state from parent scopes for organized rendering. The library automatically recovers from GPU context loss by restoring buffer and textur

    Regl updates existing textures with in-place subimage data, resizes them, and queries their format and filtering settings.

    JavaScriptjavascriptreglwebgl
    Auf GitHub ansehen↗5,528
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Texture Management Systems
  5. Texture Subdata Updates