Struct ImageCreateInfo
- Namespace
- SharpVulkan
- Assembly
- Lime.dll
public struct ImageCreateInfo
- Inherited Members
-
Fields
ArrayLayers
Field Value
- uint
Extent
Field Value
- Extent3D
Flags
public ImageCreateFlags Flags
Field Value
- ImageCreateFlags
Field Value
- Format
ImageType
public ImageType ImageType
Field Value
- ImageType
InitialLayout
public ImageLayout InitialLayout
Field Value
- ImageLayout
MipLevels
Field Value
- uint
Next
Field Value
- nint
QueueFamilyIndexCount
public uint QueueFamilyIndexCount
Field Value
- uint
QueueFamilyIndices
public nint QueueFamilyIndices
Field Value
- nint
Samples
public SampleCountFlags Samples
Field Value
- SampleCountFlags
SharingMode
public SharingMode SharingMode
Field Value
- SharingMode
StructureType
public StructureType StructureType
Field Value
- StructureType
Tiling
public ImageTiling Tiling
Field Value
- ImageTiling
Usage
public ImageUsageFlags Usage
Field Value
- ImageUsageFlags