Flutter Engine
The Flutter Engine
|
#include <VelloComputeSteps.h>
Protected Member Functions | |
VelloFineStepBase (SkSpan< const ComputeStep::ResourceDesc > resources) | |
Protected Member Functions inherited from skgpu::graphite::VelloStep< S > | |
VelloStep (SkSpan< const ResourceDesc > resources) | |
Protected Member Functions inherited from skgpu::graphite::ComputeStep | |
ComputeStep (std::string_view name, WorkgroupSize localDispatchSize, SkSpan< const ResourceDesc > resources, SkSpan< const WorkgroupBufferDesc > workgroupBuffers={}, Flags baseFlags=Flags::kNone) | |
Additional Inherited Members | |
Public Types inherited from skgpu::graphite::ComputeStep | |
enum class | DataFlow { kPrivate , kShared } |
enum class | ResourceType { kUniformBuffer , kStorageBuffer , kReadOnlyStorageBuffer , kIndirectBuffer , kWriteOnlyStorageTexture , kReadOnlyTexture , kSampledTexture } |
enum class | ResourcePolicy { kNone , kClear , kMapped } |
enum class | NativeShaderFormat { kWGSL , kMSL } |
Protected Types inherited from skgpu::graphite::ComputeStep | |
enum class | Flags : uint8_t { kNone = 0b00000 , kSupportsNativeShader = 0b00010 } |
Definition at line 251 of file VelloComputeSteps.h.
|
inlineexplicitprotected |
Definition at line 266 of file VelloComputeSteps.h.
|
inlineoverridevirtual |
Reimplemented from skgpu::graphite::ComputeStep.
Definition at line 254 of file VelloComputeSteps.h.