|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Represents channel information from an EXR file header. More...
#include <ExrLoader.h>
Public Attributes | |
| std::string | name |
| int | pixel_type |
| < Channel name (e.g., "R", "G", "B", "A") std::string name; | |
| int | x_sampling |
| < Pixel type (TINYEXR_PIXELTYPE_HALF, FLOAT, etc.) int pixel_type; | |
| int | y_sampling |
| < Sampling rate in X direction int x_sampling; | |
| unsigned char | p_linear |
| < Sampling rate in Y direction int y_sampling; | |
Represents channel information from an EXR file header.
Definition at line 15 of file ExrLoader.h.
| std::string EngineCore::ExrChannelInfo::name |
Definition at line 16 of file ExrLoader.h.
Referenced by EngineCore::ExrHeader::ExrHeader().
| unsigned char EngineCore::ExrChannelInfo::p_linear |
< Sampling rate in Y direction int y_sampling;
int y_sampling; *
Definition at line 28 of file ExrLoader.h.
Referenced by EngineCore::ExrHeader::ExrHeader().
| int EngineCore::ExrChannelInfo::pixel_type |
< Channel name (e.g., "R", "G", "B", "A") std::string name;
std::string name; *
Definition at line 19 of file ExrLoader.h.
Referenced by EngineCore::ExrHeader::ExrHeader().
| int EngineCore::ExrChannelInfo::x_sampling |
< Pixel type (TINYEXR_PIXELTYPE_HALF, FLOAT, etc.) int pixel_type;
int pixel_type; *
Definition at line 22 of file ExrLoader.h.
Referenced by EngineCore::ExrHeader::ExrHeader().
| int EngineCore::ExrChannelInfo::y_sampling |
< Sampling rate in X direction int x_sampling;
int x_sampling; *
Definition at line 25 of file ExrLoader.h.
Referenced by EngineCore::ExrHeader::ExrHeader().