Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
DawnErrorChecker.h File Reference
#include "src/base/SkEnumBitMask.h"
#include "src/gpu/graphite/dawn/DawnAsyncWait.h"
#include "webgpu/webgpu_cpp.h"

Go to the source code of this file.

Classes

class  skgpu::graphite::DawnErrorChecker
 

Namespaces

namespace  skgpu
 
namespace  skgpu::graphite
 

Enumerations

enum class  skgpu::graphite::DawnErrorType : uint32_t { skgpu::graphite::kNoError = 0b00000000 , skgpu::graphite::kValidation = 0b00000001 , skgpu::graphite::kOutOfMemory = 0b00000010 , skgpu::graphite::kInternal = 0b00000100 }
 

Functions

 skgpu::graphite::SK_MAKE_BITMASK_OPS (DawnErrorType)