Cogs.Core
|
This is the complete list of members for Cogs::ContextVK, including all inherited members.
beginFrame() (defined in Cogs::ContextVK) | Cogs::ContextVK | |
beginRenderPass() (defined in Cogs::ContextVK) | Cogs::ContextVK | |
Cogs::ContextCommon::beginRenderPass(const RenderPassInfo &info)=0 | Cogs::IContext | pure virtual |
buffers (defined in Cogs::ContextVK) | Cogs::ContextVK | |
clearCachedState() | Cogs::IContext | inlinevirtual |
clearDepth(const float depth=1.0f) override | Cogs::ContextVK | virtual |
clearRenderTarget(const float *color) override | Cogs::ContextVK | virtual |
clearRenderTarget(const float **colors, const int count) override | Cogs::ContextVK | virtual |
clearResource(BufferHandle destinationHandle, uint32_t *Values) override (defined in Cogs::ContextVK) | Cogs::ContextVK | inlinevirtual |
clearResource(BufferHandle destinationHandle, float *Values) override (defined in Cogs::ContextVK) | Cogs::ContextVK | inlinevirtual |
clearValues (defined in Cogs::ContextVK) | Cogs::ContextVK | |
constantBuffersUpdated (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
copyResource(BufferHandle destinationHandle, BufferHandle sourceHandle) override (defined in Cogs::ContextVK) | Cogs::ContextVK | virtual |
copyResource(TextureHandle destinationHandle, TextureHandle sourceHandle) override (defined in Cogs::ContextVK) | Cogs::ContextVK | virtual |
copyTexture(TextureHandle dstHandle, unsigned dstSub, unsigned dstX, unsigned dstY, unsigned dstZ, TextureHandle sourceHandle, unsigned srcSub) override (defined in Cogs::ContextVK) | Cogs::ContextVK | virtual |
currentEffect (defined in Cogs::ContextVK) | Cogs::ContextVK | |
currentFrame (defined in Cogs::ContextVK) | Cogs::ContextVK | |
currentFrameResources (defined in Cogs::ContextVK) | Cogs::ContextVK | |
currStats (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
currUploadStats (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
defaultBlendState (defined in Cogs::ContextVK) | Cogs::ContextVK | |
defaultDepthStencilState (defined in Cogs::ContextVK) | Cogs::ContextVK | |
defaultRasterizerState (defined in Cogs::ContextVK) | Cogs::ContextVK | |
defaultRenderTarget (defined in Cogs::ContextVK) | Cogs::ContextVK | |
defaultSampler (defined in Cogs::ContextVK) | Cogs::ContextVK | |
defaultTexture (defined in Cogs::ContextVK) | Cogs::ContextVK | |
descriptorPool (defined in Cogs::ContextVK) | Cogs::ContextVK | |
descriptorSets (defined in Cogs::ContextVK) | Cogs::ContextVK | |
device (defined in Cogs::ContextVK) | Cogs::ContextVK | private |
dispatchCompute(const unsigned int threadGroupsX, const unsigned int threadGroupsY, const unsigned int threadGroupsZ) override | Cogs::ContextVK | virtual |
draw(PrimitiveType::EPrimitiveType primitiveType, const size_t startVertex, const size_t numVertexes) override | Cogs::ContextVK | virtual |
drawIndexed(PrimitiveType::EPrimitiveType primitiveType, const size_t startIndex, const size_t numIndexes, const size_t startVertex) override | Cogs::ContextVK | virtual |
drawInstanced(PrimitiveType::EPrimitiveType primitiveType, const size_t startVertex, const size_t numVertexes, const size_t startInstance, const size_t numInstances) override | Cogs::ContextVK | virtual |
drawInstancedIndexed(PrimitiveType::EPrimitiveType primitiveType, const size_t startInstance, const size_t numInstances, const size_t startIndex, const size_t numIndexes) override | Cogs::ContextVK | virtual |
effect (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
effects (defined in Cogs::ContextVK) | Cogs::ContextVK | |
endFrame() (defined in Cogs::ContextVK) | Cogs::ContextVK | |
endRenderPass() | Cogs::ContextVK | virtual |
frameResources (defined in Cogs::ContextVK) | Cogs::ContextVK | |
frameStatisticsAccountDrawCall(size_t count, bool indexed) (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
frameStatisticsBeginFrame() | Cogs::ContextCommon | |
frameStatisticsConfigure(bool enable) override (defined in Cogs::ContextCommon) | Cogs::ContextCommon | inlinevirtual |
frameStatisticsEnabled (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
getBufferCounter(BufferHandle bufferHandle, BufferHandle destinationBufferHandle) override | Cogs::ContextVK | virtual |
getBufferCounter(BufferHandle bufferHandle) override | Cogs::ContextVK | virtual |
getCurrentEffect() override (defined in Cogs::ContextVK) | Cogs::ContextVK | inlinevirtual |
getEffects() (defined in Cogs::ContextVK) | Cogs::ContextVK | inlinevirtual |
getIAState() override (defined in Cogs::ContextVK) | Cogs::ContextVK | inlinevirtual |
getLastFrameStatistics() override (defined in Cogs::ContextCommon) | Cogs::ContextCommon | virtual |
getLastUploadStatistics() override (defined in Cogs::ContextCommon) | Cogs::ContextCommon | virtual |
graphicsDevice (defined in Cogs::ContextVK) | Cogs::ContextVK | private |
iaState (defined in Cogs::ContextVK) | Cogs::ContextVK | |
initialize(class GraphicsDeviceVK *graphicsDevice) (defined in Cogs::ContextVK) | Cogs::ContextVK | |
map(BufferHandle bufferHandle, MapMode::EMapMode mapMode, uint32_t *stride=nullptr) override | Cogs::ContextVK | virtual |
map(TextureHandle textureHandle, MapMode::EMapMode accessMode, uint32_t *rowPitch, uint32_t *depthPitch) override | Cogs::ContextVK | virtual |
pipelineCache (defined in Cogs::ContextVK) | Cogs::ContextVK | |
popCommandGroupAnnotation() | Cogs::IContext | inlinevirtual |
prevStats (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
prevUploadStats (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
PSOs (defined in Cogs::ContextVK) | Cogs::ContextVK | |
pushCommandGroupAnnotation(const StringView &name) | Cogs::IContext | inlinevirtual |
readColorBuffer(BufferHandle bufferHandle, int x, int y, int width, int height, Framebuffer::EFrameBuffer framebuffer) override | Cogs::ContextVK | virtual |
readDepthBuffer(BufferHandle bufferHandle, int x, int y, int width, int height, Framebuffer::EFrameBuffer framebuffer) override | Cogs::ContextVK | virtual |
renderPass (defined in Cogs::ContextVK) | Cogs::ContextVK | |
renderTargets (defined in Cogs::ContextVK) | Cogs::ContextVK | |
reset() | Cogs::IContext | inlinevirtual |
resolveResource(TextureHandle source, TextureHandle destination) override | Cogs::ContextVK | virtual |
setAnnotationMarker(const StringView &name) | Cogs::IContext | inlinevirtual |
setBlendState(const BlendStateHandle handle, const float *constant=nullptr) override | Cogs::ContextVK | virtual |
setBuffer(const BufferBindingHandle bindingHandle, BufferHandle bufferHandle) override | Cogs::ContextVK | virtual |
Cogs::ContextCommon::setBuffer(const StringView &name, BufferHandle bufferHandle) final | Cogs::ContextCommon | virtual |
setBufferCounter(BufferHandle bufferHandle, uint32_t value) override | Cogs::ContextVK | virtual |
setBufferCounter(BufferHandle bufferHandle, BufferHandle sourceBufferHandle) override | Cogs::ContextVK | virtual |
setConstantBuffer(const ConstantBufferBindingHandle bufferBindingHandle, const BufferHandle bufferHandle, const uint32_t offset=0, const uint32_t size=~0u) override | Cogs::ContextVK | virtual |
Cogs::ContextCommon::setConstantBuffer(const StringView &name, const BufferHandle bufferHandle, const uint32_t offset, const uint32_t size) final | Cogs::ContextCommon | virtual |
setCurrentEffect(Effect *currentEffect) (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
setDepthStencilState(const DepthStencilStateHandle handle) override | Cogs::ContextVK | virtual |
setEffect(EffectHandle handle) override | Cogs::ContextVK | virtual |
setIndexBuffer(IndexBufferHandle bufferHandle, uint32_t stride=4, uint32_t offset=0) override | Cogs::ContextVK | virtual |
setInputLayout(const InputLayoutHandle inputLayoutHandle) override | Cogs::ContextVK | virtual |
setMatrixVariable(const StringView &name, const float *value) override | Cogs::ContextCommon | virtual |
setMatrixVariable(const EffectVariableHandle variableHandle, const float *value) override | Cogs::ContextCommon | virtual |
setMatrixVariable(const EffectVariableHandle variableHandle, const float *value, size_t count) override | Cogs::ContextCommon | virtual |
setRasterizerState(const RasterizerStateHandle handle) override | Cogs::ContextVK | virtual |
setRenderTarget(const RenderTargetHandle handle, const DepthStencilHandle depthStencilHandle) override | Cogs::ContextVK | virtual |
setSamplerState(const SamplerStateBindingHandle samplerStateBindingHandle, const SamplerStateHandle samplerStateHandle) override | Cogs::ContextVK | virtual |
Cogs::ContextCommon::setSamplerState(const StringView &name, unsigned int unit, SamplerStateHandle handle) final | Cogs::ContextCommon | virtual |
setScalarVariable(const StringView &name, const float value) override | Cogs::ContextCommon | inlinevirtual |
setScalarVariable(const StringView &name, int value) override | Cogs::ContextCommon | inlinevirtual |
setScalarVariable(const EffectVariableHandle variableHandle, const float value) override | Cogs::ContextCommon | virtual |
setScalarVariable(const EffectVariableHandle variableHandle, const float *value, size_t count) override | Cogs::ContextCommon | virtual |
setScalarVariable(const EffectVariableHandle variableHandle, int value) override | Cogs::ContextCommon | virtual |
setScalarVariable(const EffectVariableHandle variableHandle, const int *value, size_t count) override | Cogs::ContextCommon | virtual |
setScissor(const int x, const int y, const int width, const int height) override | Cogs::ContextVK | virtual |
setTexture(const TextureBindingHandle textureBindingHandle, const TextureHandle textureHandle) override | Cogs::ContextVK | virtual |
setTexture(const TextureBindingHandle textureBindingHandle, TextureViewHandle textureViewHandle) override (defined in Cogs::ContextVK) | Cogs::ContextVK | virtual |
Cogs::ContextCommon::setTexture(const StringView &name, unsigned int unit, TextureHandle textureHandle) final | Cogs::ContextCommon | virtual |
setTexture(const StringView &name, TextureViewHandle textureViewHandle) final (defined in Cogs::ContextCommon) | Cogs::ContextCommon | virtual |
setupPipeline(PrimitiveType::EPrimitiveType primitiveType) (defined in Cogs::ContextVK) | Cogs::ContextVK | |
setVariable(const StringView &name, const uint8_t *data, size_t size) (defined in Cogs::ContextCommon) | Cogs::ContextCommon | |
setVariable(const EffectVariableHandle index, const uint8_t *data, size_t size) override | Cogs::ContextCommon | virtual |
setVector2Variable(const StringView &name, const float *value) override | Cogs::ContextCommon | inlinevirtual |
setVector2Variable(const EffectVariableHandle variableHandle, const float *value, size_t count=1) override | Cogs::ContextCommon | virtual |
setVector3Variable(const StringView &name, const float *value) override | Cogs::ContextCommon | inlinevirtual |
setVector3Variable(const EffectVariableHandle variableHandle, const float *value, size_t count=1) override | Cogs::ContextCommon | virtual |
setVector4Variable(const StringView &name, const float *value) override | Cogs::ContextCommon | inlinevirtual |
setVector4Variable(const EffectVariableHandle variableHandle, const float *value, size_t count=1) override | Cogs::ContextCommon | virtual |
setVector4Variable(const EffectVariableHandle variableHandle, const int *value, size_t count=1) override | Cogs::ContextCommon | virtual |
setVertexArrayObject(VertexArrayObjectHandle vertexArrayObject) override | Cogs::ContextVK | virtual |
setVertexBuffers(const VertexBufferHandle *vertexBufferHandles, const size_t count, const uint32_t *strides, const uint32_t *offsets) override | Cogs::ContextVK | virtual |
setVertexBuffers(const VertexBufferHandle *vertexBufferHandles, const size_t count) override | Cogs::ContextVK | virtual |
setViewport(const float x, const float y, const float width, const float height) override | Cogs::ContextVK | virtual |
shaderState (defined in Cogs::ContextVK) | Cogs::ContextVK | |
signal(FenceHandle) override | Cogs::ContextCommon | inlinevirtual |
state (defined in Cogs::ContextVK) | Cogs::ContextVK | |
textures (defined in Cogs::ContextVK) | Cogs::ContextVK | |
unmap(BufferHandle bufferHandle) override | Cogs::ContextVK | virtual |
unmap(TextureHandle textureHandle) override | Cogs::ContextVK | virtual |
updateBuffer(BufferHandle bufferHandle, const void *data, size_t size) override | Cogs::ContextVK | virtual |
updateConstantBuffers() (defined in Cogs::ContextVK) | Cogs::ContextVK | |
updateDescriptorSet() (defined in Cogs::ContextVK) | Cogs::ContextVK | |
updatePipelineState(PrimitiveType::EPrimitiveType primitiveType) (defined in Cogs::ContextVK) | Cogs::ContextVK | |
updateSubBuffer(BufferHandle bufferHandle, const size_t offset, const size_t size, const void *data) override | Cogs::ContextVK | virtual |
updateSubTexture(TextureHandle textureHandle, const size_t level, const void *data) override | Cogs::ContextVK | virtual |
uploadStatisticsBufferUpload(size_t size) (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
uploadStatisticsEnabled (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |
uploadStatisticsTextureUpload(size_t size) (defined in Cogs::ContextCommon) | Cogs::ContextCommon | protected |