![]() |
ezEngine Release 25.08
|
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 |
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 ezGALTexture *pTexture, ezGALTextureRange range)=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 |
SetBindGroupPlatform(ezUInt32 uiBindGroup, const ezGALBindGroupCreationDescription &bindGroup)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetComputePipelinePlatform(const ezGALComputePipeline *pComputePipeline)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetGraphicsPipelinePlatform(const ezGALGraphicsPipeline *pGraphicsPipeline)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetIndexBufferPlatform(const ezGALBuffer *pIndexBuffer)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetPushConstantsPlatform(ezArrayPtr< const ezUInt8 > data)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetScissorRectPlatform(const ezRectU32 &rect)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetStencilReferencePlatform(ezUInt8 uiStencilRefValue)=0 (defined in ezGALCommandEncoderCommonPlatformInterface) | ezGALCommandEncoderCommonPlatformInterface | pure virtual |
SetVertexBufferPlatform(ezUInt32 uiSlot, const ezGALBuffer *pVertexBuffer, ezUInt32 uiOffset)=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 |