mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Correct Depth classes
This commit is contained in:
@@ -6221,8 +6221,8 @@ Methods:
|
|||||||
DepthStencilState :: struct { using _: NS.Object }
|
DepthStencilState :: struct { using _: NS.Object }
|
||||||
|
|
||||||
@(objc_type=DepthStencilState, objc_name="device")
|
@(objc_type=DepthStencilState, objc_name="device")
|
||||||
DepthStencilState_device :: #force_inline proc(self: ^DepthStencilState) -> ^DepthStencilState {
|
DepthStencilState_device :: #force_inline proc(self: ^DepthStencilState) -> ^Device {
|
||||||
return msgSend(^DepthStencilState, self, "device")
|
return msgSend(^Device, self, "device")
|
||||||
}
|
}
|
||||||
@(objc_type=DepthStencilState, objc_name="label")
|
@(objc_type=DepthStencilState, objc_name="label")
|
||||||
DepthStencilState_label :: #force_inline proc(self: ^DepthStencilState) -> ^NS.String {
|
DepthStencilState_label :: #force_inline proc(self: ^DepthStencilState) -> ^NS.String {
|
||||||
|
|||||||
Reference in New Issue
Block a user