mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Generator: Improve more naming conventions.
This commit is contained in:
@@ -507,6 +507,98 @@ public static class Program
|
||||
"InvalidMipLevel",
|
||||
"ColorMatrix",
|
||||
"StencilOp",
|
||||
"InvalidPlaneSlice",
|
||||
"InvalidVideoPlaneSlice",
|
||||
"InvalidSlotClassChange",
|
||||
"StepRateSlotClassMismatch",
|
||||
"InvalidStepRateChange",
|
||||
"InvalidAlignment",
|
||||
"DuplicateSemantic",
|
||||
"UnparseableInputSignature",
|
||||
"NullSemantic",
|
||||
"MissingElement",
|
||||
"OutputStreamStrideUnused",
|
||||
"OutputSlot0Expected",
|
||||
"EmptyRect",
|
||||
"InvalidArgs",
|
||||
"CreateDevice",
|
||||
"CommandQueue",
|
||||
"CommandAllocator",
|
||||
"PipelineState",
|
||||
"CommandList12",
|
||||
"DescriptorHeap",
|
||||
"RootSignature",
|
||||
"MonitoredFence",
|
||||
"QueryHeap",
|
||||
"CommandSignature",
|
||||
"CreateShader",
|
||||
"CreateHeap",
|
||||
"InvalidBytecode",
|
||||
"UnrecognizedHeapType",
|
||||
"UnrecognizedCPUPageProperties",
|
||||
"UnrecognizedMemoryPool",
|
||||
"InvalidProperties",
|
||||
"CreateResourceAndHeap",
|
||||
"NullHeapProperties",
|
||||
"InvalidHeapProperties",
|
||||
"UnrecognizedHeapMiscFlags",
|
||||
"InvalidHeapMiscFlags",
|
||||
"GetCustomHeapProperties",
|
||||
"InvalidHeapType",
|
||||
"UnorderedAccess",
|
||||
"CreateGraphicsPipelineState",
|
||||
"MinPrecision",
|
||||
"MakeResident",
|
||||
"NullObjectArray",
|
||||
"GetResourceAllocationInfo",
|
||||
"InvalidDimensionality",
|
||||
"InvalidSampleDesc",
|
||||
"GetCopyableFootprints",
|
||||
"InvalidSubresourceRange",
|
||||
"InvalidBaseOffset",
|
||||
"GetCopyableLayout",
|
||||
"CreateCommandSignature",
|
||||
"GetGPUVirtualAddress",
|
||||
"InvalidClearValue",
|
||||
"InvalidClearValueFormat",
|
||||
"UnrecognizedClearValueFormat",
|
||||
"ClearValueDenormFlush",
|
||||
"MismatchingClearValue",
|
||||
"InvalidHeap",
|
||||
"InvalidRange",
|
||||
"BundleNotSupported",
|
||||
"ExecuteCommandLists",
|
||||
"CommandListMismatch",
|
||||
"OpenCommandList",
|
||||
"FailedCommandList",
|
||||
"NullDst",
|
||||
"NullSrc",
|
||||
"InvalidSrcResourceDimension",
|
||||
"InvalidDstResourceDimension",
|
||||
"SrcRangeOutOfBounds",
|
||||
"DstRangeOutOfBounds",
|
||||
"InvalidCopyFlags",
|
||||
"UnrecognizedDstType",
|
||||
"InvalidDstResource",
|
||||
"InvalidDstSubresource",
|
||||
"InvalidDstOffset",
|
||||
"UnrecognizedDstOffset",
|
||||
"InvalidDstFormat",
|
||||
"FormatMismatch",
|
||||
"EmptyBox",
|
||||
"CreateComputePipelineState",
|
||||
"CreatePipelineState",
|
||||
"InvalidCachedBlob",
|
||||
"InvalidBox",
|
||||
"CachedBlobDriverVersionMismatch",
|
||||
"CachedBlobDescMismatch",
|
||||
"CachedBlobIgnored",
|
||||
"WriteToSubresource",
|
||||
"ReadFromSubresource",
|
||||
"WrongSwapchainBufferReference",
|
||||
"InvalidNumRenderTargets",
|
||||
"SetRenderTargets",
|
||||
"CreateSharedResource",
|
||||
};
|
||||
|
||||
private static readonly HashSet<string> s_preserveCaps = new(StringComparer.OrdinalIgnoreCase)
|
||||
|
||||
Reference in New Issue
Block a user