MCPcopy Create free account
hub / github.com/defold/defold / IsTextureType3D

Function IsTextureType3D

engine/graphics/src/graphics.h:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 }
624
625 static inline bool IsTextureType3D(TextureType type)
626 {
627 return type == TEXTURE_TYPE_3D || type == TEXTURE_TYPE_IMAGE_3D;
628 }
629
630 static inline uint32_t GetLayerCount(TextureType type)
631 {

Callers 5

SetTextureFunction · 0.85
NullNewTextureFunction · 0.85
VulkanSetTextureInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected