![]() |
ezEngine
Release 25.03
|
This is the complete list of members for ezGALCommandEncoderCommonPlatformInterface, including all inherited members.
BeginComputePlatform()=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
BeginOcclusionQueryPlatform(ezEnum< ezGALQueryType > type)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
BeginRenderingPlatform(const ezGALRenderingSetup &renderingSetup)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
ClearPlatform(const ezColor &clearColor, ezUInt32 uiRenderTargetClearMask, bool bClearDepth, bool bClearStencil, float fDepthClear, ezUInt8 uiStencilClear)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
ClearUnorderedAccessViewPlatform(const ezGALTextureUnorderedAccessView *pUnorderedAccessView, ezVec4 vClearValues)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
ClearUnorderedAccessViewPlatform(const ezGALTextureUnorderedAccessView *pUnorderedAccessView, ezVec4U32 vClearValues)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
ClearUnorderedAccessViewPlatform(const ezGALBufferUnorderedAccessView *pUnorderedAccessView, ezVec4 vClearValues)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
ClearUnorderedAccessViewPlatform(const ezGALBufferUnorderedAccessView *pUnorderedAccessView, ezVec4U32 vClearValues)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
CopyBufferPlatform(const ezGALBuffer *pDestination, const ezGALBuffer *pSource)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
CopyBufferRegionPlatform(const ezGALBuffer *pDestination, ezUInt32 uiDestOffset, const ezGALBuffer *pSource, ezUInt32 uiSourceOffset, ezUInt32 uiByteCount)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
CopyTexturePlatform(const ezGALTexture *pDestination, const ezGALTexture *pSource)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
CopyTextureRegionPlatform(const ezGALTexture *pDestination, const ezGALTextureSubresource &destinationSubResource, const ezVec3U32 &vDestinationPoint, const ezGALTexture *pSource, const ezGALTextureSubresource &sourceSubResource, const ezBoundingBoxu32 &box)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
DispatchIndirectPlatform(const ezGALBuffer *pIndirectArgumentBuffer, ezUInt32 uiArgumentOffsetInBytes)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
DispatchPlatform(ezUInt32 uiThreadGroupCountX, ezUInt32 uiThreadGroupCountY, ezUInt32 uiThreadGroupCountZ)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
DrawIndexedInstancedIndirectPlatform(const ezGALBuffer *pIndirectArgumentBuffer, ezUInt32 uiArgumentOffsetInBytes)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
DrawIndexedInstancedPlatform(ezUInt32 uiIndexCountPerInstance, ezUInt32 uiInstanceCount, ezUInt32 uiStartIndex)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
DrawIndexedPlatform(ezUInt32 uiIndexCount, ezUInt32 uiStartIndex)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
DrawInstancedIndirectPlatform(const ezGALBuffer *pIndirectArgumentBuffer, ezUInt32 uiArgumentOffsetInBytes)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
DrawInstancedPlatform(ezUInt32 uiVertexCountPerInstance, ezUInt32 uiInstanceCount, ezUInt32 uiStartVertex)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
DrawPlatform(ezUInt32 uiVertexCount, ezUInt32 uiStartVertex)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
EndComputePlatform()=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
EndOcclusionQueryPlatform(ezGALOcclusionHandle hOcclusion)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
EndRenderingPlatform()=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
FlushPlatform()=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
GenerateMipMapsPlatform(const ezGALTextureResourceView *pResourceView)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
InsertEventMarkerPlatform(const char *szMarker)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
InsertFencePlatform()=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
InsertTimestampPlatform()=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
PopMarkerPlatform()=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
PushMarkerPlatform(const char *szMarker)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
ReadbackBufferPlatform(const ezGALReadbackBuffer *pDestination, const ezGALBuffer *pSource)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
ReadbackTexturePlatform(const ezGALReadbackTexture *pDestination, const ezGALTexture *pSource)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
ResolveTexturePlatform(const ezGALTexture *pDestination, const ezGALTextureSubresource &destinationSubResource, const ezGALTexture *pSource, const ezGALTextureSubresource &sourceSubResource)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetBlendStatePlatform(const ezGALBlendState *pBlendState, const ezColor &blendFactor, ezUInt32 uiSampleMask)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetConstantBufferPlatform(const ezShaderResourceBinding &binding, const ezGALBuffer *pBuffer)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetDepthStencilStatePlatform(const ezGALDepthStencilState *pDepthStencilState, ezUInt8 uiStencilRefValue)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetIndexBufferPlatform(const ezGALBuffer *pIndexBuffer)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetPrimitiveTopologyPlatform(ezGALPrimitiveTopology::Enum topology)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetPushConstantsPlatform(ezArrayPtr< const ezUInt8 > data)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetRasterizerStatePlatform(const ezGALRasterizerState *pRasterizerState)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetResourceViewPlatform(const ezShaderResourceBinding &binding, const ezGALTextureResourceView *pResourceView)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetResourceViewPlatform(const ezShaderResourceBinding &binding, const ezGALBufferResourceView *pResourceView)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetSamplerStatePlatform(const ezShaderResourceBinding &binding, const ezGALSamplerState *pSamplerState)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetScissorRectPlatform(const ezRectU32 &rect)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetShaderPlatform(const ezGALShader *pShader)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetUnorderedAccessViewPlatform(const ezShaderResourceBinding &binding, const ezGALTextureUnorderedAccessView *pUnorderedAccessView)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetUnorderedAccessViewPlatform(const ezShaderResourceBinding &binding, const ezGALBufferUnorderedAccessView *pUnorderedAccessView)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetVertexBufferPlatform(ezUInt32 uiSlot, const ezGALBuffer *pVertexBuffer)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetVertexDeclarationPlatform(const ezGALVertexDeclaration *pVertexDeclaration)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetViewportPlatform(const ezRectFloat &rect, float fMinDepth, float fMaxDepth)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
UpdateBufferPlatform(const ezGALBuffer *pDestination, ezUInt32 uiDestOffset, ezArrayPtr< const ezUInt8 > sourceData, ezGALUpdateMode::Enum updateMode)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
UpdateTexturePlatform(const ezGALTexture *pDestination, const ezGALTextureSubresource &destinationSubResource, const ezBoundingBoxu32 &destinationBox, const ezGALSystemMemoryDescription &sourceData)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |