QtBase  v6.3.1
Public Member Functions | List of all members
TexturedCubeRenderer Class Reference

#include <texturedcuberenderer.h>

Public Member Functions

void setRhi (QRhi *r)
 
void setSampleCount (int samples)
 
void setTranslation (const QVector3D &v)
 
void initResources (QRhiRenderPassDescriptor *rp)
 
void releaseResources ()
 
void resize (const QSize &pixelSize)
 
void queueResourceUpdates (QRhiResourceUpdateBatch *resourceUpdates)
 
void queueDraw (QRhiCommandBuffer *cb, const QSize &outputSizeInPixels)
 

Detailed Description

Definition at line 56 of file texturedcuberenderer.h.

Member Function Documentation

◆ initResources()

void TexturedCubeRenderer::initResources ( QRhiRenderPassDescriptor rp)

Definition at line 69 of file texturedcuberenderer.cpp.

Here is the call graph for this function:

◆ queueDraw()

void TexturedCubeRenderer::queueDraw ( QRhiCommandBuffer cb,
const QSize outputSizeInPixels 
)

Definition at line 213 of file texturedcuberenderer.cpp.

Here is the call graph for this function:

◆ queueResourceUpdates()

void TexturedCubeRenderer::queueResourceUpdates ( QRhiResourceUpdateBatch resourceUpdates)

Definition at line 173 of file texturedcuberenderer.cpp.

Here is the call graph for this function:

◆ releaseResources()

void TexturedCubeRenderer::releaseResources ( )

Definition at line 152 of file texturedcuberenderer.cpp.

◆ resize()

void TexturedCubeRenderer::resize ( const QSize pixelSize)

Definition at line 145 of file texturedcuberenderer.cpp.

Here is the call graph for this function:

◆ setRhi()

void TexturedCubeRenderer::setRhi ( QRhi r)
inline

Definition at line 59 of file texturedcuberenderer.h.

◆ setSampleCount()

void TexturedCubeRenderer::setSampleCount ( int  samples)
inline

Definition at line 60 of file texturedcuberenderer.h.

◆ setTranslation()

void TexturedCubeRenderer::setTranslation ( const QVector3D v)
inline

Definition at line 61 of file texturedcuberenderer.h.


The documentation for this class was generated from the following files: