| AddGPUObject(GPUObject *object) | Dviglo::Graphics | |
| AddRef() | Dviglo::RefCounted | |
| AdjustScreenMode(int &newWidth, int &newHeight, ScreenModeParams ¶ms, bool &maximize) const | Dviglo::Graphics | private |
| AdjustWindow(int &newWidth, int &newHeight, bool &newFullscreen, bool &newBorderless, int &monitor) | Dviglo::Graphics | private |
| alphaToCoverage_ | Dviglo::Graphics | private |
| anisotropySupport_ | Dviglo::Graphics | private |
| apiName_ | Dviglo::Graphics | private |
| BeginDumpShaders(const String &fileName) | Dviglo::Graphics | |
| BeginFrame() | Dviglo::Graphics | |
| BindColorAttachment(unsigned index, unsigned target, unsigned object, bool isRenderBuffer) | Dviglo::Graphics | private |
| BindDepthAttachment(unsigned object, bool isRenderBuffer) | Dviglo::Graphics | private |
| BindFramebuffer(unsigned fbo) | Dviglo::Graphics | private |
| BindStencilAttachment(unsigned object, bool isRenderBuffer) | Dviglo::Graphics | private |
| blendMode_ | Dviglo::Graphics | private |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| CheckFeatureSupport() | Dviglo::Graphics | private |
| CheckFramebuffer() | Dviglo::Graphics | private |
| CleanupFramebuffers() | Dviglo::Graphics | private |
| CleanupRenderSurface(RenderSurface *surface) | Dviglo::Graphics | |
| CleanupScratchBuffers() | Dviglo::Graphics | |
| CleanupShaderPrograms(ShaderVariation *variation) | Dviglo::Graphics | |
| Clear(ClearTargetFlags flags, const Color &color=Color(0.0f, 0.0f, 0.0f, 0.0f), float depth=1.0f, unsigned stencil=0) | Dviglo::Graphics | |
| ClearParameterSource(ShaderParameterGroup group) | Dviglo::Graphics | |
| ClearParameterSources() | Dviglo::Graphics | |
| ClearTransformSources() | Dviglo::Graphics | |
| clipPlane_ | Dviglo::Graphics | private |
| Close() | Dviglo::Graphics | |
| colorWrite_ | Dviglo::Graphics | private |
| constantDepthBias_ | Dviglo::Graphics | private |
| context_ | Dviglo::Object | protected |
| CreateDevice(int width, int height) | Dviglo::Graphics | private |
| CreateDevice(unsigned adapter, unsigned deviceType) | Dviglo::Graphics | private |
| CreateFramebuffer() | Dviglo::Graphics | private |
| CreateInterface() | Dviglo::Graphics | private |
| CreateResolveTexture() | Dviglo::Graphics | private |
| CreateWindowIcon() | Dviglo::Graphics | private |
| cullMode_ | Dviglo::Graphics | private |
| defaultTextureAnisotropy_ | Dviglo::Graphics | private |
| defaultTextureFilterMode_ | Dviglo::Graphics | private |
| deferredSupport_ | Dviglo::Graphics | private |
| DeleteFramebuffer(unsigned fbo) | Dviglo::Graphics | private |
| depthStencil_ | Dviglo::Graphics | private |
| depthTestMode_ | Dviglo::Graphics | private |
| depthWrite_ | Dviglo::Graphics | private |
| Draw(PrimitiveType type, unsigned vertexStart, unsigned vertexCount) | Dviglo::Graphics | |
| Draw(PrimitiveType type, unsigned indexStart, unsigned indexCount, unsigned minVertex, unsigned vertexCount) | Dviglo::Graphics | |
| Draw(PrimitiveType type, unsigned indexStart, unsigned indexCount, unsigned baseVertexIndex, unsigned minVertex, unsigned vertexCount) | Dviglo::Graphics | |
| DrawInstanced(PrimitiveType type, unsigned indexStart, unsigned indexCount, unsigned minVertex, unsigned vertexCount, unsigned instanceCount) | Dviglo::Graphics | |
| DrawInstanced(PrimitiveType type, unsigned indexStart, unsigned indexCount, unsigned baseVertexIndex, unsigned minVertex, unsigned vertexCount, unsigned instanceCount) | Dviglo::Graphics | |
| dummyColorFormat_ | Dviglo::Graphics | private |
| dxtTextureSupport_ | Dviglo::Graphics | private |
| EndDumpShaders() | Dviglo::Graphics | |
| EndFrame() | Dviglo::Graphics | |
| etc2TextureSupport_ | Dviglo::Graphics | private |
| etcTextureSupport_ | Dviglo::Graphics | private |
| eventHandlers_ | Dviglo::Object | private |
| externalWindow_ | Dviglo::Graphics | private |
| fillMode_ | Dviglo::Graphics | private |
| FindBestResolutionIndex(int monitor, int width, int height, int refreshRate) const | Dviglo::Graphics | |
| FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| flushGPU_ | Dviglo::Graphics | private |
| forceGL2_ | Dviglo::Graphics | private |
| FreeScratchBuffer(void *buffer) | Dviglo::Graphics | |
| GetAlphaFormat() | Dviglo::Graphics | static |
| GetAlphaToCoverage() const | Dviglo::Graphics | inline |
| GetAnisotropySupport() const | Dviglo::Graphics | inline |
| GetApiName() const | Dviglo::Graphics | inline |
| GetBlendMode() const | Dviglo::Graphics | inline |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetBorderless() const | Dviglo::Graphics | inline |
| GetCategory() const | Dviglo::Object | |
| GetColorWrite() const | Dviglo::Graphics | inline |
| GetContext() const | Dviglo::Object | inline |
| GetCullMode() const | Dviglo::Graphics | inline |
| GetCurrentMonitor() const | Dviglo::Graphics | |
| GetDefaultTextureAnisotropy() const | Dviglo::Graphics | inline |
| GetDefaultTextureFilterMode() const | Dviglo::Graphics | inline |
| GetDeferredSupport() const | Dviglo::Graphics | inline |
| GetDepthConstantBias() const | Dviglo::Graphics | inline |
| GetDepthSlopeScaledBias() const | Dviglo::Graphics | inline |
| GetDepthStencil() const | Dviglo::Graphics | inline |
| GetDepthStencilFormat() | Dviglo::Graphics | static |
| GetDepthTest() const | Dviglo::Graphics | inline |
| GetDepthWrite() const | Dviglo::Graphics | inline |
| GetDesktopResolution(int monitor) const | Dviglo::Graphics | |
| GetDisplayDPI(int monitor=0) const | Dviglo::Graphics | |
| GetDither() const | Dviglo::Graphics | |
| GetDummyColorFormat() const | Dviglo::Graphics | inline |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetExternalWindow() const | Dviglo::Graphics | inline |
| GetFillMode() const | Dviglo::Graphics | inline |
| GetFloat16Format() | Dviglo::Graphics | static |
| GetFloat32Format() | Dviglo::Graphics | static |
| GetFlushGPU() const | Dviglo::Graphics | inline |
| GetForceGL2() const | Dviglo::Graphics | inline |
| GetFormat(CompressedFormat format) const | Dviglo::Graphics | |
| GetFormat(const String &formatName) | Dviglo::Graphics | static |
| GetFullscreen() const | Dviglo::Graphics | inline |
| GetGL3Support() | Dviglo::Graphics | static |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetHardwareShadowSupport() const | Dviglo::Graphics | inline |
| GetHeight() const | Dviglo::Graphics | inline |
| GetHighDPI() const | Dviglo::Graphics | inline |
| GetHiresShadowMapFormat() const | Dviglo::Graphics | inline |
| GetImpl() const | Dviglo::Graphics | inline |
| GetIndexBuffer() const | Dviglo::Graphics | inline |
| GetInstancingSupport() const | Dviglo::Graphics | inline |
| GetLightPrepassSupport() const | Dviglo::Graphics | inline |
| GetLineAntiAlias() const | Dviglo::Graphics | inline |
| GetLinearDepthFormat() | Dviglo::Graphics | static |
| GetLuminanceAlphaFormat() | Dviglo::Graphics | static |
| GetLuminanceFormat() | Dviglo::Graphics | static |
| GetMaxBones() | Dviglo::Graphics | static |
| GetMaximized() const | Dviglo::Graphics | |
| GetMonitor() const | Dviglo::Graphics | inline |
| GetMonitorCount() const | Dviglo::Graphics | |
| GetMultiSample() const | Dviglo::Graphics | inline |
| GetMultiSampleLevels() const | Dviglo::Graphics | |
| GetNumBatches() const | Dviglo::Graphics | inline |
| GetNumPrimitives() const | Dviglo::Graphics | inline |
| GetOrCreateConstantBuffer(ShaderType type, unsigned index, unsigned size) | Dviglo::Graphics | |
| GetOrientations() const | Dviglo::Graphics | inline |
| GetPixelShader() const | Dviglo::Graphics | inline |
| GetPixelUVOffset() | Dviglo::Graphics | inlinestatic |
| GetReadableDepthFormat() | Dviglo::Graphics | static |
| GetReadableDepthSupport() const | Dviglo::Graphics | inline |
| GetRefreshRate() const | Dviglo::Graphics | inline |
| GetRenderTarget(unsigned index) const | Dviglo::Graphics | |
| GetRenderTargetDimensions() const | Dviglo::Graphics | |
| GetResizable() const | Dviglo::Graphics | inline |
| GetResolutions(int monitor) const | Dviglo::Graphics | |
| GetRG16Format() | Dviglo::Graphics | static |
| GetRGBA16Format() | Dviglo::Graphics | static |
| GetRGBAFloat16Format() | Dviglo::Graphics | static |
| GetRGBAFloat32Format() | Dviglo::Graphics | static |
| GetRGBAFormat() | Dviglo::Graphics | static |
| GetRGBFormat() | Dviglo::Graphics | static |
| GetRGFloat16Format() | Dviglo::Graphics | static |
| GetRGFloat32Format() | Dviglo::Graphics | static |
| GetScissorRect() const | Dviglo::Graphics | inline |
| GetScissorTest() const | Dviglo::Graphics | inline |
| GetScreenModeParams() const | Dviglo::Graphics | inline |
| GetShader(ShaderType type, const String &name, const String &defines=String::EMPTY) const | Dviglo::Graphics | |
| GetShader(ShaderType type, const char *name, const char *defines) const | Dviglo::Graphics | |
| GetShaderCacheDir() const | Dviglo::Graphics | inline |
| GetShaderProgram() const | Dviglo::Graphics | |
| GetShadowMapFormat() const | Dviglo::Graphics | inline |
| GetSize() const | Dviglo::Graphics | inline |
| GetSRGB() const | Dviglo::Graphics | inline |
| GetSRGBSupport() const | Dviglo::Graphics | inline |
| GetSRGBWriteSupport() const | Dviglo::Graphics | inline |
| GetStencilCompareMask() const | Dviglo::Graphics | inline |
| GetStencilFail() const | Dviglo::Graphics | inline |
| GetStencilPass() const | Dviglo::Graphics | inline |
| GetStencilRef() const | Dviglo::Graphics | inline |
| GetStencilTest() const | Dviglo::Graphics | inline |
| GetStencilTestMode() const | Dviglo::Graphics | inline |
| GetStencilWriteMask() const | Dviglo::Graphics | inline |
| GetStencilZFail() const | Dviglo::Graphics | inline |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetTexture(unsigned index) const | Dviglo::Graphics | |
| GetTextureUnit(const String &name) | Dviglo::Graphics | |
| GetTextureUnitName(TextureUnit unit) | Dviglo::Graphics | |
| GetTripleBuffer() const | Dviglo::Graphics | inline |
| GetType() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
| GetTypeName() const =0 | Dviglo::Object | pure virtual |
| GetUseClipPlane() const | Dviglo::Graphics | inline |
| GetVertexBuffer(unsigned index) const | Dviglo::Graphics | |
| GetVertexShader() const | Dviglo::Graphics | inline |
| GetViewport() const | Dviglo::Graphics | inline |
| GetVSync() const | Dviglo::Graphics | inline |
| GetWidth() const | Dviglo::Graphics | inline |
| GetWindow() const | Dviglo::Graphics | inline |
| GetWindowPosition() const | Dviglo::Graphics | |
| GetWindowTitle() const | Dviglo::Graphics | inline |
| gl3Support | Dviglo::Graphics | privatestatic |
| gpuObjectMutex_ | Dviglo::Graphics | private |
| gpuObjects_ | Dviglo::Graphics | private |
| Graphics(Context *context) | Dviglo::Graphics | explicit |
| hardwareShadowSupport_ | Dviglo::Graphics | private |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasShaderParameter(StringHash param) | Dviglo::Graphics | |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| HasTextureUnit(TextureUnit unit) | Dviglo::Graphics | |
| height_ | Dviglo::Graphics | private |
| hiresShadowMapFormat_ | Dviglo::Graphics | private |
| impl_ | Dviglo::Graphics | private |
| indexBuffer_ | Dviglo::Graphics | private |
| instancingSupport_ | Dviglo::Graphics | private |
| IsDeviceLost() const | Dviglo::Graphics | |
| IsInitialized() const | Dviglo::Graphics | |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| lastShader_ | Dviglo::Graphics | mutableprivate |
| lastShaderName_ | Dviglo::Graphics | mutableprivate |
| lightPrepassSupport_ | Dviglo::Graphics | private |
| lineAntiAlias_ | Dviglo::Graphics | private |
| MarkFBODirty() | Dviglo::Graphics | |
| Maximize() | Dviglo::Graphics | |
| maxScratchBufferRequest_ | Dviglo::Graphics | private |
| Minimize() | Dviglo::Graphics | |
| NeedParameterUpdate(ShaderParameterGroup group, const void *source) | Dviglo::Graphics | |
| numBatches_ | Dviglo::Graphics | private |
| numPrimitives_ | Dviglo::Graphics | private |
| Object(Context *context) | Dviglo::Object | explicit |
| OnDeviceLost() | Dviglo::Graphics | private |
| OnDeviceReset() | Dviglo::Graphics | private |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| OnScreenModeChanged() | Dviglo::Graphics | private |
| OnWindowMoved() | Dviglo::Graphics | |
| OnWindowResized() | Dviglo::Graphics | |
| OpenWindow(int width, int height, bool resizable, bool borderless) | Dviglo::Graphics | private |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| orientations_ | Dviglo::Graphics | private |
| pixelShader_ | Dviglo::Graphics | private |
| pixelUVOffset | Dviglo::Graphics | privatestatic |
| position_ | Dviglo::Graphics | private |
| PrecacheShaders(Deserializer &source) | Dviglo::Graphics | |
| PrepareDraw() | Dviglo::Graphics | private |
| primaryWindowMode_ | Dviglo::Graphics | private |
| primitiveType_ | Dviglo::Graphics | private |
| pvrtcTextureSupport_ | Dviglo::Graphics | private |
| Raise() const | Dviglo::Graphics | |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| Release(bool clearGPUObjects, bool closeWindow) | Dviglo::Graphics | private |
| ReleaseRef() | Dviglo::RefCounted | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| RemoveGPUObject(GPUObject *object) | Dviglo::Graphics | |
| renderTargets_ | Dviglo::Graphics | private |
| ReserveScratchBuffer(unsigned size) | Dviglo::Graphics | |
| ResetCachedState() | Dviglo::Graphics | private |
| ResetDepthStencil() | Dviglo::Graphics | |
| ResetDevice() | Dviglo::Graphics | private |
| ResetRenderTarget(unsigned index) | Dviglo::Graphics | |
| ResetRenderTargets() | Dviglo::Graphics | |
| ResetStreamFrequencies() | Dviglo::Graphics | private |
| ResolveToTexture(Texture2D *destination, const IntRect &viewport) | Dviglo::Graphics | |
| ResolveToTexture(Texture2D *texture) | Dviglo::Graphics | |
| ResolveToTexture(TextureCube *texture) | Dviglo::Graphics | |
| Restore() | Dviglo::Graphics | |
| scissorRect_ | Dviglo::Graphics | private |
| scissorTest_ | Dviglo::Graphics | private |
| scratchBuffers_ | Dviglo::Graphics | private |
| screenParams_ | Dviglo::Graphics | private |
| secondaryWindowMode_ | Dviglo::Graphics | private |
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
| SetBlendMode(BlendMode mode, bool alphaToCoverage=false) | Dviglo::Graphics | |
| SetBlockEvents(bool block) | Dviglo::Object | inline |
| SetClipPlane(bool enable, const Plane &clipPlane=Plane::UP, const Matrix3x4 &view=Matrix3x4::IDENTITY, const Matrix4 &projection=Matrix4::IDENTITY) | Dviglo::Graphics | |
| SetColorWrite(bool enable) | Dviglo::Graphics | |
| SetCullMode(CullMode mode) | Dviglo::Graphics | |
| SetDefaultTextureAnisotropy(unsigned level) | Dviglo::Graphics | |
| SetDefaultTextureFilterMode(TextureFilterMode mode) | Dviglo::Graphics | |
| SetDefaultWindowModes(int width, int height, const ScreenModeParams ¶ms) | Dviglo::Graphics | |
| SetDepthBias(float constantBias, float slopeScaledBias) | Dviglo::Graphics | |
| SetDepthStencil(RenderSurface *depthStencil) | Dviglo::Graphics | |
| SetDepthStencil(Texture2D *texture) | Dviglo::Graphics | |
| SetDepthTest(CompareMode mode) | Dviglo::Graphics | |
| SetDepthWrite(bool enable) | Dviglo::Graphics | |
| SetDither(bool enable) | Dviglo::Graphics | |
| SetExternalWindow(void *window) | Dviglo::Graphics | |
| SetFillMode(FillMode mode) | Dviglo::Graphics | |
| SetFlushGPU(bool enable) | Dviglo::Graphics | |
| SetForceGL2(bool enable) | Dviglo::Graphics | |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetIndexBuffer(IndexBuffer *buffer) | Dviglo::Graphics | |
| SetLineAntiAlias(bool enable) | Dviglo::Graphics | |
| SetMode(int width, int height, bool fullscreen, bool borderless, bool resizable, bool highDPI, bool vsync, bool tripleBuffer, int multiSample, int monitor, int refreshRate) | Dviglo::Graphics | |
| SetMode(int width, int height) | Dviglo::Graphics | |
| SetOrientations(const String &orientations) | Dviglo::Graphics | |
| SetRenderTarget(unsigned index, RenderSurface *renderTarget) | Dviglo::Graphics | |
| SetRenderTarget(unsigned index, Texture2D *texture) | Dviglo::Graphics | |
| SetScissorTest(bool enable, const Rect &rect=Rect::FULL, bool borderInclusive=true) | Dviglo::Graphics | |
| SetScissorTest(bool enable, const IntRect &rect) | Dviglo::Graphics | |
| SetScreenMode(int width, int height, const ScreenModeParams ¶ms, bool maximize=false) | Dviglo::Graphics | |
| SetScreenMode(int width, int height) | Dviglo::Graphics | |
| SetShaderCacheDir(const String &path) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const float *data, unsigned count) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, float value) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, int value) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, bool value) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const Color &color) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const Vector2 &vector) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const Matrix3 &matrix) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const Vector3 &vector) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const Matrix4 &matrix) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const Vector4 &vector) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const Matrix3x4 &matrix) | Dviglo::Graphics | |
| SetShaderParameter(StringHash param, const Variant &value) | Dviglo::Graphics | |
| SetShaders(ShaderVariation *vs, ShaderVariation *ps) | Dviglo::Graphics | |
| SetSRGB(bool enable) | Dviglo::Graphics | |
| SetStencilTest(bool enable, CompareMode mode=CMP_ALWAYS, StencilOp pass=OP_KEEP, StencilOp fail=OP_KEEP, StencilOp zFail=OP_KEEP, unsigned stencilRef=0, unsigned compareMask=M_MAX_UNSIGNED, unsigned writeMask=M_MAX_UNSIGNED) | Dviglo::Graphics | |
| SetStreamFrequency(unsigned index, unsigned frequency) | Dviglo::Graphics | private |
| SetTexture(unsigned index, Texture *texture) | Dviglo::Graphics | |
| SetTextureForUpdate(Texture *texture) | Dviglo::Graphics | |
| SetTextureParametersDirty() | Dviglo::Graphics | |
| SetTextureUnitMappings() | Dviglo::Graphics | private |
| SetUBO(unsigned object) | Dviglo::Graphics | |
| SetVBO(unsigned object) | Dviglo::Graphics | |
| SetVertexAttribDivisor(unsigned location, unsigned divisor) | Dviglo::Graphics | private |
| SetVertexBuffer(VertexBuffer *buffer) | Dviglo::Graphics | |
| SetVertexBuffers(const PODVector< VertexBuffer * > &buffers, unsigned instanceOffset=0) | Dviglo::Graphics | |
| SetVertexBuffers(const Vector< SharedPtr< VertexBuffer > > &buffers, unsigned instanceOffset=0) | Dviglo::Graphics | |
| SetViewport(const IntRect &rect) | Dviglo::Graphics | |
| SetWindowIcon(Image *windowIcon) | Dviglo::Graphics | |
| SetWindowModes(const WindowModeParams &windowMode, const WindowModeParams &secondaryWindowMode, bool maximize=false) | Dviglo::Graphics | |
| SetWindowPosition(const IntVector2 &position) | Dviglo::Graphics | |
| SetWindowPosition(int x, int y) | Dviglo::Graphics | |
| SetWindowTitle(const String &windowTitle) | Dviglo::Graphics | |
| shaderCacheDir_ | Dviglo::Graphics | private |
| shaderExtension_ | Dviglo::Graphics | private |
| shaderParameterSources_ | Dviglo::Graphics | private |
| shaderPath_ | Dviglo::Graphics | private |
| shaderPrecache_ | Dviglo::Graphics | private |
| shadowMapFormat_ | Dviglo::Graphics | private |
| slopeScaledDepthBias_ | Dviglo::Graphics | private |
| sRGB_ | Dviglo::Graphics | private |
| sRGBSupport_ | Dviglo::Graphics | private |
| sRGBWriteSupport_ | Dviglo::Graphics | private |
| stencilCompareMask_ | Dviglo::Graphics | private |
| stencilFail_ | Dviglo::Graphics | private |
| stencilPass_ | Dviglo::Graphics | private |
| stencilRef_ | Dviglo::Graphics | private |
| stencilTest_ | Dviglo::Graphics | private |
| stencilTestMode_ | Dviglo::Graphics | private |
| stencilWriteMask_ | Dviglo::Graphics | private |
| stencilZFail_ | Dviglo::Graphics | private |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| TakeScreenShot(Image &destImage) | Dviglo::Graphics | |
| textures_ | Dviglo::Graphics | private |
| textureUnits_ | Dviglo::Graphics | private |
| ToggleFullscreen() | Dviglo::Graphics | |
| UnsubscribeFromAllEvents() | Dviglo::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Dviglo::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvents(Object *sender) | Dviglo::Object | |
| UpdateSwapChain(int width, int height) | Dviglo::Graphics | private |
| URHO3D_OBJECT(Graphics, Object) (defined in Dviglo::Graphics) | Dviglo::Graphics | private |
| useClipPlane_ | Dviglo::Graphics | private |
| vertexBuffers_ | Dviglo::Graphics | private |
| vertexDeclarationHash_ | Dviglo::Graphics | private |
| vertexShader_ | Dviglo::Graphics | private |
| viewport_ | Dviglo::Graphics | private |
| WeakRefs() const | Dviglo::RefCounted | |
| width_ | Dviglo::Graphics | private |
| window_ | Dviglo::Graphics | private |
| windowIcon_ | Dviglo::Graphics | private |
| windowTitle_ | Dviglo::Graphics | private |
| ~Graphics() override | Dviglo::Graphics | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |