|
1 | 1 | package com.nucleus.vulkan.structs;
|
2 | 2 |
|
3 |
| -import com.nucleus.vulkan.Vulkan10.SampleCountFlagBits; |
4 |
| - |
5 | 3 | /**
|
6 | 4 | * Agnostic abstraction of DeviceLimits
|
7 | 5 | *
|
@@ -92,16 +90,16 @@ protected DeviceLimits() {
|
92 | 90 | protected int maxFramebufferWidth;
|
93 | 91 | protected int maxFramebufferHeight;
|
94 | 92 | protected int maxFramebufferLayers;
|
95 |
| - protected SampleCountFlagBits framebufferColorSampleCounts; |
96 |
| - protected SampleCountFlagBits framebufferDepthSampleCounts; |
97 |
| - protected SampleCountFlagBits framebufferStencilSampleCounts; |
98 |
| - protected SampleCountFlagBits framebufferNoAttachmentsSampleCounts; |
| 93 | + protected SampleCountFlags framebufferColorSampleCounts; |
| 94 | + protected SampleCountFlags framebufferDepthSampleCounts; |
| 95 | + protected SampleCountFlags framebufferStencilSampleCounts; |
| 96 | + protected SampleCountFlags framebufferNoAttachmentsSampleCounts; |
99 | 97 | protected int maxColorAttachments;
|
100 |
| - protected SampleCountFlagBits sampledImageColorSampleCounts; |
101 |
| - protected SampleCountFlagBits sampledImageIntegerSampleCounts; |
102 |
| - protected SampleCountFlagBits sampledImageDepthSampleCounts; |
103 |
| - protected SampleCountFlagBits sampledImageStencilSampleCounts; |
104 |
| - protected SampleCountFlagBits storageImageSampleCounts; |
| 98 | + protected SampleCountFlags sampledImageColorSampleCounts; |
| 99 | + protected SampleCountFlags sampledImageIntegerSampleCounts; |
| 100 | + protected SampleCountFlags sampledImageDepthSampleCounts; |
| 101 | + protected SampleCountFlags sampledImageStencilSampleCounts; |
| 102 | + protected SampleCountFlags storageImageSampleCounts; |
105 | 103 | protected int maxSampleMaskWords;
|
106 | 104 | protected boolean timestampComputeAndGraphics;
|
107 | 105 | protected float timestampPeriod;
|
|
0 commit comments