Skia
2D Graphics Library
SkMeshSpecification::Attribute Struct Reference

#include <SkMesh.h>

Public Types

enum class  Type : uint32_t {
  kFloat , kFloat2 , kFloat3 , kFloat4 ,
  kUByte4_unorm , kLast = kUByte4_unorm
}
 

Public Attributes

Type type
 
size_t offset
 
SkString name
 

Member Enumeration Documentation

◆ Type

enum SkMeshSpecification::Attribute::Type : uint32_t
strong
Enumerator
kFloat 
kFloat2 
kFloat3 
kFloat4 
kUByte4_unorm 
kLast 

Member Data Documentation

◆ name

SkString SkMeshSpecification::Attribute::name

◆ offset

size_t SkMeshSpecification::Attribute::offset

◆ type

Type SkMeshSpecification::Attribute::type

The documentation for this struct was generated from the following file: