MCPcopy Create free account
hub / github.com/crownengine/crown / isDepth

Function isDepth

3rdparty/bimg/src/image.cpp:248–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 bool isDepth(TextureFormat::Enum _format)
249 {
250 return _format > TextureFormat::UnknownDepth
251 && _format < TextureFormat::Count
252 ;
253 }
254
255 bool isValid(TextureFormat::Enum _format)
256 {

Callers 15

initTestTextureFunction · 0.85
isFramebufferFormatValidFunction · 0.85
postResetMethod · 0.85
resolveMethod · 0.85
isFrameBufferValidFunction · 0.85
createFrameBufferFunction · 0.85
initMethod · 0.85
createMethod · 0.85
resolveMethod · 0.85
createAttachmentsMethod · 0.85
initMethod · 0.85
postResetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected