|
Nebula
|
#include <textureview.h>
Public Attributes | |
| Util::StringAtom | name = "" |
| TextureId | tex = InvalidTextureId |
| IndexT | startMip = 0 |
| SizeT | numMips = 1 |
| IndexT | startLayer = 0 |
| SizeT | numLayers = 1 |
| PixelFormat::Code | format = PixelFormat::InvalidPixelFormat |
| ImageBits | bits = ImageBits::ColorBits |
| CoreGraphics::TextureUsage | usage = CoreGraphics::TextureUsage::InvalidTextureUsage |
| CoreGraphics::TextureSwizzle | swizzle = { TextureChannelMapping::None, TextureChannelMapping::None, TextureChannelMapping::None, TextureChannelMapping::None } |
| ImageBits CoreGraphics::TextureViewCreateInfo::bits = ImageBits::ColorBits |
| PixelFormat::Code CoreGraphics::TextureViewCreateInfo::format = PixelFormat::InvalidPixelFormat |
| Util::StringAtom CoreGraphics::TextureViewCreateInfo::name = "" |
| SizeT CoreGraphics::TextureViewCreateInfo::numLayers = 1 |
| SizeT CoreGraphics::TextureViewCreateInfo::numMips = 1 |
| IndexT CoreGraphics::TextureViewCreateInfo::startLayer = 0 |
| IndexT CoreGraphics::TextureViewCreateInfo::startMip = 0 |
| CoreGraphics::TextureSwizzle CoreGraphics::TextureViewCreateInfo::swizzle = { TextureChannelMapping::None, TextureChannelMapping::None, TextureChannelMapping::None, TextureChannelMapping::None } |
| TextureId CoreGraphics::TextureViewCreateInfo::tex = InvalidTextureId |
| CoreGraphics::TextureUsage CoreGraphics::TextureViewCreateInfo::usage = CoreGraphics::TextureUsage::InvalidTextureUsage |