Depth | |
public class DepthOnlyMaterial : Material, ITwoSidedMaterial
The DepthOnlyMaterial type exposes the following members.
| Name | Description | |
|---|---|---|
| DepthOnlyMaterial | Initializes a new instance of the DepthOnlyMaterial class |
| Name | Description | |
|---|---|---|
| IsTwoSided | Gets a Boolean that specifies if the material should be rendered on both front and back side. |
| Name | Description | |
|---|---|---|
| OnInitializeSceneResources |
Initializes resources with the specified Scene and GpuDevice.
This method can be overriden and is called from InitializeSceneResources(Scene) method.
(Overrides MaterialOnInitializeSceneResources(Scene, VulkanDevice)) |