aboutsummaryrefslogtreecommitdiff
path: root/src/vulkan/engine_vulkan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/engine_vulkan.h')
-rw-r--r--src/vulkan/engine_vulkan.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vulkan/engine_vulkan.h b/src/vulkan/engine_vulkan.h
index 7dab176..c875e07 100644
--- a/src/vulkan/engine_vulkan.h
+++ b/src/vulkan/engine_vulkan.h
@@ -78,11 +78,6 @@ class EngineVulkan : public Engine {
Result GetVkShaderStageInfo(
amber::Pipeline* pipeline,
std::vector<VkPipelineShaderStageCreateInfo>* out);
- bool IsFormatSupportedByPhysicalDevice(BufferType type,
- VkPhysicalDevice physical_device,
- VkFormat format);
- bool IsDescriptorSetInBounds(VkPhysicalDevice physical_device,
- uint32_t descriptor_set);
Result SetShader(amber::Pipeline* pipeline,
ShaderType type,