mirror of https://github.com/snes9xgit/snes9x.git
slang: Fix CI build.
This commit is contained in:
parent
6c60368fc4
commit
b383b94c8c
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
struct SlangShader
|
||||
{
|
||||
|
@ -101,4 +102,4 @@ struct SlangShader
|
|||
int ubo_binding;
|
||||
std::vector<Uniform> uniforms;
|
||||
std::vector<Sampler> samplers;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue