Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 315 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 316 of file qrhigles2_p.h.

Member Data Documentation

◆ args

◆ cmd


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