Click or drag to resize

RenderingSystem Methods

The RenderingSystem type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCallBgfxFrame
Public methodStatic memberConvertColorValue(ColorValue)
Generates a packed data version of the passed in ColorValue suitable for use as with this RenderSystem.
Public methodStatic memberConvertColorValue(ColorValue)
Generates a packed data version of the passed in ColorValue.
Public methodStatic memberCreateMultiRenderTarget
Public methodStatic memberCreateRenderWindow
Public methodStatic memberGetAllRenderTargets
Gets all the render targets collection.
Public methodStatic memberGetAllViewports
Gets the viewports collection.
Public methodStatic memberIsDeviceLost
Public methodStatic memberIsDeviceLostByTestCooperativeLevel
D3D specific method to return whether the device has been lost.
Public methodStatic memberRestoreDeviceAfterLost
Public methodStatic memberTryCreateOcclusionQuery
Tries to create an occlusion query. An occlusion query object cannot be created every frame, only in a specific frame (every fourth frame). Created object must used only in the current frame. If the pixels are drawn successfully, it will call callback.
Top
See Also