RT pipeline

This commit is contained in:
Jorijn van der Graaf 2026-01-29 00:45:02 +01:00
commit 7b24f52764
8 changed files with 171 additions and 48 deletions

View file

@ -15,6 +15,8 @@ int main() {
*/
VulkanDevice::CreateDevice();
Raygenspv::CreateShader();
DescriptorLayoutVulkan<Raygenspv>::Init();
PipelineRTVulkan<Raygenspv, Raygenspv>::Init();
DescriptorPool<1, Raygenspv> pool;
pool.setsCount = 1;
pool.BuildPool(0);