Click or drag to resize
Ab4d.SharpEngine logo

VulkanDevice Fields

The VulkanDevice type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDefaultFormat 
Public fieldStatic memberGlobalDynamicStates GlobalDynamicStates defines static array with dynamic states that are used by all pipelines. By default Viewport and Scissor dynamic states are used. Additional dynamic states can be added to specific pipelines by adding them to the EffectTechnique.[!:EffectTechnique.AdditionalDynamicStates] property.
Public fieldStatic memberPossibleDepthFormats 
Public fieldStatic memberPossibleDepthStencilFormats 
Public fieldSynchronizationContext When SynchronizationContext is not null, then it is possible to call its Send method to execute the code on the thread that was used to create this VulkanDevice.
Public fieldVk 
Top
See Also