Adjust whitespace errors

This commit is contained in:
deadwanderer
2025-05-14 07:55:23 -04:00
parent 10a63ac498
commit 30434552a7
+14 -14
View File
@@ -1205,28 +1205,28 @@ FEATURE_DATA_OPTIONS9 :: struct {
WaveMMATier: WAVE_MMA_TIER, WaveMMATier: WAVE_MMA_TIER,
} }
FEATURE_DATA_OPTIONS10 :: struct { FEATURE_DATA_OPTIONS10 :: struct {
VariableRateShadingSumCombinerSupported: BOOL, VariableRateShadingSumCombinerSupported: BOOL,
MeshShaderPerPrimitiveShadingRateSupported: BOOL, MeshShaderPerPrimitiveShadingRateSupported: BOOL,
} }
FEATURE_DATA_OPTIONS11 :: struct { FEATURE_DATA_OPTIONS11 :: struct {
AtomicInt64OnDescriptorHeapResourceSupported: BOOL, AtomicInt64OnDescriptorHeapResourceSupported: BOOL,
} }
TRI_STATE :: enum i32 { TRI_STATE :: enum i32 {
UNKNOWN = -1, UNKNOWN = -1,
FALSE = 0, FALSE = 0,
TRUE = 1 TRUE = 1
} }
FEATURE_DATA_OPTIONS12 :: struct { FEATURE_DATA_OPTIONS12 :: struct {
MSPrimitivesPipelineStatisticIncludesCulledPrimitives: TRI_STATE, MSPrimitivesPipelineStatisticIncludesCulledPrimitives: TRI_STATE,
EnhancedBarriersSupported: BOOL, EnhancedBarriersSupported: BOOL,
RelaxedFormatCastingSupported: BOOL, RelaxedFormatCastingSupported: BOOL,
} }
FEATURE_DATA_OPTIONS13 :: struct { FEATURE_DATA_OPTIONS13 :: struct {
UnrestrictedBufferTextureCopyPitchSupported: BOOL, UnrestrictedBufferTextureCopyPitchSupported: BOOL,
UnrestrictedVertexElementAlignmentSupported: BOOL, UnrestrictedVertexElementAlignmentSupported: BOOL,
InvertedViewportHeightFlipsYSupported: BOOL, InvertedViewportHeightFlipsYSupported: BOOL,
@@ -1235,32 +1235,32 @@ FEATURE_DATA_OPTIONS13 :: struct {
AlphaBlendFactorSupported: BOOL, AlphaBlendFactorSupported: BOOL,
} }
FEATURE_DATA_OPTIONS14 :: struct { FEATURE_DATA_OPTIONS14 :: struct {
AdvancedTextureOpsSupported: BOOL, AdvancedTextureOpsSupported: BOOL,
WriteableMSAATexturesSupported: BOOL, WriteableMSAATexturesSupported: BOOL,
IndependentFrontAndBackStencilRefMaskSupported: BOOL, IndependentFrontAndBackStencilRefMaskSupported: BOOL,
} }
FEATURE_DATA_OPTIONS15 :: struct { FEATURE_DATA_OPTIONS15 :: struct {
TriangleFanSupported: BOOL, TriangleFanSupported: BOOL,
DynamicIndexBufferStripCutSupported: BOOL, DynamicIndexBufferStripCutSupported: BOOL,
} }
FEATURE_DATA_OPTIONS16 :: struct { FEATURE_DATA_OPTIONS16 :: struct {
DynamicDepthBiasSupported: BOOL, DynamicDepthBiasSupported: BOOL,
GPUUploadHeapSupported: BOOL, GPUUploadHeapSupported: BOOL,
} }
FEATURE_DATA_OPTIONS17 :: struct { FEATURE_DATA_OPTIONS17 :: struct {
NonNormalizedCoordinateSamplersSupported: BOOL, NonNormalizedCoordinateSamplersSupported: BOOL,
ManualWriteTrackingResourceSupported: BOOL, ManualWriteTrackingResourceSupported: BOOL,
} }
FEATURE_DATA_OPTIONS18 :: struct { FEATURE_DATA_OPTIONS18 :: struct {
RenderPassesValid: BOOL, RenderPassesValid: BOOL,
} }
FEATURE_DATA_OPTIONS19 :: struct { FEATURE_DATA_OPTIONS19 :: struct {
MismatchingOutputDimensionsSupported: BOOL, MismatchingOutputDimensionsSupported: BOOL,
SupportedSampleCountsWithNoOutputs: u32, SupportedSampleCountsWithNoOutputs: u32,
PointSamplingAddressesNeverRoundUp: BOOL, PointSamplingAddressesNeverRoundUp: BOOL,