Fix comment
This commit is contained in:
parent
0b81463408
commit
bf8d981952
|
@ -541,7 +541,7 @@ namespace BizHawk.Bizware.BizwareGL.Drivers.SlimDX
|
||||||
public int SamplerIndex;
|
public int SamplerIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
class PipelineWrapper // Disposable fields cleaned up in FreePipeline
|
class PipelineWrapper // Disposable fields cleaned up by FreePipeline
|
||||||
{
|
{
|
||||||
public d3d9.VertexDeclaration VertexDeclaration;
|
public d3d9.VertexDeclaration VertexDeclaration;
|
||||||
public ShaderWrapper VertexShader, FragmentShader;
|
public ShaderWrapper VertexShader, FragmentShader;
|
||||||
|
|
Loading…
Reference in New Issue