This commit is contained in:
Jorijn van der Graaf 2025-05-06 12:39:11 +02:00
commit fe5404f6e7
3 changed files with 54 additions and 9 deletions

View file

@ -33,7 +33,7 @@ namespace Crafter {
}
};
export template <typename MeshShader, typename FragmentShader>
export template <typename MeshShader, typename FragmentShader, typename bruh>
class VulkanPipeline {
private:
consteval static std::uint32_t GetUniqueDiscriptorCount() {