EntropyEngine::Networking::NetworkSession::TextureMetadataData
EntropyEngine::Networking::NetworkSession::TextureMetadataData
Section titled “EntropyEngine::Networking::NetworkSession::TextureMetadataData”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| uint32_t | width |
| uint8_t | textureType |
| std::string | sourceFile |
| uint32_t | mipLevels |
| uint32_t | height |
| bool | generateMips |
| uint8_t | format |
| uint32_t | depth |
| uint8_t | colorSpace |
| uint32_t | arrayLayers |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable width
Section titled “variable width”uint32_t width = 0;variable textureType
Section titled “variable textureType”uint8_t textureType = 1;variable sourceFile
Section titled “variable sourceFile”std::string sourceFile;variable mipLevels
Section titled “variable mipLevels”uint32_t mipLevels = 1;variable height
Section titled “variable height”uint32_t height = 0;variable generateMips
Section titled “variable generateMips”bool generateMips = false;variable format
Section titled “variable format”uint8_t format = 3;variable depth
Section titled “variable depth”uint32_t depth = 1;variable colorSpace
Section titled “variable colorSpace”uint8_t colorSpace = 1;variable arrayLayers
Section titled “variable arrayLayers”uint32_t arrayLayers = 1;Updated on 2026-01-26 at 17:14:35 -0500