Cogs.Core
Public Attributes | List of all members
Cogs::Core::MeshRayPickableBase::TextureCoordinateInfo Struct Reference

Public Attributes

const uint8_t * ptr = nullptr
 
Cogs::DataFormat format = Cogs::DataFormat::Unknown
 
uint32_t idOffset = 0
 
uint32_t stride = 0
 
uint32_t count = 0
 
bool hasIdOffset = false
 

Detailed Description

Definition at line 207 of file RayPick.h.

Member Data Documentation

◆ count

uint32_t Cogs::Core::MeshRayPickableBase::TextureCoordinateInfo::count = 0

Definition at line 212 of file RayPick.h.

◆ format

Cogs::DataFormat Cogs::Core::MeshRayPickableBase::TextureCoordinateInfo::format = Cogs::DataFormat::Unknown

Definition at line 209 of file RayPick.h.

◆ hasIdOffset

bool Cogs::Core::MeshRayPickableBase::TextureCoordinateInfo::hasIdOffset = false

Definition at line 213 of file RayPick.h.

◆ idOffset

uint32_t Cogs::Core::MeshRayPickableBase::TextureCoordinateInfo::idOffset = 0

Definition at line 210 of file RayPick.h.

◆ ptr

const uint8_t* Cogs::Core::MeshRayPickableBase::TextureCoordinateInfo::ptr = nullptr

Definition at line 208 of file RayPick.h.

◆ stride

uint32_t Cogs::Core::MeshRayPickableBase::TextureCoordinateInfo::stride = 0

Definition at line 211 of file RayPick.h.


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