Flutter Engine
The Flutter Engine
|
#include <GrVkImageView.h>
Public Types | |
enum | Type { kColor_Type , kStencil_Type } |
Public Member Functions | |
VkImageView | imageView () const |
Public Member Functions inherited from GrVkManagedResource | |
GrVkManagedResource (const GrVkGpu *gpu) | |
Public Member Functions inherited from GrManagedResource | |
GrManagedResource () | |
virtual | ~GrManagedResource () |
bool | unique () const |
void | ref () const |
void | unref () const |
Static Public Member Functions | |
static sk_sp< const GrVkImageView > | Make (GrVkGpu *gpu, VkImage image, VkFormat format, Type viewType, uint32_t miplevels, const skgpu::VulkanYcbcrConversionInfo &ycbcrInfo) |
Additional Inherited Members | |
Protected Attributes inherited from GrVkManagedResource | |
const GrVkGpu * | fGpu |
Definition at line 19 of file GrVkImageView.h.
enum GrVkImageView::Type |
Enumerator | |
---|---|
kColor_Type | |
kStencil_Type |
Definition at line 21 of file GrVkImageView.h.
|
inline |
Definition at line 33 of file GrVkImageView.h.
|
static |
Definition at line 13 of file GrVkImageView.cpp.