Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
SkMeshGanesh.h File Reference
#include "include/core/SkMesh.h"
#include "include/core/SkRefCnt.h"
#include "include/private/base/SkAPI.h"
#include <cstddef>

Go to the source code of this file.

Namespaces

namespace  SkMeshes
 

Functions

SK_API sk_sp< SkMesh::IndexBufferSkMeshes::MakeIndexBuffer (GrDirectContext *, const void *data, size_t size)
 
SK_API sk_sp< SkMesh::IndexBufferSkMeshes::CopyIndexBuffer (GrDirectContext *, sk_sp< SkMesh::IndexBuffer >)
 
SK_API sk_sp< SkMesh::VertexBufferSkMeshes::MakeVertexBuffer (GrDirectContext *, const void *, size_t size)
 
SK_API sk_sp< SkMesh::VertexBufferSkMeshes::CopyVertexBuffer (GrDirectContext *, sk_sp< SkMesh::VertexBuffer >)