Skip to main content

Module header_generated

Module header_generated 

Source

Structs§

Appearance
AppearanceArgs
AppearanceBuilder
AttributeIndex
Column
ColumnArgs
ColumnBuilder
ColumnType
DoubleVertex
GeographicalExtent
Header
HeaderArgs
HeaderBuilder
Material
MaterialArgs
MaterialBuilder
ReferenceSystem
ReferenceSystemArgs
ReferenceSystemBuilder
Texture
TextureArgs
TextureBuilder
TextureFormat
TextureType
Transform
Vec2
Vector
WrapMode

Enums§

AppearanceOffset
ColumnOffset
HeaderOffset
MaterialOffset
ReferenceSystemOffset
TextureOffset

Constants§

ENUM_MAX_COLUMN_TYPEDeprecated
ENUM_MAX_TEXTURE_FORMATDeprecated
ENUM_MAX_TEXTURE_TYPEDeprecated
ENUM_MAX_WRAP_MODEDeprecated
ENUM_MIN_COLUMN_TYPEDeprecated
ENUM_MIN_TEXTURE_FORMATDeprecated
ENUM_MIN_TEXTURE_TYPEDeprecated
ENUM_MIN_WRAP_MODEDeprecated
ENUM_VALUES_COLUMN_TYPEDeprecated
ENUM_VALUES_TEXTURE_FORMATDeprecated
ENUM_VALUES_TEXTURE_TYPEDeprecated
ENUM_VALUES_WRAP_MODEDeprecated

Functions§

finish_header_buffer
finish_size_prefixed_header_buffer
root_as_header
Verifies that a buffer of bytes contains a Header and returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior use root_as_header_unchecked.
root_as_header_unchecked
Assumes, without verification, that a buffer of bytes contains a Header and returns it.
root_as_header_with_opts
Verifies, with the given options, that a buffer of bytes contains a Header and returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior use root_as_header_unchecked.
size_prefixed_root_as_header
Verifies that a buffer of bytes contains a size prefixed Header and returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior use size_prefixed_root_as_header_unchecked.
size_prefixed_root_as_header_unchecked
Assumes, without verification, that a buffer of bytes contains a size prefixed Header and returns it.
size_prefixed_root_as_header_with_opts
Verifies, with the given verifier options, that a buffer of bytes contains a size prefixed Header and returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior use root_as_header_unchecked.