|
MythTV master
|
#include <QString>#include "libmythui/vulkan/mythcombobuffervulkan.h"#include "libmythui/vulkan/mythshadervulkan.h"Go to the source code of this file.
Macros | |
| #define | DefaultVertex450 (VK_SHADER_STAGE_VERTEX_BIT | (1 << 6)) |
| #define | DefaultFragment450 (VK_SHADER_STAGE_FRAGMENT_BIT | (1 << 7)) |
Variables | |
| static const MythBindingMap | k450ShaderBindings |
| static const MythShaderMap | k450DefaultShaders |
| #define DefaultFragment450 (VK_SHADER_STAGE_FRAGMENT_BIT | (1 << 7)) |
Definition at line 24 of file mythshadersvulkan.h.
| #define DefaultVertex450 (VK_SHADER_STAGE_VERTEX_BIT | (1 << 6)) |
Definition at line 23 of file mythshadersvulkan.h.
|
static |
Definition at line 43 of file mythshadersvulkan.h.
Referenced by MythShaderVulkan::MythShaderVulkan().
|
static |
Definition at line 26 of file mythshadersvulkan.h.
Referenced by MythShaderVulkan::MythShaderVulkan().