|
Nebula
|
#include <graphicsdevice.h>
Inherited by Vulkan::GraphicsDeviceState.
Public Member Functions | |
| _declare_counter (NumImageBytesAllocated) | |
| _declare_counter (NumBufferBytesAllocated) | |
| _declare_counter (NumBytesAllocated) | |
| _declare_counter (GraphicsDeviceNumComputes) | |
| _declare_counter (GraphicsDeviceNumPrimitives) | |
| _declare_counter (GraphicsDeviceNumDrawCalls) | |
| CoreGraphics::GraphicsDeviceState::_declare_counter | ( | GraphicsDeviceNumComputes | ) |
| CoreGraphics::GraphicsDeviceState::_declare_counter | ( | GraphicsDeviceNumDrawCalls | ) |
| CoreGraphics::GraphicsDeviceState::_declare_counter | ( | GraphicsDeviceNumPrimitives | ) |
| CoreGraphics::GraphicsDeviceState::_declare_counter | ( | NumBufferBytesAllocated | ) |
| CoreGraphics::GraphicsDeviceState::_declare_counter | ( | NumBytesAllocated | ) |
| CoreGraphics::GraphicsDeviceState::_declare_counter | ( | NumImageBytesAllocated | ) |
| Util::Array<CoreGraphics::TextureId> CoreGraphics::GraphicsDeviceState::backBuffers |
| uint32_t CoreGraphics::GraphicsDeviceState::currentBufferedFrameIndex = 0 |
| IndexT CoreGraphics::GraphicsDeviceState::currentFrameIndex = 0 |
| bool CoreGraphics::GraphicsDeviceState::enableValidation |
| Util::Array<Ptr<CoreGraphics::RenderEventHandler> > CoreGraphics::GraphicsDeviceState::eventHandlers |
| CoreGraphics::ResourceTableId CoreGraphics::GraphicsDeviceState::frameResourceTableCompute |
| CoreGraphics::ResourceTableId CoreGraphics::GraphicsDeviceState::frameResourceTableGraphics |
| Util::FixedArray<CoreGraphics::BufferId> CoreGraphics::GraphicsDeviceState::globalConstantBufferCompute |
| Util::FixedArray<CoreGraphics::BufferId> CoreGraphics::GraphicsDeviceState::globalConstantBufferGraphics |
| size_t CoreGraphics::GraphicsDeviceState::globalConstantBufferMaxValue |
| Util::Array<CoreGraphics::CmdBufferId> CoreGraphics::GraphicsDeviceState::handoverTransferCommandBuffers |
| Memory::RangeAllocator CoreGraphics::GraphicsDeviceState::indexAllocator |
| CoreGraphics::BufferId CoreGraphics::GraphicsDeviceState::indexBuffer |
| Util::FixedArray<bool> CoreGraphics::GraphicsDeviceState::inflightFrames |
| bool CoreGraphics::GraphicsDeviceState::inNotifyEventHandlers |
| bool CoreGraphics::GraphicsDeviceState::isOpen |
| uint CoreGraphics::GraphicsDeviceState::maxNumBufferedFrames = 1 |
| bool CoreGraphics::GraphicsDeviceState::renderWireframe |
| bool CoreGraphics::GraphicsDeviceState::resizing |
| CoreGraphics::CmdBufferPoolId CoreGraphics::GraphicsDeviceState::setupGraphicsCommandBufferPool |
| Util::Array<CoreGraphics::CmdBufferId> CoreGraphics::GraphicsDeviceState::setupGraphicsCommandBuffers |
| CoreGraphics::CmdBufferPoolId CoreGraphics::GraphicsDeviceState::setupTransferCommandBufferPool |
| Util::Array<CoreGraphics::CmdBufferId> CoreGraphics::GraphicsDeviceState::setupTransferCommandBuffers |
| CoreGraphics::ResourceTableId CoreGraphics::GraphicsDeviceState::tickResourceTableCompute |
| CoreGraphics::ResourceTableId CoreGraphics::GraphicsDeviceState::tickResourceTableGraphics |
| Memory::RangeAllocator CoreGraphics::GraphicsDeviceState::uploadAllocator |
| Memory::RangeAllocator CoreGraphics::GraphicsDeviceState::vertexAllocator |
| CoreGraphics::BufferId CoreGraphics::GraphicsDeviceState::vertexBuffer |
| bool CoreGraphics::GraphicsDeviceState::visualizeMipMaps |