Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PhosphorShaders::UboUploadRegion Struct Reference

A contiguous byte range inside the UBO to (re)upload via QRhiResourceUpdateBatch::updateDynamicBuffer. More...

#include <phosphor-shaders/include/PhosphorShaders/IUboProfile.h>

Public Attributes

int offset = 0
 
int size = 0
 

Detailed Description

A contiguous byte range inside the UBO to (re)upload via QRhiResourceUpdateBatch::updateDynamicBuffer.

Offsets/sizes are in bytes relative to the start of the UBO's base region (offset 0).

Member Data Documentation

◆ offset

int PhosphorShaders::UboUploadRegion::offset = 0

◆ size

int PhosphorShaders::UboUploadRegion::size = 0

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