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

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

barrier(GPUImage &image) finalCeresEngine::WGCommandBuffer
CeresEngine::GPUCommandBuffer::barrier(GPUImage &image, GPUImageLayout layout)=0CeresEngine::GPUCommandBufferpure virtual
begin() finalCeresEngine::WGCommandBuffervirtual
bindIndexBuffer(GPUBuffer &indexBuffer, UInt32 offset=0, IndexType indexType=IndexType::UInt32) finalCeresEngine::WGCommandBuffervirtual
CeresEngine::GPUCommandBuffer::bindIndexBuffer(const GPUBufferPtr &indexBuffer, const UInt32 offset=0, const IndexType indexType=IndexType::UInt32)CeresEngine::GPUCommandBufferinline
CeresEngine::GPUCommandBuffer::bindIndexBuffer(const GPUIndexBuffer &indexBuffer)CeresEngine::GPUCommandBuffervirtual
bindResourceSet(GPUResourceSet &resourceSet, UInt32 firstSet=0, Int32 offset=-1) finalCeresEngine::WGCommandBuffervirtual
CeresEngine::GPUCommandBuffer::bindResourceSet(const GPUResourceSetPtr &resourceSet, const UInt32 firstSet=0, const Int32 offset=-1)CeresEngine::GPUCommandBufferinline
bindVertexBuffer(GPUBuffer &vertexBuffer, UInt32 offset=0, UInt32 slot=0) finalCeresEngine::WGCommandBuffervirtual
CeresEngine::GPUCommandBuffer::bindVertexBuffer(const GPUBufferPtr &vertexBuffer, const UInt32 offset=0, const UInt32 slot=0)CeresEngine::GPUCommandBufferinline
CeresEngine::GPUCommandBuffer::bindVertexBuffer(const GPUVertexBuffer &vertexBuffer)CeresEngine::GPUCommandBuffervirtual
buildAccelerationStructures()CeresEngine::GPUCommandBuffer
buildAccelerationStructuresIndirect()CeresEngine::GPUCommandBuffer
cast(const RC< ParentType > &ptr)CeresEngine::WGObject< ChildTypeName, ParentType >inlinestatic
cast(ParentType &object)CeresEngine::WGObject< ChildTypeName, ParentType >inlinestatic
cast(const ParentType &object)CeresEngine::WGObject< ChildTypeName, ParentType >inlinestatic
cast(ParentType *object)CeresEngine::WGObject< ChildTypeName, ParentType >inlinestatic
cast(const ParentType *object)CeresEngine::WGObject< ChildTypeName, ParentType >inlinestatic
clear(GPUImage &image) finalCeresEngine::WGCommandBuffervirtual
copyAccelerationStructure()CeresEngine::GPUCommandBuffer
copyAccelerationStructureToMemory()CeresEngine::GPUCommandBuffer
copyBuffer(GPUBuffer &dstBuffer, std::uint64_t dstOffset, GPUBuffer &srcBuffer, std::uint64_t srcOffset, std::uint64_t size) finalCeresEngine::WGCommandBuffervirtual
copyBufferFromImage(GPUBuffer &dstBuffer, std::uint64_t dstOffset, GPUImage &srcImage, const GPUImageRegion &srcImageRegion, std::uint32_t rowStride=0, std::uint32_t layerStride=0) finalCeresEngine::WGCommandBuffervirtual
copyImage(GPUImage &dstImage, const GPUImageLocation &dstLocation, GPUImage &srcImage, const GPUImageLocation &srcLocation, const TExtent3< UInt32 > &extent) finalCeresEngine::WGCommandBuffervirtual
copyImageFromBuffer(GPUImage &dstImage, const GPUImageRegion &dstRegion, GPUBuffer &srcBuffer, std::uint64_t srcOffset, std::uint32_t rowStride=0, std::uint32_t layerStride=0) finalCeresEngine::WGCommandBuffervirtual
copyMemoryToAccelerationStructure()CeresEngine::GPUCommandBuffer
descriptorCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
Descriptor typedefCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
destroy() noexceptCeresEngine::GPUObjectprotectedvirtual
deviceCeresEngine::GPUDeviceObject
deviceWGCeresEngine::WGDeviceObject< WGCommandBuffer, GPUCommandBuffer >protected
didFinishCeresEngine::GPUCommandBuffer
dispatch(UInt32 groupCountX, UInt32 groupCountY, UInt32 groupCountZ) finalCeresEngine::WGCommandBuffervirtual
draw(UInt32 vertexCount, UInt32 instanceCount=1, UInt32 firstVertex=0, UInt32 firstInstance=0) finalCeresEngine::WGCommandBuffervirtual
draw(GPUBuffer &buffer, UInt32 drawCount, UInt32 bufferOffset=0, UInt32 stride=sizeof(GPUDrawIndirectCommand)) finalCeresEngine::WGCommandBuffervirtual
CeresEngine::GPUCommandBuffer::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) finalCeresEngine::WGCommandBuffervirtual
drawIndexed(GPUBuffer &buffer, UInt32 drawCount, UInt32 bufferOffset=0, UInt32 stride=sizeof(GPUDrawIndexedIndirectCommand)) finalCeresEngine::WGCommandBuffervirtual
CeresEngine::GPUCommandBuffer::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() finalCeresEngine::WGCommandBuffervirtual
fillBuffer(GPUBuffer &dstBuffer, std::uint64_t dstOffset, std::uint32_t value, std::uint64_t fillSize=~0u) finalCeresEngine::WGCommandBuffervirtual
generateMips(GPUImage &image) finalCeresEngine::WGCommandBuffervirtual
generateMips(GPUImage &image, const GPUImageSubresource &subresource) finalCeresEngine::WGCommandBuffervirtual
getBlitCommandEncoder()CeresEngine::WGCommandBufferprivate
getComputeCommandEncoder()CeresEngine::WGCommandBufferprivate
getRenderCommandEncoder()CeresEngine::WGCommandBufferprivate
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
mBlitCommandEncoderCeresEngine::WGCommandBufferprivate
mCommandBufferCeresEngine::WGCommandBufferprivate
mComputeCommandEncoderCeresEngine::WGCommandBufferprivate
mDescriptorCeresEngine::WGCommandBufferprivate
mIndexBufferCeresEngine::WGCommandBufferprivate
mIndexBufferOffsetCeresEngine::WGCommandBufferprivate
mIndexBufferTypeCeresEngine::WGCommandBufferprivate
mRefCounterCeresEngine::GPUObjectprivate
mRenderCommandEncoderCeresEngine::WGCommandBufferprivate
operator WGLCommandBufferType() const noexceptCeresEngine::WGCommandBufferinline
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) finalCeresEngine::WGCommandBuffervirtual
retain() noexceptCeresEngine::GPUObjectinline
safeCast(const RC< ParentType > &ptr)CeresEngine::WGObject< ChildTypeName, ParentType >inlinestatic
safeCast(ParentType *object)CeresEngine::WGObject< ChildTypeName, ParentType >inlinestatic
safeCast(const ParentType *object)CeresEngine::WGObject< ChildTypeName, ParentType >inlinestatic
setRayTracingPipelineStackSize()CeresEngine::GPUCommandBuffer
setScissor(const Scissor &scissor) finalCeresEngine::WGCommandBuffervirtual
setScissors(const SmallVector< Scissor, 16 > &scissors) finalCeresEngine::WGCommandBuffervirtual
setViewport(const Viewport &viewport) finalCeresEngine::WGCommandBuffervirtual
setViewports(const SmallVector< Viewport, 16 > &viewports) finalCeresEngine::WGCommandBuffervirtual
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) finalCeresEngine::WGCommandBuffervirtual
wait() finalCeresEngine::WGCommandBuffervirtual
WGCommandBuffer(WGDevicePtr device, const GPUCommandBufferDescriptor &descriptor)CeresEngine::WGCommandBuffer
WGCommandQueueCeresEngine::WGCommandBufferfriend
WGDeviceObject(WGDevicePtr device)CeresEngine::WGDeviceObject< WGCommandBuffer, GPUCommandBuffer >inlineexplicitprotected
WGLBlitCommandEncoderType typedefCeresEngine::WGCommandBuffer
WGLCommandBufferType typedefCeresEngine::WGCommandBuffer
WGLComputeCommandEncoderType typedefCeresEngine::WGCommandBuffer
WGLRenderCommandEncoderType typedefCeresEngine::WGCommandBuffer
writeAccelerationStructuresProperties()CeresEngine::GPUCommandBuffer
~GPUDeviceObject() overrideCeresEngine::GPUDeviceObject
~GPUObject()=defaultCeresEngine::GPUObjectvirtual
~TDeviceObject() override=defaultCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
~WGCommandBuffer() finalCeresEngine::WGCommandBuffer