Remove unused method.

This commit is contained in:
Dario 2024-08-08 00:10:22 -03:00
parent 8e8588df56
commit 6f7987b539

View File

@ -90,7 +90,6 @@ namespace RT64 {
RasterShaderUber(RenderDevice *device, RenderShaderFormat shaderFormat, const RenderMultisampling &multisampling, const ShaderLibrary *shaderLibrary, uint32_t threadCount);
~RasterShaderUber();
void threadCreatePipeline(const PipelineCreation &creation);
void threadCreatePipelines(uint32_t threadIndex);
void waitForPipelineCreation();
uint32_t pipelineStateIndex(bool zCmp, bool zUpd, bool cvgAdd) const;