pull/1/head
thatcosmonaut 2021-01-06 17:33:57 -08:00 committed by GitHub
parent b55229db35
commit dcf8d89fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ namespace RefreshCS
public struct GraphicsPipelineCreateInfo
{
public ShaderStageState vertexShaderState;
public ShaderStageState fragmentShaderStage;
public ShaderStageState fragmentShaderState;
public VertexInputState vertexInputState;
public TopologyState topologyState;
public ViewportState viewportState;