This commit is contained in:
Matthew 2025-11-06 08:04:21 +11:00
parent 528e4865c9
commit 2a0ed55aba

View File

@ -340,7 +340,6 @@ alias SI = StepInitialized;
enum DescType : VkDescriptorType
{
None = u32.max,
Sampler = VK_DESCRIPTOR_TYPE_SAMPLER,
CombinedSampler = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
Image = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,