Skip to content

Commit

Permalink
Oops missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteCombineSoldier authored Dec 18, 2024
1 parent 5c9bf90 commit 266b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/RemixSDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Material:
* To register, call `remixapi_Interface::CreateMaterial` specifying `remixapi_MaterialInfo`, but `.pNext` must be a pointer to one of:
* `remixapi_MaterialInfoOpaqueEXT` -- for a generic material
* `remixapi_MaterialInfoTranslucentEXT` -- for a glass material
* For the default values, corresponding default constructors can be examined in the C++ wrapper [remix.h](../../../public/include/remix/remix.h)
* For the default values, corresponding default constructors can be examined in the C++ wrapper [remix.h](/public/include/remix/remix.h)
* *Note: at the time of writing, the material API is still not refined to work with non-file image data, and overall structure just reflects the internal representation of materials, which might be not as simple to use. The primary subject to change.*

Light:
Expand Down

0 comments on commit 266b922

Please sign in to comment.