Kanzi 4.1.0
kanzi::gfx::UpdateGPUSceneCommand Struct Reference

Updates GPU scene. More...

#include <kanzi/gfx/commands.hpp>

Inheritance diagram for kanzi::gfx::UpdateGPUSceneCommand:
[legend]

Public Member Functions

 UpdateGPUSceneCommand ()
 Constructor.
 
- Public Member Functions inherited from kanzi::gfx::BaseCommand
uint32_t getSize () const
 Gets the command size in bytes.
 
uint8_t getTag () const
 Gets the command tag.
 
CommandType getType () const
 Gets the command type.
 
void setTag (uint8_t tag)
 Sets the command tag.
 

Public Attributes

gfx::GPUSceneCreateInfo createInfo
 GPU scene create info.
 

Additional Inherited Members

- Protected Member Functions inherited from kanzi::gfx::BaseCommand
 BaseCommand (CommandType t, uint32_t s)
 Constructor.
 
 BaseCommand (const BaseCommand &other)
 Copy Constructor.
 
BaseCommandoperator= (const BaseCommand &other)
 Assignment operator.
 

Detailed Description

Updates GPU scene.

Since
Kanzi 4.1.0
Attention
This feature is experimental and is likely to change in future releases.

Constructor & Destructor Documentation

◆ UpdateGPUSceneCommand()

kanzi::gfx::UpdateGPUSceneCommand::UpdateGPUSceneCommand ( )
inline

Constructor.

Member Data Documentation

◆ createInfo

gfx::GPUSceneCreateInfo kanzi::gfx::UpdateGPUSceneCommand::createInfo

GPU scene create info.


The documentation for this struct was generated from the following file: