// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace Win32.Graphics.Dxgi; /// /// DXGI_COMPUTE_PREEMPTION_GRANULARITY public enum ComputePreemptionGranularity : int { /// /// DXGI_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY DmaBufferBoundary = 0, /// /// DXGI_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY DispatchBoundary = 1, /// /// DXGI_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY ThreadGroupBoundary = 2, /// /// DXGI_COMPUTE_PREEMPTION_THREAD_BOUNDARY ThreadBoundary = 3, /// /// DXGI_COMPUTE_PREEMPTION_INSTRUCTION_BOUNDARY InstructionBoundary = 4, }