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

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

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