OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::VulkanRenderSystem Member List

This is the complete list of members for Ogre::VulkanRenderSystem, including all inherited members.

_beginFrame(void) overrideOgre::VulkanRenderSystemvirtual
_beginGeometryCount(void)Ogre::RenderSystemvirtual
_cleanupDepthBuffers(bool bCleanManualBuffers=true)Ogre::RenderSystem
_convertProjectionMatrix(const Matrix4 &matrix, Matrix4 &dest, bool) overrideOgre::VulkanRenderSystemvirtual
_createDepthBufferFor(RenderTarget *renderTarget) overrideOgre::VulkanRenderSystemvirtual
_createRenderWindow(const String &name, uint32 width, uint32 height, bool fullScreen, const NameValuePairList *miscParams=0) overrideOgre::VulkanRenderSystem
Ogre::RenderSystem::_createRenderWindow(const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams=0)Ogre::RenderSystemvirtual
_disableTextureUnit(size_t texUnit)Ogre::RenderSystemvirtual
_disableTextureUnitsFrom(size_t texUnit)Ogre::RenderSystemvirtual
_dispatchCompute(const Vector3i &workgroupDim)Ogre::RenderSysteminlinevirtual
_endFrame(void) overrideOgre::VulkanRenderSystemvirtual
_getBatchCount(void) constOgre::RenderSystemvirtual
_getCullingMode(void) constOgre::RenderSystemvirtual
_getDefaultViewportMaterialScheme(void) constOgre::RenderSystem
_getFaceCount(void) constOgre::RenderSystemvirtual
_getFrameBufferDescMap(void)Ogre::VulkanRenderSysteminlinevirtual
_getVertexCount(void) constOgre::RenderSystemvirtual
_getViewport(void)Ogre::RenderSystemvirtual
_initialise()Ogre::RenderSystemvirtual
_initRenderTargets(void)Ogre::RenderSystem
_notifyActiveComputeEnded(void)Ogre::VulkanRenderSystem
_notifyActiveEncoderEnded()Ogre::VulkanRenderSystem
_notifyCameraRemoved(const Camera *cam)Ogre::RenderSystem
_notifyDeviceStalled()Ogre::VulkanRenderSystem
_pauseFrame(void)Ogre::RenderSystemvirtual
_render(const RenderOperation &op) overrideOgre::VulkanRenderSystemvirtual
_resumeFrame(RenderSystemContext *context)Ogre::RenderSystemvirtual
_setAlphaRejectSettings(CompareFunction func, unsigned char value, bool alphaToCoverage) overrideOgre::VulkanRenderSystemvirtual
_setColourBufferWriteEnabled(bool red, bool green, bool blue, bool alpha)Ogre::RenderSysteminline
_setCullingMode(CullingMode mode) overrideOgre::VulkanRenderSystemvirtual
_setDepthBias(float constantBias, float slopeScaleBias=0.0f) overrideOgre::VulkanRenderSystemvirtual
_setDepthBufferCheckEnabled(bool enabled=true)Ogre::RenderSysteminlinevirtual
_setDepthBufferFunction(CompareFunction func=CMPF_LESS_EQUAL)Ogre::RenderSysteminlinevirtual
_setDepthBufferParams(bool depthTest, bool depthWrite, CompareFunction depthFunction) overrideOgre::VulkanRenderSystemvirtual
_setDepthBufferWriteEnabled(bool enabled=true)Ogre::RenderSysteminlinevirtual
_setDepthClamp(bool enable) overrideOgre::VulkanRenderSystemvirtual
_setFog(FogMode f)Ogre::RenderSysteminline
_setLineWidth(float width)Ogre::RenderSysteminlinevirtual
_setPointParameters(bool attenuationEnabled, Real minSize, Real maxSize)Ogre::RenderSysteminlinevirtual
_setPointSpritesEnabled(bool enabled)Ogre::RenderSysteminlinevirtual
_setPolygonMode(PolygonMode level) overrideOgre::VulkanRenderSystemvirtual
_setProjectionMatrix(Matrix4 m)Ogre::RenderSystem
_setRenderTarget(RenderTarget *target) overrideOgre::VulkanRenderSystemvirtual
_setSampler(size_t texUnit, Sampler &s) overrideOgre::VulkanRenderSystemvirtual
_setSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendOperation op=SBO_ADD)Ogre::RenderSysteminline
_setSeparateSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendFactor sourceFactorAlpha, SceneBlendFactor destFactorAlpha, SceneBlendOperation op=SBO_ADD, SceneBlendOperation alphaOp=SBO_ADD)Ogre::RenderSysteminline
_setTexture(size_t unit, bool enabled, const TexturePtr &texPtr) overrideOgre::VulkanRenderSystemvirtual
_setTextureAddressingMode(size_t unit, const Sampler::UVWAddressingMode &uvw)Ogre::RenderSysteminlinevirtual
_setTextureBlendMode(size_t unit, const LayerBlendModeEx &bm)Ogre::RenderSysteminlinevirtual
_setTextureCoordCalculation(size_t unit, TexCoordCalcMethod m, const Frustum *frustum=0)Ogre::RenderSysteminlinevirtual
_setTextureCoordSet(size_t unit, size_t index)Ogre::RenderSysteminlinevirtual
_setTextureMatrix(size_t unit, const Matrix4 &xform)Ogre::RenderSysteminlinevirtual
_setTextureProjectionRelativeTo(bool enabled, const Vector3 &pos)Ogre::RenderSystemvirtual
_setTextureUnitFiltering(size_t unit, FilterType ftype, FilterOptions filter)Ogre::RenderSysteminlinevirtual
_setTextureUnitFiltering(size_t unit, FilterOptions minFilter, FilterOptions magFilter, FilterOptions mipFilter)Ogre::RenderSystemvirtual
_setTextureUnitSettings(size_t texUnit, TextureUnitState &tl)Ogre::RenderSystemvirtual
_setVertexTexture(size_t unit, const TexturePtr &tex)Ogre::RenderSystemvirtual
_setViewMatrix(const Matrix4 &m)Ogre::RenderSysteminline
_setViewport(Viewport *vp) overrideOgre::VulkanRenderSystemvirtual
_setWorldMatrix(const Matrix4 &m)Ogre::RenderSysteminline
_swapAllRenderTargetBuffers()Ogre::RenderSystemvirtual
_updateAllRenderTargets(bool swapBuffers=true)Ogre::RenderSystemvirtual
_useLights(unsigned short limit)Ogre::RenderSysteminlinevirtual
addListener(Listener *l)Ogre::RenderSystem
applyFixedFunctionParams(const GpuProgramParametersPtr &params, uint16 variabilityMask)Ogre::RenderSysteminlinevirtual
attachRenderTarget(RenderTarget &target)Ogre::RenderSystem
beginGPUSampleProfile(const String &name, uint32 *hashCache)Ogre::VulkanRenderSystemvirtual
beginProfileEvent(const String &eventName) overrideOgre::VulkanRenderSystemvirtual
bindGpuProgram(GpuProgram *prg) overrideOgre::VulkanRenderSystemvirtual
bindGpuProgramParameters(GpuProgramType gptype, const GpuProgramParametersPtr &params, uint16 variabilityMask) overrideOgre::VulkanRenderSystemvirtual
clearFrameBuffer(unsigned int buffers, const ColourValue &colour=ColourValue::Black, float depth=1.0f, unsigned short stencil=0) overrideOgre::VulkanRenderSystem
Ogre::RenderSystem::clearFrameBuffer(uint32 buffers, const ColourValue &colour=ColourValue::Black, float depth=1.0f, uint16 stencil=0)=0Ogre::RenderSystempure virtual
convertColourValue(const ColourValue &colour, uint32 *pDest)Ogre::RenderSysteminlinestatic
createHardwareOcclusionQuery(void) overrideOgre::VulkanRenderSystemvirtual
createMultiRenderTarget(const String &name) overrideOgre::VulkanRenderSysteminlinevirtual
createRenderSystemCapabilities(void) const overrideOgre::VulkanRenderSystemvirtual
deinitGPUProfiling(void)Ogre::VulkanRenderSystemvirtual
destroyHardwareOcclusionQuery(HardwareOcclusionQuery *hq)Ogre::RenderSystemvirtual
destroyRenderTarget(const String &name)Ogre::RenderSystemvirtual
destroyRenderTexture(const String &name)Ogre::RenderSystemvirtual
destroyRenderWindow(const String &name)Ogre::RenderSystemvirtual
detachRenderTarget(const String &name)Ogre::RenderSystemvirtual
endGPUSampleProfile(const String &name)Ogre::VulkanRenderSystemvirtual
endProfileEvent(void) overrideOgre::VulkanRenderSystemvirtual
endRenderPassDescriptor()Ogre::VulkanRenderSystem
executeRenderPassDescriptorDelayedActions(bool officialCall=true)Ogre::VulkanRenderSystem
flushUAVs(void)Ogre::VulkanRenderSystem
getCapabilities(void) constOgre::RenderSysteminline
getColourVertexElementType(void)Ogre::RenderSysteminlinestatic
getConfigOptions() constOgre::RenderSysteminline
getCustomAttribute(const String &name, void *pData)Ogre::RenderSystemvirtual
getDisplayMonitorCount() constOgre::RenderSysteminlinevirtual
getDriverVersion(void) constOgre::RenderSysteminline
getFixedFunctionParams(TrackVertexColourType tracking, FogMode fog)Ogre::RenderSysteminlinevirtual
getGlobalInstanceVertexBuffer() constOgre::RenderSystem
getGlobalInstanceVertexBufferVertexDeclaration() constOgre::RenderSystem
getGlobalNumberOfInstances() constOgre::RenderSystem
getHorizontalTexelOffset(void) overrideOgre::VulkanRenderSystemvirtual
getInvertVertexWinding(void) constOgre::RenderSystem
getMaximumDepthInputValue(void) overrideOgre::VulkanRenderSystemvirtual
getMinimumDepthInputValue(void) overrideOgre::VulkanRenderSystemvirtual
getMutableCapabilities()Ogre::RenderSysteminline
getName(void) const overrideOgre::VulkanRenderSystemvirtual
getNativeShadingLanguageVersion() constOgre::RenderSysteminline
getRenderSystemEvents(void) constOgre::RenderSysteminline
getRenderTarget(const String &name)Ogre::RenderSystem
getRenderWindowDescription() constOgre::RenderSystem
getSharedListener(void)Ogre::RenderSystemstatic
getVerticalTexelOffset(void) overrideOgre::VulkanRenderSystemvirtual
getVkInstance(void) constOgre::VulkanRenderSysteminline
getVulkanDevice() constOgre::VulkanRenderSysteminline
initConfigOptions() overrideOgre::VulkanRenderSystemvirtual
initGPUProfiling(void)Ogre::VulkanRenderSystemvirtual
initialiseFromRenderSystemCapabilities(RenderSystemCapabilities *caps, RenderTarget *primary) overrideOgre::VulkanRenderSystemvirtual
isGpuProgramBound(GpuProgramType gptype)Ogre::RenderSystem
isReverseDepthBufferEnabled() constOgre::RenderSystem
markProfileEvent(const String &event) overrideOgre::VulkanRenderSystemvirtual
notifySwapchainDestroyed()Ogre::VulkanRenderSystem
postExtraThreadsStarted()Ogre::RenderSysteminlinevirtual
preExtraThreadsStarted()Ogre::RenderSysteminlinevirtual
refreshConfig()Ogre::VulkanRenderSystem
registerThread()Ogre::RenderSysteminlinevirtual
reinitialise(void)Ogre::RenderSystem
removeListener(Listener *l)Ogre::RenderSystem
RenderSystem()Ogre::RenderSystem
resetAllBindings(void)Ogre::VulkanRenderSystem
setClipPlanes(const PlaneList &clipPlanes)Ogre::RenderSystemvirtual
setColourBlendState(const ColourBlendState &state) overrideOgre::VulkanRenderSystemvirtual
setConfigOption(const String &name, const String &value) overrideOgre::VulkanRenderSystemvirtual
setCurrentPassIterationCount(const size_t count)Ogre::RenderSysteminlinevirtual
setDepthBufferFor(RenderTarget *renderTarget)Ogre::RenderSystem
setDeriveDepthBias(bool derive, float baseValue=0.0f, float multiplier=0.0f, float slopeScale=0.0f)Ogre::RenderSysteminline
setDrawBuffer(ColourBufferType colourBuffer)Ogre::RenderSysteminlinevirtual
setGlobalInstanceVertexBuffer(const HardwareVertexBufferSharedPtr &val)Ogre::RenderSystem
setGlobalInstanceVertexBufferVertexDeclaration(VertexDeclaration *val)Ogre::RenderSystem
setGlobalNumberOfInstances(const size_t val)Ogre::RenderSystem
setInvertVertexWinding(bool invert)Ogre::RenderSystem
setLightingEnabled(bool enabled)Ogre::RenderSysteminlinevirtual
setNormaliseNormals(bool normalise)Ogre::RenderSysteminlinevirtual
setScissorTest(bool enabled, const Rect &rect=Rect()) overrideOgre::VulkanRenderSystemvirtual
Ogre::RenderSystem::setScissorTest(bool enabled, uint32 left, uint32 top=0, uint32 right=800, uint32 bottom=600)Ogre::RenderSysteminline
setShadingType(ShadeOptions so)Ogre::RenderSysteminlinevirtual
setSharedListener(Listener *listener)Ogre::RenderSystemstatic
setStencilBufferParams(CompareFunction func=CMPF_ALWAYS_PASS, uint32 refValue=0, uint32 compareMask=0xFFFFFFFF, uint32 writeMask=0xFFFFFFFF, StencilOperation stencilFailOp=SOP_KEEP, StencilOperation depthFailOp=SOP_KEEP, StencilOperation passOp=SOP_KEEP, bool twoSidedOperation=false)Ogre::RenderSystem
setStencilCheckEnabled(bool enabled)Ogre::RenderSystem
setStencilState(const StencilState &state) overrideOgre::VulkanRenderSystemvirtual
shutdown(void) overrideOgre::VulkanRenderSystemvirtual
unbindGpuProgram(GpuProgramType gptype)Ogre::RenderSystemvirtual
unregisterThread()Ogre::RenderSysteminlinevirtual
useCustomRenderSystemCapabilities(RenderSystemCapabilities *capabilities)Ogre::RenderSystem
validateConfigOptions(void)Ogre::RenderSysteminlinevirtual
VulkanRenderSystem()Ogre::VulkanRenderSystem
~RenderSystem()Ogre::RenderSystemvirtual
~VulkanRenderSystem()Ogre::VulkanRenderSystem