#include <kanzi/core/cpp/vector.hpp>#include <kanzi/interop/interop_api.hpp>#include <kanzi/interop/core.ui/bitmap/bitmap_image.hpp>Classes | |
| struct | kanzi::interop::TextureCreateInfo |
| Struct which contains all the parameters that are needed for texture creation. More... | |
Namespaces | |
| kanzi | |
| Easing functions that require external dependencies for calculation. | |
| kanzi::interop | |
Functions | |
| KANZI_INTEROP_API unsigned int | kanzi::interop::GPUResource_getGPUMemoryUsage (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API bool | kanzi::interop::GPUResource_isDeployed (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API unsigned int | kanzi::interop::Surface_getFaceCount (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API GraphicsFormat | kanzi::interop::Surface_getFormat (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API unsigned int | kanzi::interop::Surface_getHeight (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API unsigned int | kanzi::interop::Surface_getMipmapLevelCount (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API unsigned int | kanzi::interop::Surface_getRenderTargetSampleCount (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API unsigned int | kanzi::interop::Surface_getSliceCount (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API unsigned int | kanzi::interop::Surface_getWidth (ObjectWrapper *wrapper) |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::Texture_create (Context *context, TextureCreateInfo *createInfo, string_view name) |