activeOccluders_ | Urho3D::View | private |
AddBatchToQueue(BatchQueue &queue, Batch &batch, Technique *tech, bool allowInstancing=true, bool allowShadows=true) | Urho3D::View | private |
AddRef() | Urho3D::RefCounted | |
AllocateScreenBuffers() | Urho3D::View | private |
alphaPassIndex_ | Urho3D::View | private |
aspectRatio_ | Urho3D::View | private |
basePassIndex_ | Urho3D::View | private |
batchQueues_ | Urho3D::View | private |
BlitFramebuffer(Texture *source, RenderSurface *destination, bool depthWrite) | Urho3D::View | private |
blockEvents_ | Urho3D::Object | private |
camera_ | Urho3D::View | private |
cameraZone_ | Urho3D::View | private |
cameraZoneOverride_ | Urho3D::View | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
CheckMaterialForAuxView(Material *material) | Urho3D::View | private |
CheckPingpong(i32 index) | Urho3D::View | private |
CheckViewportRead(const RenderPathCommand &command) | Urho3D::View | private |
CheckViewportWrite(const RenderPathCommand &command) | Urho3D::View | private |
CheckVisibilityWork (defined in Urho3D::View) | Urho3D::View | friend |
context_ | Urho3D::Object | protected |
cullCamera_ | Urho3D::View | private |
currentRenderTarget_ | Urho3D::View | private |
currentViewportTexture_ | Urho3D::View | private |
deferred_ | Urho3D::View | private |
deferredAmbient_ | Urho3D::View | private |
Define(RenderSurface *renderTarget, Viewport *viewport) | Urho3D::View | |
drawDebug_ | Urho3D::View | private |
DrawFullscreenQuad(bool setIdentityProjection=false) | Urho3D::View | |
DrawOccluders(OcclusionBuffer *buffer, const Vector< Drawable * > &occluders) | Urho3D::View | private |
drawShadows_ | Urho3D::View | private |
eventHandlers_ | Urho3D::Object | private |
ExecuteRenderPathCommands() | Urho3D::View | private |
farClipZone_ | Urho3D::View | private |
FinalizeShadowCamera(Camera *shadowCamera, Light *light, const IntRect &shadowViewport, const BoundingBox &shadowCasterBox) | Urho3D::View | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindNamedTexture(const String &name, bool isRenderTarget, bool isVolumeMap=false) | Urho3D::View | |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindZone(Drawable *drawable) | Urho3D::View | private |
forwardLightsCommand_ | Urho3D::View | private |
frame_ | Urho3D::View | private |
gBufferPassIndex_ | Urho3D::View | private |
geometries_ | Urho3D::View | private |
geometriesUpdated_ | Urho3D::View | private |
GetBaseBatches() | Urho3D::View | private |
GetBatches() | Urho3D::View | private |
GetBlockEvents() const | Urho3D::Object | inline |
GetCamera() const | Urho3D::View | inline |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetCullCamera() const | Urho3D::View | inline |
GetDepthStencil(RenderSurface *renderTarget) | Urho3D::View | private |
GetDrawables() | Urho3D::View | private |
GetDrawDebug() const | Urho3D::View | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFrameInfo() const | Urho3D::View | inline |
GetGeometries() const | Urho3D::View | inline |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetGraphics() const | Urho3D::View | |
GetLightBatches() | Urho3D::View | private |
GetLightMask(Drawable *drawable) | Urho3D::View | inlineprivate |
GetLightQueues() const | Urho3D::View | inline |
GetLights() const | Urho3D::View | inline |
GetLitBatches(Drawable *drawable, LightBatchQueue &lightQueue, BatchQueue *alphaQueue) | Urho3D::View | private |
GetNumActiveOccluders() const | Urho3D::View | inline |
GetOccluders() const | Urho3D::View | inline |
GetOcclusionBuffer() const | Urho3D::View | inline |
GetOctree() const | Urho3D::View | inline |
GetRenderer() const | Urho3D::View | |
GetRenderSurfaceFromTexture(Texture *texture, CubeMapFace face=FACE_POSITIVE_X) | Urho3D::View | private |
GetRenderTarget() const | Urho3D::View | inline |
GetScene() const | Urho3D::View | inline |
GetShadowMapViewport(Light *light, int splitIndex, Texture2D *shadowMap) | Urho3D::View | private |
GetShadowMask(Drawable *drawable) | Urho3D::View | inlineprivate |
GetSourceView() const | Urho3D::View | |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTechnique(Drawable *drawable, Material *material) | Urho3D::View | private |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetVertexLightQueueHash(const Vector< Light * > &vertexLights) | Urho3D::View | inlineprivate |
GetViewRect() const | Urho3D::View | inline |
GetViewSize() const | Urho3D::View | inline |
GetZone(Drawable *drawable) | Urho3D::View | inlineprivate |
graphics_ | Urho3D::View | private |
HasEventHandlers() const | Urho3D::Object | inline |
hasScenePasses_ | Urho3D::View | private |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
highestZonePriority_ | Urho3D::View | private |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsNecessary(const RenderPathCommand &command) | Urho3D::View | private |
IsShadowCasterVisible(Drawable *drawable, BoundingBox lightViewBox, Camera *shadowCamera, const Matrix3x4 &lightView, const Frustum &lightViewFrustum, const BoundingBox &lightViewFrustumBox) | Urho3D::View | private |
lastCustomDepthSurface_ | Urho3D::View | private |
lightPassIndex_ | Urho3D::View | private |
lightQueryResults_ | Urho3D::View | private |
lightQueues_ | Urho3D::View | private |
lights_ | Urho3D::View | private |
lightVolumeCommand_ | Urho3D::View | private |
litAlphaPassIndex_ | Urho3D::View | private |
litBasePassIndex_ | Urho3D::View | private |
materialQuality_ | Urho3D::View | private |
maxLightsDrawables_ | Urho3D::View | private |
maxOccluderTriangles_ | Urho3D::View | private |
maxZ_ | Urho3D::View | private |
minInstances_ | Urho3D::View | private |
minZ_ | Urho3D::View | private |
NeedRenderShadowMap(const LightBatchQueue &queue) | Urho3D::View | private |
nonThreadedGeometries_ | Urho3D::View | private |
noStencil_ | Urho3D::View | private |
Object(Context *context) | Urho3D::Object | explicit |
occluders_ | Urho3D::View | private |
occlusionBuffer_ | Urho3D::View | private |
octree_ | Urho3D::View | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
passCommand_ | Urho3D::View | private |
PrepareInstancingBuffer() | Urho3D::View | private |
ProcessLight(LightQueryResult &query, i32 threadIndex) | Urho3D::View | private |
ProcessLights() | Urho3D::View | private |
ProcessLightWork (defined in Urho3D::View) | Urho3D::View | friend |
ProcessShadowCasters(LightQueryResult &query, const Vector< Drawable * > &drawables, i32 splitIndex) | Urho3D::View | private |
QuantizeDirLightShadowCamera(Camera *shadowCamera, Light *light, const IntRect &shadowViewport, const BoundingBox &viewBox) | Urho3D::View | private |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
Render() | Urho3D::View | |
renderer_ | Urho3D::View | private |
renderPath_ | Urho3D::View | private |
RenderQuad(RenderPathCommand &command) | Urho3D::View | private |
RenderShadowMap(const LightBatchQueue &queue) | Urho3D::View | private |
renderTarget_ | Urho3D::View | private |
renderTargets_ | Urho3D::View | private |
rtSize_ | Urho3D::View | private |
scene_ | Urho3D::View | private |
scenePasses_ | Urho3D::View | private |
sceneResults_ | Urho3D::View | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
SendViewEvent(StringHash eventType) | Urho3D::View | private |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetCameraShaderParameters(Camera *camera) | Urho3D::View | |
SetCommandShaderParameters(const RenderPathCommand &command) | Urho3D::View | |
SetGBufferShaderParameters(const IntVector2 &texSize, const IntRect &viewRect) | Urho3D::View | |
SetGlobalShaderParameters() | Urho3D::View | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetQueueShaderDefines(BatchQueue &queue, const RenderPathCommand &command) | Urho3D::View | private |
SetRenderTargets(RenderPathCommand &command) | Urho3D::View | private |
SetTextures(RenderPathCommand &command) | Urho3D::View | private |
SetupDirLightShadowCamera(Camera *shadowCamera, Light *light, float nearSplit, float farSplit) | Urho3D::View | private |
SetupLightVolumeBatch(Batch &batch) | Urho3D::View | private |
SetupShadowCameras(LightQueryResult &query) | Urho3D::View | private |
sourceView_ | Urho3D::View | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
substituteRenderTarget_ | Urho3D::View | private |
tempDrawables_ | Urho3D::View | private |
threadedGeometries_ | Urho3D::View | private |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const Vector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
Update(const FrameInfo &frame) | Urho3D::View | |
UpdateGeometries() | Urho3D::View | private |
UpdateOccluders(Vector< Drawable * > &occluders, Camera *camera) | Urho3D::View | private |
URHO3D_OBJECT(View, Object) (defined in Urho3D::View) | Urho3D::View | private |
usedResolve_ | Urho3D::View | private |
useLitBase_ | Urho3D::View | private |
vertexLightQueues_ | Urho3D::View | private |
View(Context *context) | Urho3D::View | explicit |
viewportTextures_ | Urho3D::View | private |
viewRect_ | Urho3D::View | private |
viewSize_ | Urho3D::View | private |
WeakRefs() const | Urho3D::RefCounted | |
zones_ | Urho3D::View | private |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |
~View() override=default | Urho3D::View | |