Castor3D 0.16.0
Multiplatform 3D engine
Classes | Types publics | Fonctions membres publiques | Attributs publics statiques | Liste de tous les membres
Référence de la classe castor3d::FontGlyphBuffer

#include <FontGlyphBuffer.hpp>

Classes

struct  FontGlyphData
 

Types publics

using FontGlyphsData = castor::ArrayView< FontGlyphData >
 

Fonctions membres publiques

C3D_API FontGlyphBuffer (Engine &engine, RenderDevice const &device, FontTexture const &texture, uint32_t count)
 Constructeur.
 
C3D_API void add (castor::Glyph const &glyph)
 Ajoute une glyphe au tampon.
 
C3D_API void update (UploadData &uploader)
 Met à jour le tampon.
 
C3D_API VkDescriptorSetLayoutBinding createLayoutBinding (uint32_t binding, VkShaderStageFlags stages=(VK_SHADER_STAGE_FRAGMENT_BIT|VK_SHADER_STAGE_GEOMETRY_BIT|VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT|VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT|VK_SHADER_STAGE_VERTEX_BIT)) const
 Crée une attache de layout de set de descripteurs.
 
C3D_API ashes::WriteDescriptorSet getBinding (uint32_t binding) const
 Crée le descriptor write pour ce tampon.
 
C3D_API void createBinding (ashes::DescriptorSet &descriptorSet, VkDescriptorSetLayoutBinding const &binding) const
 Crée une attache de set de descripteurs au point donné.
 
uint8_t * getPtr ()
 
ashes::BufferBase const & getBuffer () const
 
void setMaxHeight (uint32_t value)
 
void setImgWidth (uint32_t value)
 
void setImgHeight (uint32_t value)
 

Attributs publics statiques

static uint32_t constexpr DataSize = uint32_t( sizeof( FontGlyphData ) )
 

Documentation des définitions de type membres

◆ FontGlyphsData

Documentation des constructeurs et destructeur

◆ FontGlyphBuffer()

C3D_API castor3d::FontGlyphBuffer::FontGlyphBuffer ( Engine & engine,
RenderDevice const & device,
FontTexture const & texture,
uint32_t count )

Constructeur.

Paramètres
[in]engineLe moteur.
[in]deviceLe device GPU.
[in]textureLa texture de font parente.
[in]countLe nombre maximal de configurations.

Documentation des fonctions membres

◆ add()

C3D_API void castor3d::FontGlyphBuffer::add ( castor::Glyph const & glyph)

Ajoute une glyphe au tampon.

Paramètres
[in]glyphLa glyphe.

◆ createBinding()

C3D_API void castor3d::FontGlyphBuffer::createBinding ( ashes::DescriptorSet & descriptorSet,
VkDescriptorSetLayoutBinding const & binding ) const

Crée une attache de set de descripteurs au point donné.

Paramètres
[in]descriptorSetLe set de descripteurs recevant l'attache.
[in]bindingL'attache de layout de set de descripteurs.

◆ createLayoutBinding()

C3D_API VkDescriptorSetLayoutBinding castor3d::FontGlyphBuffer::createLayoutBinding ( uint32_t binding,
VkShaderStageFlags stages = (VK_SHADER_STAGE_FRAGMENT_BIT|VK_SHADER_STAGE_GEOMETRY_BIT|VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT|VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT|VK_SHADER_STAGE_VERTEX_BIT) ) const

Crée une attache de layout de set de descripteurs.

◆ getBinding()

C3D_API ashes::WriteDescriptorSet castor3d::FontGlyphBuffer::getBinding ( uint32_t binding) const

Crée le descriptor write pour ce tampon.

◆ getBuffer()

ashes::BufferBase const & castor3d::FontGlyphBuffer::getBuffer ( ) const
inline

Références castor3d::ShaderBuffer::getBuffer().

Voici le graphe d'appel pour cette fonction :

◆ getPtr()

uint8_t * castor3d::FontGlyphBuffer::getPtr ( )
inline

Références castor3d::ShaderBuffer::getPtr().

Voici le graphe d'appel pour cette fonction :

◆ setImgHeight()

void castor3d::FontGlyphBuffer::setImgHeight ( uint32_t value)
inline

Références castor3d::ShaderBuffer::setFourthCount().

Voici le graphe d'appel pour cette fonction :

◆ setImgWidth()

void castor3d::FontGlyphBuffer::setImgWidth ( uint32_t value)
inline

Références castor3d::ShaderBuffer::setThirdCount().

Voici le graphe d'appel pour cette fonction :

◆ setMaxHeight()

void castor3d::FontGlyphBuffer::setMaxHeight ( uint32_t value)
inline

Références castor3d::ShaderBuffer::setSecondCount().

Voici le graphe d'appel pour cette fonction :

◆ update()

C3D_API void castor3d::FontGlyphBuffer::update ( UploadData & uploader)

Met à jour le tampon.

Documentation des données membres

◆ DataSize

uint32_t constexpr castor3d::FontGlyphBuffer::DataSize = uint32_t( sizeof( FontGlyphData ) )
staticconstexpr

La documentation de cette classe a été générée à partir du fichier suivant :