MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / Format

Method Format

Source/Engine/StratusTexture.cpp:528–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526
527 TextureType Texture::Type() const { return impl_->type(); }
528 TextureComponentFormat Texture::Format() const { return impl_->format(); }
529 TextureHandle Texture::Handle() const { return impl_->handle(); }
530
531 GpuTextureHandle Texture::GpuHandle() const { return impl_->GpuHandle(); }

Callers 1

setAttachmentsMethod · 0.80

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected