Advertisement
lamiastella

frameId

Mar 28th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. frameInfo = pyrenderdoc.FrameInfo
  2. print(dir(frameInfo))
  3. print(dir(frameInfo.stats))
  4. print(dir(frameInfo.stats.shaders[0].calls.imag))
  5. print(frameInfo.debugMessages)
  6.  
  7. --------------------
  8.  
  9. ['Equals', 'GetHashCode', 'GetType', 'MemberwiseClone', 'ReferenceEquals', 'ToString', '__class__', '__delattr__', '__doc__', '__format__', '__getattribute__', '__hash__', '__init__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'captureTime', 'compressedFileSize', 'debugMessages', 'fileOffset', 'firstEvent', 'frameNumber', 'initDataSize', 'persistentSize', 'stats', 'uncompressedFileSize']
  10. ['Equals', 'GetHashCode', 'GetType', 'MemberwiseClone', 'ReferenceEquals', 'ToString', '__class__', '__delattr__', '__doc__', '__format__', '__getattribute__', '__hash__', '__init__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'blends', 'constants', 'depths', 'dispatches', 'draws', 'indices', 'layouts', 'outputs', 'rasters', 'recorded', 'resources', 'samplers', 'shaders', 'updates', 'vertices']
  11. ['CompareTo', 'Equals', 'GetHashCode', 'GetType', 'GetTypeCode', 'MaxValue', 'MemberwiseClone', 'MinValue', 'Parse', 'ReferenceEquals', 'ToBoolean', 'ToByte', 'ToChar', 'ToDateTime', 'ToDecimal', 'ToDouble', 'ToInt16', 'ToInt32', 'ToInt64', 'ToSByte', 'ToSingle', 'ToString', 'ToType', 'ToUInt16', 'ToUInt32', 'ToUInt64', 'TryParse', '__abs__', '__add__', '__and__', '__class__', '__cmp__', '__delattr__', '__div__', '__doc__', '__eq__', '__float__', '__floordiv__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__hex__', '__init__', '__int__', '__invert__', '__le__', '__lshift__', '__lt__', '__mod__', '__mul__', '__ne__', '__neg__', '__new__', '__nonzero__', '__or__', '__pos__', '__pow__', '__radd__', '__rand__', '__rdiv__', '__reduce__', '__reduce_ex__', '__repr__', '__rfloordiv__', '__rmod__', '__rmul__', '__ror__', '__rpow__', '__rshift__', '__rsub__', '__rtruediv__', '__rxor__', '__setattr__', '__sizeof__', '__str__', '__sub__', '__subclasshook__', '__truediv__', '__trunc__', '__xor__', 'bit_length', 'conjugate', 'denominator', 'imag', 'numerator', 'real']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement