Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
png_unknown_chunk_t Struct Reference

#include <png.h>

Public Attributes

png_byte name [PNG_CHUNK_NAME_LENGTH]
 
png_bytedata
 
png_size_t size
 
png_byte location
 

Detailed Description

Definition at line 557 of file png.h.

Member Data Documentation

◆ data

png_byte* png_unknown_chunk_t::data

Definition at line 560 of file png.h.

◆ location

png_byte png_unknown_chunk_t::location

Definition at line 564 of file png.h.

◆ name

png_byte png_unknown_chunk_t::name[PNG_CHUNK_NAME_LENGTH]

Definition at line 559 of file png.h.

◆ size

png_size_t png_unknown_chunk_t::size

Definition at line 561 of file png.h.


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