{"id":16122750,"url":"https://github.com/hyblocker/spirv-reflect-sharp","last_synced_at":"2026-02-25T14:42:38.811Z","repository":{"id":45907452,"uuid":"355338294","full_name":"hyblocker/spirv-reflect-sharp","owner":"hyblocker","description":"SPIRV-Reflect Bindings for .NET","archived":false,"fork":false,"pushed_at":"2022-07-02T16:37:28.000Z","size":281,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T09:17:11.930Z","etag":null,"topics":["csharp","dotnet","dotnet-standard","spirv","spirv-tools","vulkan","vulkan-sdk","windows"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyblocker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-06T21:48:59.000Z","updated_at":"2024-06-14T06:00:35.000Z","dependencies_parsed_at":"2022-08-26T14:21:11.192Z","dependency_job_id":null,"html_url":"https://github.com/hyblocker/spirv-reflect-sharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyblocker%2Fspirv-reflect-sharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyblocker%2Fspirv-reflect-sharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyblocker%2Fspirv-reflect-sharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyblocker%2Fspirv-reflect-sharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyblocker","download_url":"https://codeload.github.com/hyblocker/spirv-reflect-sharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243925540,"owners_count":20369906,"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":["csharp","dotnet","dotnet-standard","spirv","spirv-tools","vulkan","vulkan-sdk","windows"],"created_at":"2024-10-09T21:13:35.442Z","updated_at":"2026-02-25T14:42:33.772Z","avatar_url":"https://github.com/hyblocker.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SPIRV-Reflect Sharp\n\nSPIRV-Reflect Sharp provides .NET bindings for [SPIRV-Reflect](https://github.com/KhronosGroup/SPIRV-Reflect) to allow generating reflection data for shaders entirely using C#\n\n# Usage\n\n```cs\nbyte[] shaderBytes = File.ReadAllBytes(@\"shader.frag.spv\");\nusing (ShaderModule module = SpirvReflect.ReflectCreateShaderModule(shaderBytes))\n{\n\tvar in_vars = module.EnumerateInputVariables();\n\tvar intf_vars = module.EnumerateInterfaceVariables();\n\tvar push_constants = module.EnumeratePushConstants();\n}\n```\n\n# License\n\nThis project is licensed under the MIT License\n\nSPIRV-Reflect is licensed under the Apache License\n\n# Credits\n\nKhronosGroup for SPIRV-Reflect\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyblocker%2Fspirv-reflect-sharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyblocker%2Fspirv-reflect-sharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyblocker%2Fspirv-reflect-sharp/lists"}