KhronosGroup / KhronosGroup/Vulkan-Tutorial

Unused helper function

Ouverte
#46 1 commentaire 0 réactions 1 personne assignée Réclamée par @SaschaWillems Voir sur GitHub
Langage dominant
C++
Étoiles
418
Forks
126
Merge moyen
11 j 6 h
PR mergées (30 j)
31

Description

I'm still new at Vulkan and followed the tutorial until multisampling. During deph buffering chapter we create a helper function:

bool hasStencilComponent(VkFormat format) {
return format == VK_FORMAT_D32_SFLOAT_S8_UINT || format == VK_FORMAT_D24_UNORM_S8_UINT;
}

But in the source code, it's not used anywhere.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.