{"id":19333477,"url":"https://github.com/zakarumych/gpu-descriptor","last_synced_at":"2025-04-12T20:45:49.333Z","repository":{"id":37531771,"uuid":"315006890","full_name":"zakarumych/gpu-descriptor","owner":"zakarumych","description":"Backend agnostic descriptor allocator for Vulkan-like APIs","archived":false,"fork":false,"pushed_at":"2024-12-19T12:23:50.000Z","size":48,"stargazers_count":31,"open_issues_count":5,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T12:08:25.251Z","etag":null,"topics":["dx12","gpu","rust","vulkan"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zakarumych.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"zakarum"}},"created_at":"2020-11-22T10:03:27.000Z","updated_at":"2024-12-19T12:23:54.000Z","dependencies_parsed_at":"2023-01-25T14:46:18.637Z","dependency_job_id":"5d24047b-5913-4d4b-8b52-da3a1834a85a","html_url":"https://github.com/zakarumych/gpu-descriptor","commit_stats":{"total_commits":48,"total_committers":7,"mean_commits":6.857142857142857,"dds":"0.16666666666666663","last_synced_commit":"657c0e9df7cfd68ec1fca442363dda5c08161f1b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakarumych%2Fgpu-descriptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakarumych%2Fgpu-descriptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakarumych%2Fgpu-descriptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakarumych%2Fgpu-descriptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakarumych","download_url":"https://codeload.github.com/zakarumych/gpu-descriptor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631692,"owners_count":21136559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dx12","gpu","rust","vulkan"],"created_at":"2024-11-10T02:52:41.602Z","updated_at":"2025-04-12T20:45:49.314Z","avatar_url":"https://github.com/zakarumych.png","language":"Rust","funding_links":["https://patreon.com/zakarum"],"categories":[],"sub_categories":[],"readme":"# gpu-descriptor\n\n[![crates](https://img.shields.io/crates/v/gpu-descriptor.svg?style=for-the-badge\u0026label=gpu-descriptor)](https://crates.io/crates/gpu-descriptor)\n[![docs](https://img.shields.io/badge/docs.rs-gpu--descriptor-66c2a5?style=for-the-badge\u0026labelColor=555555\u0026logoColor=white)](https://docs.rs/gpu-descriptor)\n[![actions](https://img.shields.io/github/workflow/status/zakarumych/gpu-descriptor/badge/master?style=for-the-badge)](https://github.com/zakarumych/gpu-descriptor/actions?query=workflow%3ARust)\n[![MIT/Apache](https://img.shields.io/badge/license-MIT%2FApache-blue.svg?style=for-the-badge)](COPYING)\n![loc](https://img.shields.io/tokei/lines/github/zakarumych/gpu-descriptor?style=for-the-badge)\n\n\nLibrary for Vulkan-like APIs to allocated descriptor sets\nfrom descriptor pools fast, with least overhead and zero fragmentation.\n\nStraightforward usage:\n```rust\nuse gpu_descriptor::DescriptorAllocator;\n\nlet mut allocator = DescriptorAllocator::new(max_update_after_bind_descriptors_in_all_pools); // Limit as dictated by API for selected hardware\n\nlet result = allocator.allocate(\n    device, // Implementation of `gpu_descriptor::DescriptorDevice`. Comes from plugins.\n    layout, // Descriptor set layout recognized by device's type.\n    flags,  // Flags specified when layout was created.\n    layout_descriptor_count, // Descriptors count in the layout.\n    count, // count of sets to allocated.\n);\n```\n\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([license/APACHE](license/APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license ([license/MIT](license/MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contributions\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\n## Support me on Patreon\n\n[![Support me on Patreon](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dzakarum%26type%3Dpatrons\u0026style=for-the-badge)](https://patreon.com/zakarum)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakarumych%2Fgpu-descriptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakarumych%2Fgpu-descriptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakarumych%2Fgpu-descriptor/lists"}