#include <gpu_surface_metal_delegate.h>
Public Attributes | |
| int64_t | texture_id |
| GPUMTLTextureHandle | texture |
| GPUMTLDestructionCallback | destruction_callback |
| void * | destruction_context |
Definition at line 30 of file gpu_surface_metal_delegate.h.
| GPUMTLDestructionCallback flutter::GPUMTLTextureInfo::destruction_callback |
Definition at line 33 of file gpu_surface_metal_delegate.h.
Referenced by InferMetalPlatformViewCreationCallback().
| void* flutter::GPUMTLTextureInfo::destruction_context |
Definition at line 34 of file gpu_surface_metal_delegate.h.
Referenced by InferMetalPlatformViewCreationCallback().
| GPUMTLTextureHandle flutter::GPUMTLTextureInfo::texture |
Definition at line 32 of file gpu_surface_metal_delegate.h.
Referenced by InferMetalPlatformViewCreationCallback().
| int64_t flutter::GPUMTLTextureInfo::texture_id |
Definition at line 31 of file gpu_surface_metal_delegate.h.
Referenced by InferMetalPlatformViewCreationCallback().