Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGles2CommandBuffer::Command Struct Reference

#include <qrhigles2_p.h>

+ Collaboration diagram for QGles2CommandBuffer::Command:

Classes

union  Args
 

Public Types

enum  Cmd {
  BeginFrame , EndFrame , ResetFrame , Viewport ,
  Scissor , BlendConstants , StencilRef , BindVertexBuffer ,
  BindIndexBuffer , Draw , DrawIndexed , BindGraphicsPipeline ,
  BindShaderResources , BindFramebuffer , Clear , BufferSubData ,
  GetBufferSubData , CopyTex , ReadPixels , SubImage ,
  CompressedImage , CompressedSubImage , BlitFromRenderbuffer , BlitFromTexture ,
  GenMip , BindComputePipeline , Dispatch , BarriersForPass ,
  Barrier , InvalidateFramebuffer
}
 

Public Attributes

Cmd cmd
 
union QGles2CommandBuffer::Command::Args args
 

Detailed Description

Definition at line 311 of file qrhigles2_p.h.

Member Enumeration Documentation

◆ Cmd

Enumerator
BeginFrame 
EndFrame 
ResetFrame 
Viewport 
Scissor 
BlendConstants 
StencilRef 
BindVertexBuffer 
BindIndexBuffer 
Draw 
DrawIndexed 
BindGraphicsPipeline 
BindShaderResources 
BindFramebuffer 
Clear 
BufferSubData 
GetBufferSubData 
CopyTex 
ReadPixels 
SubImage 
CompressedImage 
CompressedSubImage 
BlitFromRenderbuffer 
BlitFromTexture 
GenMip 
BindComputePipeline 
Dispatch 
BarriersForPass 
Barrier 
InvalidateFramebuffer 

Definition at line 312 of file qrhigles2_p.h.

Member Data Documentation

◆ args

◆ cmd


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