RT pipeline
This commit is contained in:
parent
962cc4b8cb
commit
7b24f52764
8 changed files with 171 additions and 48 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue