noop: Fixed embedded dummy shader.
This commit is contained in:
parent
9b21aa501d
commit
9215db2154
@ -102,7 +102,7 @@
|
||||
BGFX_EMBEDDED_SHADER_ESSL (bgfx::RendererType::OpenGLES, _name) \
|
||||
BGFX_EMBEDDED_SHADER_GLSL (bgfx::RendererType::OpenGL, _name) \
|
||||
BGFX_EMBEDDED_SHADER_SPIRV(bgfx::RendererType::Vulkan, _name) \
|
||||
{ bgfx::RendererType::Noop, (const uint8_t*)"VSH\x4\x0\x0\x0\x0\x0\x0", 10 }, \
|
||||
{ bgfx::RendererType::Noop, (const uint8_t*)"VSH\x5\x0\x0\x0\x0\x0\x0", 10 }, \
|
||||
{ bgfx::RendererType::Count, NULL, 0 } \
|
||||
} \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user