awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesDynamic Uniform Buffers

Memory buffers that support dynamic offsets for efficient data updates in graphics pipelines.

Distinct from Buffer Content Updaters: Distinct from Buffer Content Updaters: focuses on the specific technique of dynamic offset binding for uniform data rather than general buffer updates.

Explore 2 awesome GitHub repositories matching data & databases · Dynamic Uniform Buffers. Refine with filters or upvote what's useful.

Awesome Dynamic Uniform Buffers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • saschawillems/vulkanالصورة الرمزية لـ SaschaWillems

    SaschaWillems/Vulkan

    11,998عرض على GitHub↗

    This project serves as a comprehensive educational framework and reference library for mastering high-performance graphics programming and parallel compute resource management. It provides a collection of practical implementations designed to demonstrate the explicit control required by the Vulkan API, covering the fundamental mechanics of modern graphics pipelines and cross-platform hardware interaction. The repository distinguishes itself by focusing on the low-level architectural requirements of modern GPU development, including manual memory allocation, multi-threaded command recording, a

    Consolidates multiple uniform blocks into a single buffer using dynamic offsets to reduce descriptor set overhead.

    GLSLglslhlslslang
    عرض على GitHub↗11,998
  • overv/vulkantutorialالصورة الرمزية لـ Overv

    Overv/VulkanTutorial

    3,675عرض على GitHub↗

    VulkanTutorial is a comprehensive educational guide and instructional resource for implementing low-level rendering and compute pipelines using the Vulkan API. It serves as a GPU programming course and a step-by-step guide for building high-performance graphics applications from scratch. The project provides detailed instruction on the full graphics pipeline, including the compilation of shaders to SPIR-V bytecode, the configuration of rasterization states, and the implementation of 3D graphics pipelines. It also covers general-purpose GPU compute programming, focusing on the execution of par

    Utilizes memory buffers with dynamic offsets for efficient global data updates in the graphics pipeline.

    C++computer-graphicscppgraphics-programming
    عرض على GitHub↗3,675
  1. Home
  2. Data & Databases
  3. Data Buffering
  4. GPU Buffer Allocators
  5. Buffer Content Updaters
  6. Dynamic Uniform Buffers