Rendu
A lightweight rendering engine for experimentations
|
This is the complete list of members for DebugViewer, including all inherited members.
_drawableId | DebugViewer | private |
_drawables | DebugViewer | private |
_frameCounter | DebugViewer | private |
_markerId | DebugViewer | private |
_markers | DebugViewer | private |
_meshes | DebugViewer | private |
_meshId | DebugViewer | private |
_shared | DebugViewer | privatestatic |
_states | DebugViewer | private |
_texDisplay | DebugViewer | private |
_textureId | DebugViewer | private |
_textures | DebugViewer | private |
_winId | DebugViewer | private |
DebugViewer() | DebugViewer | explicit |
DebugViewer(const DebugViewer &)=delete | DebugViewer | |
DebugViewer(DebugViewer &&)=delete | DebugViewer | |
displayMarker(const MarkerInfos &marker) | DebugViewer | private |
displayMarkers(const std::string &name, MarkerCategoryInfos &category) | DebugViewer | private |
displayMesh(MeshInfos &mesh) | DebugViewer | private |
displayMetrics() | DebugViewer | private |
displayState(const std::string &name, StateInfos &infos) | DebugViewer | private |
displayTexture(const std::string &prefix, TextureInfos &tex) | DebugViewer | private |
insertMarker(const std::string &category, const std::string &label, const glm::vec4 &color) | DebugViewer | |
insertMarkerDefault(const std::string &category, const std::string &label, const glm::vec4 &color) | DebugViewer | static |
interface() | DebugViewer | |
nextFrame() | DebugViewer | |
operator=(const DebugViewer &)=delete | DebugViewer | |
operator=(DebugViewer &&)=delete | DebugViewer | |
popMarker(const std::string &category) | DebugViewer | |
popMarkerDefault(const std::string &category) | DebugViewer | static |
pushMarker(const std::string &category, const std::string &label, const glm::vec4 &color) | DebugViewer | |
pushMarkerDefault(const std::string &category, const std::string &label, const glm::vec4 &color) | DebugViewer | static |
registerTexture(const std::string &name, const Texture *tex, TextureInfos &infos) | DebugViewer | private |
setDefault(DebugViewer *viewer) | DebugViewer | static |
track(const Texture *tex) | DebugViewer | |
track(const Mesh *mesh) | DebugViewer | |
trackDefault(const Texture *tex) | DebugViewer | static |
trackDefault(const Mesh *mesh) | DebugViewer | static |
trackState(const std::string &name) | DebugViewer | |
trackStateDefault(const std::string &name) | DebugViewer | static |
untrack(const Texture *tex) | DebugViewer | |
untrack(const Mesh *mesh) | DebugViewer | |
untrackDefault(const Texture *tex) | DebugViewer | static |
untrackDefault(const Mesh *mesh) | DebugViewer | static |
updateDisplay(const TextureInfos &tex) | DebugViewer | private |
~DebugViewer()=default | DebugViewer |