CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::GPUCommandBuffer Member List

This is the complete list of members for CeresEngine::GPUCommandBuffer, including all inherited members.

barrier(GPUImage &image, GPUImageLayout layout)=0CeresEngine::GPUCommandBufferpure virtual
begin()=0CeresEngine::GPUCommandBufferpure virtual
bindIndexBuffer(GPUBuffer &indexBuffer, UInt32 offset=0, IndexType indexType=IndexType::UInt32)=0CeresEngine::GPUCommandBufferpure virtual
bindIndexBuffer(const GPUBufferPtr &indexBuffer, const UInt32 offset=0, const IndexType indexType=IndexType::UInt32)CeresEngine::GPUCommandBufferinline
bindIndexBuffer(const GPUIndexBuffer &indexBuffer)CeresEngine::GPUCommandBuffervirtual
bindResourceSet(GPUResourceSet &resourceSet, UInt32 firstSet=0, Int32 offset=-1)=0CeresEngine::GPUCommandBufferpure virtual
bindResourceSet(const GPUResourceSetPtr &resourceSet, const UInt32 firstSet=0, const Int32 offset=-1)CeresEngine::GPUCommandBufferinline
bindVertexBuffer(GPUBuffer &vertexBuffer, UInt32 offset=0, UInt32 slot=0)=0CeresEngine::GPUCommandBufferpure virtual
bindVertexBuffer(const GPUBufferPtr &vertexBuffer, const UInt32 offset=0, const UInt32 slot=0)CeresEngine::GPUCommandBufferinline
bindVertexBuffer(const GPUVertexBuffer &vertexBuffer)CeresEngine::GPUCommandBuffervirtual
buildAccelerationStructures()CeresEngine::GPUCommandBuffer
buildAccelerationStructuresIndirect()CeresEngine::GPUCommandBuffer
clear(GPUImage &image)=0CeresEngine::GPUCommandBufferpure virtual
copyAccelerationStructure()CeresEngine::GPUCommandBuffer
copyAccelerationStructureToMemory()CeresEngine::GPUCommandBuffer
copyBuffer(GPUBuffer &dstBuffer, std::uint64_t dstOffset, GPUBuffer &srcBuffer, std::uint64_t srcOffset, std::uint64_t size)=0CeresEngine::GPUCommandBufferpure virtual
copyBufferFromImage(GPUBuffer &dstBuffer, std::uint64_t dstOffset, GPUImage &srcImage, const GPUImageRegion &srcImageRegion, std::uint32_t rowStride=0, std::uint32_t layerStride=0)=0CeresEngine::GPUCommandBufferpure virtual
copyImage(GPUImage &dstImage, const GPUImageLocation &dstLocation, GPUImage &srcImage, const GPUImageLocation &srcLocation, const TExtent3< UInt32 > &extent)=0CeresEngine::GPUCommandBufferpure virtual
copyImageFromBuffer(GPUImage &dstImage, const GPUImageRegion &dstRegion, GPUBuffer &srcBuffer, std::uint64_t srcOffset, std::uint32_t rowStride=0, std::uint32_t layerStride=0)=0CeresEngine::GPUCommandBufferpure virtual
copyMemoryToAccelerationStructure()CeresEngine::GPUCommandBuffer
Descriptor typedefCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
descriptorCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
destroy() noexceptCeresEngine::GPUObjectprotectedvirtual
deviceCeresEngine::GPUDeviceObject
didFinishCeresEngine::GPUCommandBuffer
dispatch(UInt32 groupCountX, UInt32 groupCountY, UInt32 groupCountZ)=0CeresEngine::GPUCommandBufferpure virtual
draw(UInt32 vertexCount, UInt32 instanceCount=1, UInt32 firstVertex=0, UInt32 firstInstance=0)=0CeresEngine::GPUCommandBufferpure virtual
draw(GPUBuffer &buffer, UInt32 drawCount, UInt32 bufferOffset=0, UInt32 stride=sizeof(GPUDrawIndirectCommand))=0CeresEngine::GPUCommandBufferpure virtual
draw(const GPUIndirectBuffer &buffer, UInt32 drawCount, UInt32 stride=sizeof(GPUDrawIndirectCommand))CeresEngine::GPUCommandBuffer
drawIndexed(UInt32 indexCount, UInt32 instanceCount=1, UInt32 firstVertex=0, Int32 vertexOffset=0, UInt32 firstInstance=0)=0CeresEngine::GPUCommandBufferpure virtual
drawIndexed(GPUBuffer &buffer, UInt32 drawCount, UInt32 bufferOffset=0, UInt32 stride=sizeof(GPUDrawIndexedIndirectCommand))=0CeresEngine::GPUCommandBufferpure virtual
drawIndexed(const GPUIndirectBuffer &buffer, UInt32 drawCount, UInt32 stride=sizeof(GPUDrawIndexedIndirectCommand))CeresEngine::GPUCommandBuffer
drawMeshTasks(UInt32 groupCountX, UInt32 groupCountY, UInt32 groupCountZ)=0CeresEngine::GPUCommandBufferpure virtual
drawMeshTasksIndirect(GPUBuffer &buffer, UInt64 offset, UInt32 drawCount, UInt32 stride)=0CeresEngine::GPUCommandBufferpure virtual
drawMeshTasksIndirect(GPUBuffer &buffer, UInt64 offset, GPUBuffer &countBuffer, UInt64 countBufferOffset, uint32_t maxDrawCount, uint32_t stride)=0CeresEngine::GPUCommandBufferpure virtual
end()=0CeresEngine::GPUCommandBufferpure virtual
fillBuffer(GPUBuffer &dstBuffer, std::uint64_t dstOffset, std::uint32_t value, std::uint64_t fillSize=~0u)=0CeresEngine::GPUCommandBufferpure virtual
generateMips(GPUImage &image)=0CeresEngine::GPUCommandBufferpure virtual
generateMips(GPUImage &texture, const GPUImageSubresource &subresource)=0CeresEngine::GPUCommandBufferpure virtual
GPUCommandBuffer(const GPUCommandBuffer &)=deleteCeresEngine::GPUCommandBuffer
GPUCommandBuffer(GPUCommandBuffer &&)=deleteCeresEngine::GPUCommandBuffer
GPUDeviceObject(GPUDevice &device)CeresEngine::GPUDeviceObjectexplicit
GPUObject()=defaultCeresEngine::GPUObject
GPUObject(const GPUObject &)=deleteCeresEngine::GPUObject
GPUObject(GPUObject &&)=deleteCeresEngine::GPUObject
mRefCounterCeresEngine::GPUObjectprivate
operator=(const GPUCommandBuffer &)=deleteCeresEngine::GPUCommandBuffer
operator=(GPUCommandBuffer &&)=deleteCeresEngine::GPUCommandBuffer
TDeviceObject< GPUCommandBufferDescriptor >::operator=(const TDeviceObject &)=deleteCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
TDeviceObject< GPUCommandBufferDescriptor >::operator=(TDeviceObject &&)=deleteCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
CeresEngine::GPUDeviceObject::operator=(const GPUObject &)=deleteCeresEngine::GPUObject
CeresEngine::GPUDeviceObject::operator=(GPUObject &&)=deleteCeresEngine::GPUObject
record(Func &&recorder)CeresEngine::GPUCommandBufferinline
release() noexceptCeresEngine::GPUObjectinline
resolveImage(GPUImage &dstImage, const GPUImageLocation &dstLocation, GPUImage &srcImage, const GPUImageLocation &srcLocation, const TExtent3< UInt32 > &extent)=0CeresEngine::GPUCommandBufferpure virtual
retain() noexceptCeresEngine::GPUObjectinline
setRayTracingPipelineStackSize()CeresEngine::GPUCommandBuffer
setScissor(const Scissor &scissor)CeresEngine::GPUCommandBuffervirtual
setScissors(const SmallVector< Scissor, 16 > &scissors)=0CeresEngine::GPUCommandBufferpure virtual
setViewport(const Viewport &viewport)CeresEngine::GPUCommandBuffervirtual
setViewports(const SmallVector< Viewport, 16 > &viewports)=0CeresEngine::GPUCommandBufferpure virtual
TDeviceObject(GPUDevice &device, const Descriptor &descriptor)CeresEngine::GPUCommandBufferinlineexplicit
TDeviceObject(const TDeviceObject &)=deleteCeresEngine::GPUCommandBuffer
TDeviceObject(TDeviceObject &&)=deleteCeresEngine::GPUCommandBuffer
traceRays()CeresEngine::GPUCommandBuffer
traceRaysIndirect()CeresEngine::GPUCommandBuffer
updateBuffer(GPUBuffer &dstBuffer, std::uint64_t dstOffset, const void *data, std::uint16_t dataSize)=0CeresEngine::GPUCommandBufferpure virtual
wait()=0CeresEngine::GPUCommandBufferpure virtual
writeAccelerationStructuresProperties()CeresEngine::GPUCommandBuffer
~GPUDeviceObject() overrideCeresEngine::GPUDeviceObject
~GPUObject()=defaultCeresEngine::GPUObjectvirtual
~TDeviceObject() override=defaultCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >