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

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

barrier(GPUImage &image, GPUImageLayout layout) finalCeresEngine::MKCommandBuffervirtual
begin() finalCeresEngine::MKCommandBuffervirtual
bindIndexBuffer(GPUBuffer &indexBuffer, UInt32 offset=0, IndexType indexType=IndexType::UInt32) finalCeresEngine::MKCommandBuffervirtual
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::MKCommandBuffervirtual
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::MKCommandBuffervirtual
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::MKObject< ChildTypeName, ParentType >inlinestatic
cast(ParentType &object)CeresEngine::MKObject< ChildTypeName, ParentType >inlinestatic
cast(const ParentType &object)CeresEngine::MKObject< ChildTypeName, ParentType >inlinestatic
cast(ParentType *object)CeresEngine::MKObject< ChildTypeName, ParentType >inlinestatic
cast(const ParentType *object)CeresEngine::MKObject< ChildTypeName, ParentType >inlinestatic
clear(GPUImage &image) finalCeresEngine::MKCommandBuffervirtual
copyAccelerationStructure()CeresEngine::GPUCommandBuffer
copyAccelerationStructureToMemory()CeresEngine::GPUCommandBuffer
copyBuffer(GPUBuffer &dstBuffer, std::uint64_t dstOffset, GPUBuffer &srcBuffer, std::uint64_t srcOffset, std::uint64_t size) finalCeresEngine::MKCommandBuffervirtual
copyBufferFromImage(GPUBuffer &dstBuffer, std::uint64_t dstOffset, GPUImage &srcImage, const GPUImageRegion &srcImageRegion, std::uint32_t rowStride=0, std::uint32_t layerStride=0) finalCeresEngine::MKCommandBuffervirtual
copyImage(GPUImage &dstImage, const GPUImageLocation &dstLocation, GPUImage &srcImage, const GPUImageLocation &srcLocation, const TExtent3< UInt32 > &extent) finalCeresEngine::MKCommandBuffervirtual
copyImageFromBuffer(GPUImage &dstImage, const GPUImageRegion &dstRegion, GPUBuffer &srcBuffer, std::uint64_t srcOffset, std::uint32_t rowStride=0, std::uint32_t layerStride=0) finalCeresEngine::MKCommandBuffervirtual
copyMemoryToAccelerationStructure()CeresEngine::GPUCommandBuffer
Descriptor typedefCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
descriptorCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >
destroy() noexceptCeresEngine::GPUObjectprotectedvirtual
deviceCeresEngine::GPUDeviceObject
deviceMKCeresEngine::MKDeviceObject< MKCommandBuffer, GPUCommandBuffer >protected
didFinishCeresEngine::GPUCommandBuffer
dispatch(UInt32 groupCountX, UInt32 groupCountY, UInt32 groupCountZ) finalCeresEngine::MKCommandBuffervirtual
draw(UInt32 vertexCount, UInt32 instanceCount=1, UInt32 firstVertex=0, UInt32 firstInstance=0) finalCeresEngine::MKCommandBuffervirtual
draw(GPUBuffer &buffer, UInt32 drawCount, UInt32 bufferOffset=0, UInt32 stride=sizeof(GPUDrawIndirectCommand)) finalCeresEngine::MKCommandBuffervirtual
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::MKCommandBuffervirtual
drawIndexed(GPUBuffer &buffer, UInt32 drawCount, UInt32 bufferOffset=0, UInt32 stride=sizeof(GPUDrawIndexedIndirectCommand)) finalCeresEngine::MKCommandBuffervirtual
CeresEngine::GPUCommandBuffer::drawIndexed(const GPUIndirectBuffer &buffer, UInt32 drawCount, UInt32 stride=sizeof(GPUDrawIndexedIndirectCommand))CeresEngine::GPUCommandBuffer
drawMeshTasks(UInt32 groupCountX, UInt32 groupCountY, UInt32 groupCountZ) finalCeresEngine::MKCommandBuffervirtual
drawMeshTasksIndirect(GPUBuffer &buffer, UInt64 offset, UInt32 drawCount, UInt32 stride) finalCeresEngine::MKCommandBuffervirtual
drawMeshTasksIndirect(GPUBuffer &buffer, UInt64 offset, GPUBuffer &countBuffer, UInt64 countBufferOffset, uint32_t maxDrawCount, uint32_t stride) finalCeresEngine::MKCommandBuffervirtual
end() finalCeresEngine::MKCommandBuffervirtual
fillBuffer(GPUBuffer &dstBuffer, std::uint64_t dstOffset, std::uint32_t value, std::uint64_t fillSize=~0u) finalCeresEngine::MKCommandBuffervirtual
generateMips(GPUImage &image) finalCeresEngine::MKCommandBuffervirtual
generateMips(GPUImage &image, const GPUImageSubresource &subresource) finalCeresEngine::MKCommandBuffervirtual
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
mDescriptorCeresEngine::MKCommandBufferprivate
MKCommandBuffer(MKDevicePtr device, const GPUCommandBufferDescriptor &descriptor)CeresEngine::MKCommandBuffer
MKCommandQueueCeresEngine::MKCommandBufferfriend
MKDeviceObject(MKDevicePtr device)CeresEngine::MKDeviceObject< MKCommandBuffer, GPUCommandBuffer >inlineexplicitprotected
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) finalCeresEngine::MKCommandBuffervirtual
retain() noexceptCeresEngine::GPUObjectinline
safeCast(const RC< ParentType > &ptr)CeresEngine::MKObject< ChildTypeName, ParentType >inlinestatic
safeCast(ParentType *object)CeresEngine::MKObject< ChildTypeName, ParentType >inlinestatic
safeCast(const ParentType *object)CeresEngine::MKObject< ChildTypeName, ParentType >inlinestatic
setRayTracingPipelineStackSize()CeresEngine::GPUCommandBuffer
setScissor(const Scissor &scissor) finalCeresEngine::MKCommandBuffervirtual
setScissors(const SmallVector< Scissor, 16 > &scissors) finalCeresEngine::MKCommandBuffervirtual
setViewport(const Viewport &viewport) finalCeresEngine::MKCommandBuffervirtual
setViewports(const SmallVector< Viewport, 16 > &viewports) finalCeresEngine::MKCommandBuffervirtual
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::MKCommandBuffervirtual
wait() finalCeresEngine::MKCommandBuffervirtual
writeAccelerationStructuresProperties()CeresEngine::GPUCommandBuffer
~GPUDeviceObject() overrideCeresEngine::GPUDeviceObject
~GPUObject()=defaultCeresEngine::GPUObjectvirtual
~MKCommandBuffer() finalCeresEngine::MKCommandBuffer
~TDeviceObject() override=defaultCeresEngine::TDeviceObject< GPUCommandBufferDescriptor >