mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-13 08:13:34 +00:00
working on vulkan descriptor sets
This commit is contained in:
20
Tests/Vulkan/Pipeline.c
git.filemode.normal_file
20
Tests/Vulkan/Pipeline.c
git.filemode.normal_file
@@ -0,0 +1,20 @@
|
||||
#include "Common.h"
|
||||
|
||||
#include <unity/unity.h>
|
||||
#include <Pulse.h>
|
||||
|
||||
void TestPipelineSetup()
|
||||
{
|
||||
PulseBackend backend;
|
||||
SetupPulse(&backend);
|
||||
PulseDevice device;
|
||||
SetupDevice(backend, &device);
|
||||
|
||||
CleanupDevice(device);
|
||||
CleanupPulse(backend);
|
||||
}
|
||||
|
||||
void TestPipeline()
|
||||
{
|
||||
RUN_TEST(TestPipelineSetup);
|
||||
}
|
||||
Reference in New Issue
Block a user