4#include <NDEVR/Pointer.h>
5#include <NDEVR/Resource.h>
45 virtual bool isReady()
const {
return true; };
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
virtual bool isValid() const =0
Checks whether this device is valid and usable.
virtual const void * initLockPtr() const =0
Returns a pointer used for synchronizing device initialization.
virtual bool isInitialized() const =0
Checks whether the device has been initialized.
virtual bool updateFromLookup() const
Checks whether the device should update from the design lookup.
virtual bool isReady() const
Checks whether the device is ready for rendering.
Resource< bool > can_service_capture_requests
Whether the device can service image capture requests.
virtual void init()=0
Initializes the graphics device.
virtual uint04 maxSupportedSamples() const =0
Returns the maximum number of multisample samples supported.
virtual ~GraphicsDevice()
Destructor.
virtual UUID id() const =0
Returns the unique identifier for this device.
static DynamicPointer< GraphicsDevice > s_default_graphics_device
The application-wide default graphics device.
GraphicsDevice()
Default constructor.
virtual bool supportsMultiThreading() const
Checks whether the device supports multi-threaded rendering.
A core part of the engine, stores variables that can be listened to with ResourceListener which will ...
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...