|
Nebula
|
#include <graphicsdevice.h>
Classes | |
| struct | Features |
Public Attributes | |
| size_t | globalConstantBufferMemorySize |
| size_t | globalVertexBufferMemorySize |
| size_t | globalIndexBufferMemorySize |
| size_t | globalUploadMemorySize |
| uint64_t | memoryHeaps [NumMemoryPoolTypes] |
| uint64_t | maxOcclusionQueries |
| uint64_t | maxTimestampQueries |
| uint64_t | maxStatisticsQueries |
| byte | numBufferedFrames: 3 |
| bool | enableValidation: 1 |
| struct CoreGraphics::GraphicsDeviceCreateInfo::Features | features |
| bool CoreGraphics::GraphicsDeviceCreateInfo::enableValidation |
| struct CoreGraphics::GraphicsDeviceCreateInfo::Features CoreGraphics::GraphicsDeviceCreateInfo::features |
| size_t CoreGraphics::GraphicsDeviceCreateInfo::globalConstantBufferMemorySize |
| size_t CoreGraphics::GraphicsDeviceCreateInfo::globalIndexBufferMemorySize |
| size_t CoreGraphics::GraphicsDeviceCreateInfo::globalUploadMemorySize |
| size_t CoreGraphics::GraphicsDeviceCreateInfo::globalVertexBufferMemorySize |
| uint64_t CoreGraphics::GraphicsDeviceCreateInfo::maxOcclusionQueries |
| uint64_t CoreGraphics::GraphicsDeviceCreateInfo::maxStatisticsQueries |
| uint64_t CoreGraphics::GraphicsDeviceCreateInfo::maxTimestampQueries |
| uint64_t CoreGraphics::GraphicsDeviceCreateInfo::memoryHeaps[NumMemoryPoolTypes] |
| byte CoreGraphics::GraphicsDeviceCreateInfo::numBufferedFrames |