Browse Source

Update shaders_hybrid_render.c (#3908)

Fix typo
pull/3914/head
Yousif 7 months ago
committed by GitHub
parent
commit
a4819f99cb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/shaders/shaders_hybrid_render.c

+ 2
- 2
examples/shaders/shaders_hybrid_render.c View File

@ -116,7 +116,7 @@ int main(void)
DrawRectangleRec((Rectangle){0,0, (float)screenWidth, (float)screenHeight},WHITE);
EndShaderMode();
// Raserize Scene
// Rasterize Scene
BeginMode3D(camera);
BeginShaderMode(shdrRaster);
DrawCubeWiresV((Vector3){ 0.0f, 0.5f, 1.0f }, (Vector3){ 1.0f, 1.0f, 1.0f }, RED);
@ -205,4 +205,4 @@ void UnloadRenderTextureDepthTex(RenderTexture2D target)
// queried and deleted before deleting framebuffer
rlUnloadFramebuffer(target.id);
}
}
}

Loading…
Cancel
Save