mirror of
https://github.com/rt64/rt64.git
synced 2024-12-26 21:18:31 +00:00
Remove unused method.
This commit is contained in:
parent
8e8588df56
commit
6f7987b539
@ -90,7 +90,6 @@ namespace RT64 {
|
|||||||
|
|
||||||
RasterShaderUber(RenderDevice *device, RenderShaderFormat shaderFormat, const RenderMultisampling &multisampling, const ShaderLibrary *shaderLibrary, uint32_t threadCount);
|
RasterShaderUber(RenderDevice *device, RenderShaderFormat shaderFormat, const RenderMultisampling &multisampling, const ShaderLibrary *shaderLibrary, uint32_t threadCount);
|
||||||
~RasterShaderUber();
|
~RasterShaderUber();
|
||||||
void threadCreatePipeline(const PipelineCreation &creation);
|
|
||||||
void threadCreatePipelines(uint32_t threadIndex);
|
void threadCreatePipelines(uint32_t threadIndex);
|
||||||
void waitForPipelineCreation();
|
void waitForPipelineCreation();
|
||||||
uint32_t pipelineStateIndex(bool zCmp, bool zUpd, bool cvgAdd) const;
|
uint32_t pipelineStateIndex(bool zCmp, bool zUpd, bool cvgAdd) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user