Interface VulkanPushConstantRangeType
- All Known Implementing Classes:
VulkanPushConstantRange
@Immutable
public interface VulkanPushConstantRangeType
Structure specifying a push constant range.
- See Also:
-
Method Details
-
stageFlags
- Returns:
- The stages that will access the range of push constants
-
offset
@Parameter int offset()- Returns:
- The start of the range
-
size
@Parameter int size()- Returns:
- The size of the range
-