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
QD3D11CommandBuffer::Command Struct Reference

#include <qrhid3d11_p.h>

+ Collaboration diagram for QD3D11CommandBuffer::Command:

Classes

union  Args
 

Public Types

enum  Cmd {
  BeginFrame , EndFrame , ResetShaderResources , SetRenderTarget ,
  Clear , Viewport , Scissor , BindVertexBuffers ,
  BindIndexBuffer , BindGraphicsPipeline , BindShaderResources , StencilRef ,
  BlendConstants , Draw , DrawIndexed , UpdateSubRes ,
  CopySubRes , ResolveSubRes , GenMip , DebugMarkBegin ,
  DebugMarkEnd , DebugMarkMsg , BindComputePipeline , Dispatch
}
 
enum  ClearFlag { Color = 1 , Depth = 2 , Stencil = 4 }
 

Public Attributes

Cmd cmd
 
union QD3D11CommandBuffer::Command::Args args
 

Detailed Description

Definition at line 357 of file qrhid3d11_p.h.

Member Enumeration Documentation

◆ ClearFlag

Enumerator
Color 
Depth 
Stencil 

Definition at line 384 of file qrhid3d11_p.h.

◆ Cmd

Enumerator
BeginFrame 
EndFrame 
ResetShaderResources 
SetRenderTarget 
Clear 
Viewport 
Scissor 
BindVertexBuffers 
BindIndexBuffer 
BindGraphicsPipeline 
BindShaderResources 
StencilRef 
BlendConstants 
Draw 
DrawIndexed 
UpdateSubRes 
CopySubRes 
ResolveSubRes 
GenMip 
DebugMarkBegin 
DebugMarkEnd 
DebugMarkMsg 
BindComputePipeline 
Dispatch 

Definition at line 358 of file qrhid3d11_p.h.

Member Data Documentation

◆ args

◆ cmd


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